Skip to content

Instantly share code, notes, and snippets.

@mrzcn
Created August 13, 2021 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrzcn/16065957187cbf4599cd8eb04167e036 to your computer and use it in GitHub Desktop.
Save mrzcn/16065957187cbf4599cd8eb04167e036 to your computer and use it in GitHub Desktop.
Active Directory'den pager bilgisi ile kullanıcılarıları export etme
get-aduser -properties * -filter * | select name, emailaddress, officephone,homephone,mobilephone,ipphone,pager | export-csv c:\users.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment