Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 1.17 KB

File metadata and controls

17 lines (17 loc) · 1.17 KB

What it does

  • License Microsoft Online users & mailboxes
  • Remove users licenses
  • Set common Exchange Online policies to mailboxes

Why

Using multi-factor authentication with Exchange Online requires launching an interactive session in the Exchange Online Remote PowerShell Module. For ease of use, I've packaged the series of scripts into a module which can be co-loaded and used within the session seamlessly.

How to start

  1. Launch PowerShell as administrator
  2. Run the install cmdlet with the name of the module
    Install-Module -Name "CoaLoggingModule"
    Install-Module -Name "CoaOnlineModule"
  1. Close the shell
  2. Get Exchange Online Remote PowerShell Module
  3. Open Exchange Online Remote PowerShell Module
  4. Follow steps in the wiki, under How to start everyday