Build Status | Branch |
---|---|
master | |
dev |
- What is pChecksAD
- Install required modules
- How to Create initial AD baseline
- How to Create Azure Log Worksapce
- Run Examples
This module will help manage and run your Pester tests for Active Directory on-premises and let Azure work for you! This will help set up an OVF Server with Pester checks .
Using Pester tests for Operation Validation is not a new concept. But adding a bit of Azure adds a new flavor. Log Analytics makes storing , viewing and navigating through the results in time a bit easier. Azure Monitor helps with alerting and Azure Automation with remediation, while PowerBI shines like a star!
Install-Module pChecksAD -Force
Import-Module pChecksAD -Force
You will need RSAT module for AD and DNS cmdlets. Grab it using:
- choco :
choco install rsat
- or PowerShell
Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online
Update-Help