/Office365DSC

Manages, configures, extracts and monitors Office365 Tenant configuration

Primary LanguagePowerShellMIT LicenseMIT

Office365DSC

DSC Resources Flow

This module allows organizations to automate the deployment, configuration, and monitoring of Office 365 Tenants via PowerShell Desired State Configuration. The compiled configuration needs to be executed from an agent's Local Configuration Manager (LCM) (machine or container) which can communicate back remotely to Office 365 via remote API calls (therefore requires internet connectivity)

Branches

master

Build status codecov

This is the branch containing the latest release - no contributions should be made directly to this branch.

dev

Build status codecov

This is the development branch to which contributions should be proposed by contributors as pull requests. This development branch will periodically be merged to the master branch, and be released to PowerShell Gallery.

How to Install

In order to acquire the latest bits of the module from a machine that has internet connectivity, simply run the following PowerShell line:

Install-Module -Name Office365DSC -Force