Dag: 30 september 2018

  LOGIN: $LiveCred = Get-Credential # Now use the credentials admin account O365 $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection Import-PSSession $Session Login: MFA: Connect-ExchangeOnline -UserPrincipalName <e-mail> Agenda rechten opvragen voor gebruiker: $name = Read-Host ‘Voor welke gebruiker vraag je agenda gegevens op?’ Get-MailboxFolderPermission -Identity ${name}:\agenda Get-MailboxFolderPermission -Identity ${name}:\calendar Geef […]

Meer lezen