📜  仅限 get-adcomputer 服务器 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:38.202000             🧑  作者: Mango

代码示例1
Get-ADComputer -Filter {OperatingSystem -like "*windows*server*"} -Properties * | sort DNSHostname | select DNSHostName, OperatingSystem | Export-Csv -Path "$home\Desktop\ADServers.csv"