mirror of
https://github.com/admindroid-community/powershell-scripts.git
synced 2025-12-17 16:35:19 +00:00
Office 365 Shared Mailbox Permission Report
Office 365 Shared Mailbox Permission Report
This commit is contained in:
parent
8eb97c3c12
commit
ff73d23c7a
@ -206,10 +206,10 @@ function main{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#Getting all User mailbox
|
#Getting all Shared mailbox
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Get-mailbox -RecipientTypeDetails Shared -ResultSize Unlimited | foreach{
|
Get-mailbox -RecipientTypeDetails SharedMailbox -ResultSize Unlimited | foreach{
|
||||||
$SharedMBCount++
|
$SharedMBCount++
|
||||||
Get_MBPermission}
|
Get_MBPermission}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user