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
Advanced PowerShell Commands
Dushmantha Charaka
October 11, 2011
0
Comments
Related Article
0 Comments