jcrocke9 / CoaOnlineModule

Loads scripts specific to COA business needs, specifically new hires and terminations in Office 365

Home Page:https://github.com/jcrocke9/CoaOnlineModule/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Loads scripts specific to COA business needs, specifically new hires and terminations in Office 365

https://github.com/jcrocke9/CoaOnlineModule/wiki

License:MIT License


Languages

Language:PowerShell 100.0%