Homewindows serverAdvanced PowerShell Commands Advanced PowerShell Commands Dushmantha Charaka October 11, 2011 0 Comments Advanced PowerShell CommandsHere I am going to post those commands that I find useful for IT Pros. Enjoy AD Related Article Calling a PowerShell Function like a Method is a Bad IdeaMy Book ScriptsPowerShell’s $OFS built-in Variable And What It Does Get List of AD Users sorted by last nameget-aduser -filter * | sort-object surname | format-table surname,name
0 Comments