Skip to content
github-actions[bot] edited this page Dec 23, 2025 · 13 revisions

PowerShellEveryting Wiki

Welcome to the PowerShellEveryting documentation wiki. This enterprise PowerShell toolkit provides production-ready scripts for Microsoft 365, Azure AD, Teams, Lync/Skype for Business, and Intune management.

πŸ“š Documentation Categories

🎯 Lync/Skype for Business Assessments

Lync Assessment Scripts Overview β†’

Complete suite of Lync/Skype for Business assessment and migration tools:

πŸ“Š Microsoft 365 Assessments

Office 365 tenant assessment and reporting tools:

πŸ”§ Development Resources

  • Code Standards - PowerShell coding standards and best practices (coming soon)
  • Graph Commands - Microsoft Graph API helpers and utilities (documentation pending)

🎯 Featured Scripts

Get-QuickO365Report.ps1

Complete Office 365 tenant assessment collecting mailboxes, licenses, OneDrive, SharePoint, Groups, Teams, and permissions. Generates professional Excel workbook with formatted tables.

Quick Start:

.\Get-QuickO365Report.ps1 -TenantDomain "contoso"

View Documentation β†’

Get-MailboxPermissionsReport.ps1

Comprehensive mailbox delegation audit for Full Access, Send As, Send on Behalf, and folder-level permissions.

Quick Start:

.\Get-MailboxPermissionsReport.ps1 -MailboxFilter SharedMailboxes

View Documentation β†’

πŸš€ Quick Start

  1. Clone the repository
  2. Review script requirements in comment-based help
  3. Install required PowerShell modules
  4. Run scripts with appropriate permissions

πŸ“‹ Requirements

  • PowerShell 5.1 or later (PowerShell 7+ recommended)
  • Appropriate Microsoft 365 admin roles
  • Required PowerShell modules (installed automatically by most scripts)

πŸ”— Key Links

⚠️ Important Notes

Client-Agnostic Development: All public scripts are designed to work with any customer environment. Customer-specific scripts belong in .prep/ directories only.

Production Ready: These scripts are actively used in enterprise IT environments for assessments, migrations, and automation.

Clone this wiki locally