windows_wiki:powershell_-_grant_user_author_rights_to_all_calendars

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

windows_wiki:powershell_-_grant_user_author_rights_to_all_calendars [2015/03/06 17:13]
psycardis
windows_wiki:powershell_-_grant_user_author_rights_to_all_calendars [2019/05/25 23:50]
Line 1: Line 1:
-This script will prompt for the user to granted permissions, then grant them permissions to ALL mailboxes. 
-<file powershell GrantUserAuthorAllCalendars.ps1> 
  
-$name = Read-Host 'What user are we granting permissions to? Input full email address.' 
-foreach($user in (Get-Mailbox -RecipientTypeDetails UserMailbox)) { 
- 
-$cal = $user.alias+":\Calendar" 
- 
-Add-MailboxFolderPermission -Identity $cal -User $name -AccessRights Author 
- 
-} 
-</file> 
  • windows_wiki/powershell_-_grant_user_author_rights_to_all_calendars.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)