Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Get-ADComputer -Properties * -Filter {(OperatingSystem -like "*Windows S*")} | Sort Description | FT Name,Description,OperatingSystem -AutoSize | Out-String -Width 300 | Out-File ServerListing.csv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement