Forum Discussion

midiman810new's avatar
midiman810new
Brass Contributor
Oct 25, 2024

How can I return all AD Groups with a specific SID HISTORY value?

Hello how can I return all AD Groups with a specific SID HISTORY value?    I have tried something like this    $SID = "SID VALUE Here" Get-ADGroup -Filter * | where{$_.sidhistory -eq $SID}  But...

Resources