Comments on: Tips on Quest and Exchange Shell to Manage Groups and Group Members/2010/07/19/tips-on-quest-and-exchange-shell-and-to-manage-groups-and-group-members/Microsoft Exchange & OWA Resources, Information - Optimize, Support, Manage | How-To | Guides | Reference | AdminWed, 03 Sep 2014 15:53:11 +0000hourly1http://wordpress.com/By: Powershell: how to mail enable a group using Quest and Exchange | Jacques DALBERA's IT world/2010/07/19/tips-on-quest-and-exchange-shell-and-to-manage-groups-and-group-members/#comment-5542Wed, 03 Sep 2014 15:53:11 +0000/?p=1233#comment-5542[…] /2010/07/19/tips-on-quest-and-exchange-shell-and-to-manage-groups-and… […]

]]>
By: Krishna/2010/07/19/tips-on-quest-and-exchange-shell-and-to-manage-groups-and-group-members/#comment-147Fri, 30 Jul 2010 10:42:18 +0000/?p=1233#comment-147Hi Brett,

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

]]>
By: Brett/2010/07/19/tips-on-quest-and-exchange-shell-and-to-manage-groups-and-group-members/#comment-146Thu, 29 Jul 2010 17:28:18 +0000/?p=1233#comment-146Hi,
I saw your post on various queries you can run regarding groups.
Is there way to count email enabled security groups? The reason I ask is that when you move Exchange content to Exchange Online, there is a limit of 20K objects. There are users, contacts, and email enabled security groups.
Thanks,
brett

]]>