BitTitan.Runbooks.ExchangeOnline.Beta.psm1
<#
.SYNOPSIS PowerShell module for common Exchange Online functions and resources used in BitTitan Runbooks. .NOTES Version: 0.2.10 Last updated: 18 February 2019 Copyright (c) BitTitan, Inc. All rights reserved. Licensed under the MIT License. #> # Install/import BitTitan.Runbooks.Modules to bootstrap the install/import of the other modules Install-Module BitTitan.Runbooks.Modules -Scope CurrentUser -AllowClobber -Force Import-Module -Name "$($env:USERPROFILE)\Documents\WindowsPowerShell\Modules\BitTitan.Runbooks.Modules" -Force # Install/import the other BitTitan.Runbooks modules Import-BT_Module BitTitan.Runbooks.MSPComplete -Quiet |