Yes, we can get this details. Below is the Quest cmd let
Below cmdlet gets all the mail enabled secuirty group
@(get-qadgroupmember usergroup5 -indirect -ldap “(objectCategory=user)”).count
Below cmdlet gets the count of the mail enabled security group
@(Get-QadGroup -sizelimit 0 | ?{$_.GroupType -like “Security” -and $_.email -ne $NULL}).count
Regards,
Krishna
Microsoft MVP – Powershell