coversuf.blogg.se

Exchangeonlinemanagement module
Exchangeonlinemanagement module





The new Exchange Online PowerShell module only works on PowerShell 5.x and lower. So you don’t need to create an app password anymore. The latest version of Exchange Online Powershell Module, EXO V2, that we are going to use supports modern authentication and will work with MFA. So how do you connect to Exchange Online with PowerShell? Not only for your daily tasks you may need PowerShell, but some settings in Exchange Online can only be changed with PowerShell. Managing Exchange Online with PowerShell makes a lot of daily tasks a lot easier (and quicker). LAST UPDATED ON SEPTEMBER 23, 2021 BY RUDY MENS Kijk hier even naar meer exchange online powershell commando’s (Get-Module -ListAvailable -Name ExchangeOnlineManagement) -ne $nullĬonnect-ExchangeOnline -UserPrincipalName -ShowProgress $true Connect to Exchange Online with PowerShell

exchangeonlinemanagement module

Install-Module -Name ExchangeOnlineManagement -Force # Add -Force to it when you need to update EXO V1. Install-Module -Name PowerShellGet -Force # Close and re-open your PowerShell window when done







Exchangeonlinemanagement module