Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Перейти к файлу
Sébastien Levert 8a730797cd Adding the workload selection (low-perf) 2021-07-26 15:08:27 -04:00
.github Fixing Actions run on other forks 2021-07-26 13:14:39 -04:00
.vscode Adding settings file back fix format 2020-10-26 12:43:08 -04:00
Modules/Microsoft365DSC Merge pull request #1158 from RobBiddle/RobBiddle_EXO_TransportRule 2021-04-19 13:37:31 -04:00
Tests Merge pull request #1138 from RobBiddle/RobBiddle_EXO_TransportRule 2021-04-12 07:43:27 -04:00
generator Adding the workload selection (low-perf) 2021-07-26 15:08:27 -04:00
.codecov.yml Update .codecov.yml 2019-06-18 09:40:18 -04:00
.gitattributes Putting the test framework in place 2018-11-23 13:17:34 -05:00
.gitignore Major Refactor 2020-04-08 20:54:18 -04:00
.markdownlint.json Small updates to fix tests 2019-05-09 17:04:41 +02:00
CHANGELOG.md 1.21.414.2 2021-04-14 09:06:21 -04:00
CODE_OF_CONDUCT.md Fixed failed checks 2019-04-25 21:36:02 +02:00
LICENSE Initial commit 2018-11-21 08:54:53 -08:00
README.md (docs) update README.md 2021-01-18 03:35:19 -06:00
package.json Major Refactor 2020-04-08 20:54:18 -04:00

README.md

Microsoft365DSC

This module allows organizations to automate the deployment, configuration, and monitoring of Microsoft 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 Microsoft 365 via remote API calls (therefore requires internet connectivity)

For information on how to get started, additional documentation or templates, please navigate to the official web site at Microsoft365DSC.com and check out the official YouTube channel Microsoft365DSC.

Branches

master

codecov

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

dev

codecov

AzureCloud - Full-Circle - EXO

AzureCloud - Full-Circle - O365

AzureCloud - Full-Circle - OD

AzureCloud - Full-Circle - PP

AzureCloud - Full-Circle - SC

AzureCloud - Full-Circle - SPO

AzureCloud - Full-Circle - TEAMS

AzureCloud - Integration

AzureUSGovernment - Integration

Unit Tests

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

To acquire the latest bits of the module from a machine that has internet connectivity, run the following PowerShell line:

Install-Module -Name Microsoft365DSC -Force -AllowClobber

Telemetry Disclaimer

Microsoft365DSC captures Telemetry data about the names of the resources in which a configuration drift has been detected, along with the type of exceptions being thrown by errors in the various modules. While no sensitive data is ever captured, App Insights, which performs telemetry analytics, captures information about the city where the telemetry entries were captured by default. Users can opt-out to prevent telemetry from being sent back to the Microsoft365DSC team by running the following command:

Set-M365DSCTelemetryOption -Enabled $False