📌  相关文章
📜  powershell 获取所有未链接的 gpo - Shell-Bash 代码示例

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

代码示例1
Get-GPO -All | Where-Object { $_ | Get-GPOReport -ReportType XML | Select-String -NotMatch "" } | Select-Object DisplayName