Skip to content

PowerShell

PowerShell scripts automate Windows and Microsoft 365 administration tasks in the homelab.

Key Uses

  • Active Directory management
  • Exchange and Teams automation
  • Scheduled tasks and reporting

Example

```powershell Get-ADUser -Filter * | Select-Object Name, Enabled