This forum is closed. Thank you for your contributions.
Hello everyone,
I am looking for PS script to run against specific AD OU (Having Workstation names starting with "XYZxxx") to export csv file for local admin users.
Muhammad Mehdi
Get-AdComputer -Filter "Name -like 'XYZ*'" -
help Get-AdComputer -online
Please read this first: https://social.technet.microsoft.com/Forums/scriptcenter/en-US/c47b1bc2-f7fd-4d2e-8ff2-e8a81ce090d4/this-forum-is-for-scripting-questions-rather-than-script-requests?forum=ITCG
Also find scripts here: http://gallery.technet.microsoft.com/
Learn PowerShell: https://mva.microsoft.com/en-us/training-courses/getting-started-with-microsoft-powershell-8276
Script requests: https://gallery.technet.microsoft.com/scriptcenter/site/requests
\_(ツ)_/