Latest Posts
Open a Shared Calendar in Office 365 without mapping the inbox
Scenario: You want users to have Full access to a shared calendar but… You don’t want the inbox of this new account to be mapped to the users profile. The above scenario can be achieved via PowerShell First connect to the MSOL Exchange tenant with PowerShell $UserCredential = Credential [email protected] $Session = New-PSSession -ConfigurationName …
Read on