0
我試圖找到在Active Directory中包含的說明文單詞「專用」的所有組一定說明所有Active Directory組...獲取包含使用PowerShell
目前,我有以下代碼:
Get-ADgroup -filter {GroupCategory -eq "Security" -and Description -like "*Dedicated*"} | Select-object Name, description
我不斷收到以下錯誤:
This operation returned because the timeout period expired
誰能幫我查詢返回所有這些團體的名單及其說明?