Monday, February 28, 2011

Find groups whith 'managedby' attribute set to disabled

Get-QADGroup -SizeLimit 0 -ManagedBy * | Where-Object { (Get-QADUser $_.ManagedBy).AccountIsDisabled }

No comments:

Post a Comment