PowerShell Dapatkan semua GPO yang tidak terhubung

Get-GPO -All | Where-Object { $_ | Get-GPOReport -ReportType XML | Select-String -NotMatch "<LinksTo>" } | Select-Object DisplayName 
Anxious Anaconda