Post

Exporting the OS Active Directory Computers

PS ISE:

Get-ADComputer -Filter * -Property * | Select-Object Name,OperatingSystem,ipv4Address,OperatingSystemServicePack,OperatingSystemVersion | Export-CSV C:\Export\Allcomputer.csv -NoTypeInformation -Encoding UTF8
This post is licensed under CC BY 4.0 by the author.