Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Перейти к файлу
Nik Charlebois 83473a9a7f
Revert "AADGroupOwnerConsentSettings - initial release"
2024-01-10 15:14:41 -05:00
.github Added AAD Update and Remove Tests 2024-01-08 12:45:46 -05:00
.vscode Release v1.23.405.1 2023-04-05 16:51:33 +02:00
Modules/Microsoft365DSC Revert "AADGroupOwnerConsentSettings - initial release" 2024-01-10 15:14:41 -05:00
ResourceGenerator Fixes #3660 2023-09-08 07:46:41 -04:00
Tests Revert "AADGroupOwnerConsentSettings - initial release" 2024-01-10 15:14:41 -05:00
docs Updated Resources and Cmdlet documentation pages 2024-01-10 16:54:42 +00:00
generator Merge pull request #3521 from Alik-Agarwala/Dev 2023-09-05 10:29:13 -04:00
.codecov.yml Update .codecov.yml 2019-06-18 09:40:18 -04:00
.dockerignore Fixes to Exporting of Credentials 2021-10-08 09:08:50 -04:00
.gitattributes Putting the test framework in place 2018-11-23 13:17:34 -05:00
.gitignore Final updates 2023-02-28 17:05:05 +01:00
.markdownlint.json Small updates to fix tests 2019-05-09 17:04:41 +02:00
CHANGELOG.md Revert "AADGroupOwnerConsentSettings - initial release" 2024-01-10 15:14:41 -05: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 Update README.md 2023-07-13 23:24:46 +05:30
SECURITY.md Microsoft mandatory file 2023-06-02 18:24:41 +00:00
package-lock.json Added AppSecret params 2021-07-23 18:57:20 +00: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, reporting 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 additional resources, please navigate to the official web site at Microsoft365DSC.com and check out the official YouTube channel Microsoft365DSC.

Roadmap & Backlog

We are using Azure DevOps for project management. You can access our backlog and roadmap by clicking on the status badge below:

Board Status

Branches

master

codecov

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

dev

Code Coverage

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

Unit Tests

Contributors are encouraged to propose their contributions as pull requests to this development branch. This 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 lines:

Install-Module -Name Microsoft365DSC -Force
Update-M365DSCModule

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