The password policy, which is enabled by default in Active Directory, sets a maximum age for a user’s password. If the password age exceeds this value, it is considered expired,…
Using PowerShell for System Administration and Automation Tasks
- LinuxPowerShellWindows 11Windows Server 2022
Send a WhatsApp Message from the CommandLine (Shell)
December 3, 2024You can use the Mudslide console client to send messages to the WhatsApp messenger directly from the command line (shell) or script. Sysops often use it to send notifications to…
Checking a downloaded file’s hash (checksum) allows verifying its integrity and ensuring that the file contents have not been modified. Administrators commonly use MD5/SHA256 checksum verification for downloaded OS distros…
- PowerShellWindows 10Windows 11
Check the Software Installation/Removal History in Windows
October 8, 2024A complete history of software installations, updates, and removals on a computer can be found in Windows Event logs. These logs can also be used to identify the specific user…
In PowerShell scripts that prompt for a username and password, you sometimes have to validate the entered user credentials before performing any actions. If the user has entered an incorrect…
- PowerShellWindows 11Windows Server 2022
Run PowerShell Scripts on a Schedule with Task Scheduler
October 3, 2024In Windows, the built-in Task Scheduler can be used to perform an action according to a schedule or when a certain event occurs. This guide explains how to configure a…
Kiosk mode is a special Windows client lockdown feature used to run only pre-defined (allowlisted) apps in a full-screen mode. All other Windows functionality is locked and unavailable to users.…
- Azure and Microsoft 365Group PoliciesPowerShellWindows 10Windows Server 2022
Mapping SharePoint Online Library as Network Drive in Windows
July 16, 2024Connecting SharePoint Online document libraries through the OneDrive client or using the Web interface are the preferred and recommended ways to access document library files on SharePoint. But you can…
- PowerShellWindows 10Windows 11
Testing Internet Speed from Windows Command Prompt (PowerShell)
July 2, 2024Many online services allow you to test your Internet connection speed in real-time. If you need to regularly collect Internet connection speed metrics from your provider for monitoring, you can…
- Group PoliciesPowerShellWindows Server 2019
Configure File and Folder Access Auditing on Windows (GPO)
July 8, 2024The file system audit policy in Windows allows to monitor all access events to specific files and folders on a disk. An administrator can enable the audit policy to identify…