All Projects → microsoft → Microsoft365dsc

microsoft / Microsoft365dsc

Licence: mit
Manages, configures, extracts and monitors Microsoft 365 tenant configurations

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Microsoft365dsc

vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (-88.24%)
Mutual labels:  microsoft, onedrive, sharepoint, office365
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (-93.58%)
Mutual labels:  onedrive, sharepoint, office365
Sharepointdsc
The SharePointDsc PowerShell module provides DSC resources that can be used to deploy and manage a SharePoint farm
Stars: ✭ 205 (-45.19%)
Mutual labels:  sharepoint, microsoft, devops
powershell
PnP PowerShell
Stars: ✭ 326 (-12.83%)
Mutual labels:  microsoft, sharepoint, office365
Office365 Rest Python Client
Office 365 & Microsoft Graph Library for Python
Stars: ✭ 289 (-22.73%)
Mutual labels:  sharepoint, office365, onedrive
Onedrive
#1 Free OneDrive Client for Linux
Stars: ✭ 5,104 (+1264.71%)
Mutual labels:  office365, microsoft, onedrive
Cli Microsoft365
Manage Microsoft 365 and SharePoint Framework projects on any platform
Stars: ✭ 420 (+12.3%)
Mutual labels:  sharepoint, office365, microsoft
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+98.4%)
Mutual labels:  sharepoint, microsoft, onedrive
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-59.89%)
Mutual labels:  sharepoint, office365, microsoft
Phpspo
Office 365 Library for PHP. It allows to performs CRUD operations against Office 365 resources via an REST/OData based API
Stars: ✭ 198 (-47.06%)
Mutual labels:  sharepoint, office365, onedrive
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (-93.85%)
Mutual labels:  onedrive, office365
pnp-starterkit-setup
x-platform setup script for the SharePoint Starter Kit
Stars: ✭ 14 (-96.26%)
Mutual labels:  sharepoint, office365
mvp-monitor
📊 Microsoft MVPs Monitor
Stars: ✭ 30 (-91.98%)
Mutual labels:  microsoft, sharepoint
OneManager-cfworkerskv
部署在cloudflare的workers中的OneManager。
Stars: ✭ 124 (-66.84%)
Mutual labels:  onedrive, sharepoint
O365 SPO PowerShellScripts
PowerShell scripts related to SharePoint Online in Microsoft 365
Stars: ✭ 22 (-94.12%)
Mutual labels:  sharepoint, office365
onedrive user enum
onedrive user enumeration - pentest tool to enumerate valid onedrive users
Stars: ✭ 223 (-40.37%)
Mutual labels:  onedrive, office365
script-samples
A sample gallery of scripts to manage all things Microsoft 365.
Stars: ✭ 56 (-85.03%)
Mutual labels:  microsoft, sharepoint
Healthchecks
A cron monitoring tool written in Python & Django
Stars: ✭ 4,297 (+1048.93%)
Mutual labels:  monitoring, devops
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (-31.28%)
Mutual labels:  microsoft, devops
Ccodashboard
Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Stars: ✭ 256 (-31.55%)
Mutual labels:  microsoft, devops

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].