Running the following Powershell Script works like a charm for retrieving all Groups with ManagedBy set for a certain user, but the parameter is blank if the Group is managed by another Group. Is there anything I can set to retrieve that information? AD knows the groups are managed by a Management Group.
Get-Group -ResultSize Unlimited | where {$_.ManagedBy -like "*asator"}
ManagedBy shows as the following when a Group is set as the manager: