Skip to content

Set up your PowerShell Environment

Robert Crane edited this page Jun 28, 2020 · 8 revisions
  1. Run PowerShell environment as an administrator on your local machine

  2. Run the script o365-setup.ps1

  3. Download and install the Powershell module for Skype for Business

  4. Install the Exchange Online MFA Powershell module - Video

  5. Run the command:

    set-executionpolicy -executionpolicy bypass -scope currentuser -force

    to allow custom scripts to execute in your environment. You only need to run this command once.

  6. Run the script o365-connect-exov2.ps1 to verify connection to Exchange Online

  7. Run the script o365-mx-check.ps1 to verify that script commands work on service

Overview video

Clone this wiki locally