powershell-templates

Ready-to-use PowerShell scripts for Microsoft 365 administration with error handling and best practices.

Content Preview
# PowerShell Script Templates

Ready-to-use PowerShell scripts for Microsoft 365 administration with error handling and best practices.

---

## Table of Contents

- [Prerequisites](#prerequisites)
- [Security Audit Script](#security-audit-script)
- [Conditional Access Policy](#conditional-access-policy)
- [Bulk User Provisioning](#bulk-user-provisioning)
- [User Offboarding](#user-offboarding)
- [License Management](#license-management)
- [DNS Records Configuration](#dns-records-configuration)
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/powershell-templates.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/ms365-tenant-manager/references/powershell-templates.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/ms365-tenant-manager/references/powershell-templates.md

Related Skills