Skip to content

mczerniawski/pChecksAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pester infrastructure checks for ActiveDirectory

Resources

License

Stars

Watchers

Forks

Packages

No packages published