Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Перейти к файлу
Yorick Kuijs 9c7c30f000
Merge pull request #5349 from ykuijs/Dev
Website updates to support the new workloads
2024-11-06 20:29:31 +01:00
.github Corrected upload-artifact 2024-11-06 18:55:07 +01:00
.vscode wip: new DSC ressource 2024-03-26 15:42:25 +01:00
Modules/Microsoft365DSC Documentation updates 2024-11-06 20:08:25 +01:00
ResourceGenerator Fix settings catalog CIM instance issues and rename 2024-11-01 22:51:39 +01:00
Tests Update Microsoft365DSC.IntuneAppProtectionPolicyiOS.Tests.ps1 2024-11-06 09:55:53 -05:00
dev-package Fixes 2024-10-01 11:41:32 -04:00
docs Documentation updates 2024-11-06 20:08:25 +01: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 Documentation updates 2024-11-06 20:08:25 +01: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 to include integration tests 2024-03-22 10:58:17 +00:00
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

Global - Integration - AAD

Global - Integration - EXO

Global - Integration - INTUNE

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