Archive for the ‘Permissions’ Category

If you want to discover where a specific user has Full Access you can use this PowerShell command: Get-Mailbox | Get-MailboxPermission -User user@domain.com | where { ($_.AccessRights -eq “FullAccess”) } Cheers, Chris


A few days ago a customer asked for changing permissions to show only free/busy information for some conferencing rooms. To meet this requirement I used the following PowerShell command: Set-MailboxFolderPermission -identity ressourcemailbox:\calendar -accessrights availabilityonly -user default If configured like this, a default user can only see free/busy information for the room ressource. Attendees see the […]



Follow

Get every new post delivered to your Inbox.

Join 301 other followers