统计Exchange上DAG上的邮箱用户数
"Get-Mailbox -server dag2 –ResultSize unlimited | Group-Object –Property:Alias | Group-Object –Property:Count | Select Count"
"Get-Mailbox -server dag2 –ResultSize unlimited | Group-Object –Property:Alias | Group-Object –Property:Count | Select Count"