Get a random password function in powershell, it gets a random password of specified length containing numbers, uppercase letters, # lowercase letters and special characters. Minimum length required is 4 characters # since password must contain all four types of characters.
Continue reading…
AD
Powershell – List Users in Local Administrators Group
The following script lists all users in the local administrators group for all windows servers in the domain
Continue reading…
Powershell – AD Object Get Information From Attributes Tab
So you want to use PowerShell to get an attribute out off the Attribute Editor
Continue reading…
Powershell – Read file As It Is Updated
The following cmdlet will read the last 100 lines of a file and wait forever and display any additions to the file
Continue reading…
Powershell List AD Groups and Their Description
Simple script to output all AD groups and their description
Continue reading…