Add Exchange/Get-MailboxesPerType.ps1
This commit is contained in:
5
Exchange/Get-MailboxesPerType.ps1
Normal file
5
Exchange/Get-MailboxesPerType.ps1
Normal file
@ -0,0 +1,5 @@
|
||||
# Haal alle mailboxen op
|
||||
$mailboxes = Get-Recipient -RecipientTypeDetails UserMailbox, SharedMailbox, RoomMailbox, EquipmentMailbox, RemoteUserMailbox, RemoteSharedMailbox -ResultSize Unlimited
|
||||
|
||||
# Groepeer en tel per type
|
||||
$mailboxes | Group-Object RecipientTypeDetails | Select-Object Name, Count
|
||||
Reference in New Issue
Block a user