Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.69 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.69 KB

Build Status

Build Status Branch
Build status master
Build status dev

Index

What is pChecksAD

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 requirements

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