Documentation
PSAutomator Overview
When to use PSAutomator and what to watch for.
Use PSAutomator as a reference for describing business process automation with PowerShell blocks.
The module models workflows as services with triggers, conditions, ignores, and actions. Because the raw examples target onboarding and offboarding style operations, keep real usage gated behind testing and -WhatIf.
Common tasks
- Describe a trigger for a user or group condition.
- Add guard conditions before actions.
- Chain actions such as disable, group update, or account snapshot.
- Preview directory-changing actions before applying them.