TEch Bytes
a blog designed to help IT professionals
Tuesday, October 11, 2011
Advanced PowerShell Commands
Advanced PowerShell Commands
Here I am going to post those commands that I find useful for IT Pros. Enjoy
AD
Get List of AD Users sorted by last name
get-aduser -filter * | sort-object surname | format-table surname,name
Newer Post
Older Post
Home