PowerShell module for Microsoft 365 tenant management
PS365 is a comprehensive collection of PowerShell functions designed to simplify and automate Microsoft 365 administration tasks. Whether you're managing Exchange Online, Azure AD, or other Microsoft 365 services, PS365 provides you with secure and reliable tools for efficient tenant management.
- Powerful Automation - Streamline complex Microsoft 365 administration tasks
- Well Documented - Comprehensive guides, examples, and parameter descriptions
- Easy to Use - Simple PowerShell cmdlets with intuitive parameters
Complete documentation, installation guide, and command reference is available at:
Install PS365 directly from the PowerShell Gallery:
Install-Module -Name PS365 -Scope CurrentUser# Import the module
Import-Module PS365
# Connect to Microsoft 365 services
Connect-ExchangeOnline
Connect-MgGraph -Scopes "Directory.Read.All", "User.Read.All"
# Explore available commands
Get-Command -Module PS365- Documentation: ps365.dev
- PowerShell Gallery: PS365 Module
- Issues & Support: GitHub Issues
Created and maintained by Bastien Perez | Powered by Clidsys