Available PowerShell Modules
ActiveDirectory
Manage Active Directory objects
Provides cmdlets for managing users, groups, computers, and organizational units in Active Directory.
- New-ADUser
- Get-ADGroup
- Set-ADComputer
Az.Storage
Manage Azure Storage
Cmdlets for interacting with Azure Blob Storage, File Storage, Queue Storage, and Table Storage.
- Get-AzStorageAccount
- Set-AzStorageBlobContent
- New-AzStorageContainer
Pester
PowerShell Testing Framework
A popular testing and mocking framework for PowerShell. Write unit, integration, and end-to-end tests.
- Describe
- It
- Should
WebAdministration
Manage IIS Web Server
Cmdlets for managing Internet Information Services (IIS) websites, application pools, and virtual directories.
- New-Website
- Get-WebAppPool
- Set-WebVirtualDirectory
CimCmdlets
Common Information Model cmdlets
Cmdlets for querying and managing Windows systems using the CIM infrastructure.
- Get-CimInstance
- Invoke-CimMethod
- Register-CimIndicationEvent
ThreadJob
Run scripts in background jobs
Provides cmdlets to run PowerShell code asynchronously in separate jobs, allowing for parallel processing.
- Start-ThreadJob
- Get-ThreadJob
- Receive-ThreadJob