Link to home
Start Free TrialLog in
Avatar of bgcpc
bgcpc

asked on

Office 365 - Powershell to get user calendar default permissions

I got this much so far. This will fetch all user mailboxes. I also need it to only report user calendars that have default accessrights set to none. I can't seem to find the syntax to filter the results.

Get-Mailbox -ResultSize Unlimited | Where-Object {$_.ResourceType -eq 'User'}
ASKER CERTIFIED SOLUTION
Avatar of bgcpc
bgcpc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial