Skip to content
brine0m edited this page Jan 17, 2023 · 3 revisions

Place holde# 1. Introduction The Tenant Management Framework is a Powershell module that is able to create, update and delete resources or settings via the Microsoft Graph API. The module provides simple Powershell cmdlets to deploy and manage a set of predefined configuration files. The basic idea is based on the Active Directory Management Framework.

Showcase

Goals

  • Deliver a PowerShell Module with standardized commands to deploy Tenant configurations.
  • Provide a default configuration file format that is easy to read and to manage
  • Give the administrators pre-build configurations with best practices
  • Enable administrators to create a reusable tenant configurations

Benefits

  • Reproducible configuration
  • Easily readable, storable and shareable configurations
  • Enforced change documentation and versioning by adding a source control
  • Enables staging concept
  • Less prone to human error
  • Increased efficiency

How to contribute

To contribute to this project, create a pull request to the latest prepare-version branch. The team will perform a review manually and assuming and when everything is good PR will be approved to this release branch.

Clone this wiki locally