The Azure Active Directory password policy defines the password requirements for tenant users, including password complexity, length, password expiration, account lockout settings, and some other parameters. In this article, we’ll…
Using PowerShell for System Administration and Automation Tasks
- PowerShellWindows 10Windows Server 2019
Check for Open (Listening) Ports with PowerShell
July 5, 2023In PowerShell, you can use the Test-NetConnection cmdlet to check whether a port is available (open) on a remote computer. You can use this cmdlet to check the response and…
- Azure and Microsoft 365ExchangePowerShell
Find Inactive (Unused) Distribution Lists in Exchange/Microsoft 365
March 17, 2024Within your Exchange organization or Exchange Online (Microsoft 365) tenant, you can create hundreds of Distribution Groups (Distribution Lists, DLs). Distribution lists that are no longer in use should be…
- PowerShellWindows 10Windows 11Windows Server 2019Windows Server 2022
How to Install Remote Server Administration Tools (RSAT) on Windows
March 17, 2024The Remote Server Administration Tools (RSAT) allow you to remotely manage roles and features on Windows Server hosts from a Windows workstation. RSAT includes graphical MMC snap-ins, command line tools,…
- Active DirectoryPowerShellWindows 10Windows Server 2019
How to Get a List of Local Administrators on Computers
March 16, 2024In this article, we will look at how to get a list of users and groups that have local administrator rights on Windows workstations and servers on your network.
- Group PoliciesPowerShellWindows 10Windows 11Windows Server 2016Windows Server 2019
How to Allow Non-Admin User to Start/Stop Service in Windows
March 15, 2024By default, regular (non-admin) users cannot manage Windows services. This means that users cannot stop, start, restart, or change the settings and permissions of Windows services. In some cases, a…
- Group PoliciesPowerShellWindows 10Windows Server 2019
Configuring Event Viewer Log Size on Windows
March 12, 2024Windows Event Viewer Logs store useful information that is needed when analyzing the status of services and applications in Windows, troubleshooting errors, and auditing security events. By default, the sizes…
- Group PoliciesPowerShellWindows 10Windows Server 2019
How to Detect Who Changed the File/Folder NTFS Permissions on Windows
March 11, 2024In some cases, the administrator needs to find out which process (program) or user has changed the NTFS permissions on a specific folder or file on a Windows file server.…
- PowerShellWindows 10Windows 11Windows Server 2019
View Success and Failed Local Logon Attempts on Windows
May 2, 2023When investigating various incidents, an administrator needs to know who logged on to a particular Windows computer and when. You can get a history of user logons in a domain…
- PowerShellWindows 10Windows 11Windows Server 2019
Querying Windows Event Logs with PowerShell
May 2, 2023The Windows Event Log is an important tool for administrators to track errors, warnings, and other information reports that are logged by the operating system, its components, or programs. You…