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

Next revision
Previous revision
windows_wiki:powershell_-_grant_user_author_rights_to_all_calendars [2015/03/05 13:39]
psycardis created
windows_wiki:powershell_-_grant_user_author_rights_to_all_calendars [2019/05/25 23:50] (current)
Line 1: Line 1:
 +====== Grant User Author Rights to Calendars ======
 +
 +**General Information**
 +
 This script will prompt for the user to granted permissions, then grant them permissions to ALL mailboxes. This script will prompt for the user to granted permissions, then grant them permissions to ALL mailboxes.
-<code>+ 
 +**Checklist** 
 +  * Powershell CLI installed 
 + 
 +---- 
 + 
 +===== The Code ===== 
 + 
 +<file powershell GrantUserAuthorAllCalendars.ps1> 
 $name = Read-Host 'What user are we granting permissions to? Input full email address.' $name = Read-Host 'What user are we granting permissions to? Input full email address.'
 foreach($user in (Get-Mailbox -RecipientTypeDetails UserMailbox)) { foreach($user in (Get-Mailbox -RecipientTypeDetails UserMailbox)) {
Line 9: Line 22:
  
 } }
-</code>+</file>
  • windows_wiki/powershell_-_grant_user_author_rights_to_all_calendars.1425580775.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)