StackOverflow 文档 PowerShell 教程 ActiveDirectory 模块 电脑 电脑 Created: November-22, 2018 检索 AD 计算机 Get-ADComputer -Identity "JohnLaptop" 检索与计算机关联的所有属性 Get-ADComputer -Identity "JohnLaptop" -Properties * 检索选择计算机的属性 Get-ADComputer -Identity "JohnLaptop" -Properties * | Select-Object -Property Name, Enabled 对象组