Get share permissions powershell

broken image
broken image

Get-MailboxFolderPermission -Identity -User Get all permissions in a user’s calendar Run the below command after replacing the user and mailbox identity with your user id and mailbox id. The below command returns permission entries for an individual user in a specific user’s mailbox calendar. Import-PSSession $Session Get permissions for a single user in a user’s calendar $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri -Credential $365Logon -Authentication Basic -AllowRedirection

broken image

We can use the Exchange powershell cmdlet Get-MailboxFolderPermission to list all permissions that are configured in a Calendar folder.īefore proceed run the below commands to connect Exchange Online (EXO) powershell.

broken image

In Exchange, the calendar data located in a special folder (Calendar) under the user’s mailbox.