-
PowerShell Fun: Most common given names in Active Directory
How to use PowerShell to find and display the most common given names in your Active Directory environment. -
Parsing Group Policy's gpsvc.log with PowerShell
A PowerShell function to parse Group Policy's gpsvc.log file, making it easier to troubleshoot Group Policy issues by extracting process ID, thread ID, timestamp, and message details. -
Use PowerShell to remove home directories for users who no longer exist in AD
A PowerShell script to identify and move home directories for users who no longer exist in Active Directory, helping to clean up file shares during server migrations. -
Copy Active Directory Group Membership with PowerShell
A quick PowerShell snippet to copy group memberships from one user or computer account to another in Active Directory. -
Copy the previous PowerShell command to the clipboard
A quick PowerShell one-liner to copy the previous command to the clipboard for reuse in other windows -
PowerShell: Provide a listing and count of computers in an OU structure
How to use PowerShell to quickly determine the number of computer accounts in Active Directory by location in your OU structure. -
Apply GPO based on installed Server Feature (WMI Filtering)
How to use WMI filtering to apply Group Policy Objects to servers based on installed features, improving GPO organization and targeting. -
Determine the Logged On User's AD Group Membership in PowerShell
A simple PowerShell technique to retrieve and display the Active Directory groups a currently logged-on user belongs to, with practical examples and security considerations. -
Monitoring HP ProLiant via PowerShell & WMI: Drive Health
How to monitor HP ProLiant server drive health via PowerShell and WMI as an alternative to SNMP monitoring, with implementation details for PRTG Network Monitor. -
Braindump: ADDS NTP Configuration via GPO
A quick reference for configuring Active Directory Domain Services time synchronization using Group Policy Objects with proper NTP settings.
subscribe via RSS