Skip to content

Installing ExchangeOnlineManagement Module

DbemrosePCI edited this page Oct 27, 2021 · 2 revisions

Installing on your machine globally (Admin permissions required)

  • Open up an elevated PowerShell window (Run as Administrator)
  • Run the following command Install-Module -Name ExchangeOnlineManagement
  • When prompted to accept the license agreement type Y

Installing on your user (No admin permissions required)

  • Open up a PowerShell window
  • Run the following command Install-Module -Name ExchangeOnlineManagement -Scope CurrentUser
  • When prompted to accept the license agreement type Y

Clone this wiki locally