the simple SMS authentication service
Documentation
How to change folder rights in outlook for all folders (25.09.13)
This article describes how to set permission on all outlook folders
  1. Connect with powershell
  2. set-executionpolicy remotesigned
  3. yes
  4. $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection
  5. Import-PSSession $session
  6. Connect-msolservice
  7. Add-MailboxPermission -Identity "local_mailbox_name" -User "userToGrantAccess" -AccessRights Reviewer -InheritanceType All
Powered by Zmodules.net