Active Directory All Computers Listesi için, Active Directory Module for Windows Powershell üzerinde aşağıdaki powershell komutu çalıştırılabilinir.
1 2 3 | Get-ADComputer -Filter * -Property * | Select-Object Name,OperatingSystem, OperatingSystemServicePack,OperatingSystemVersion | Export-CSV AllComputers.csv -NoTypeInformation -Encoding UTF8 |
merhaba