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
Filed under: Exchange 2010, MBX, Permissions, Powershell | Leave a Comment
Tags: 2010, access, exchange, figure, full, fullaccess, mailbox, mbx, out, permission, powershell, server
Room ressource permissions
12Jan12
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 […]
Filed under: Exchange 2010, Permissions | Leave a Comment
Tags: exchange, mailbox, permission, powershell, ressource


