Powershell - Testimo module for testing your Active Directory

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!

Hello,

Testimo is a PowerShell module designed to facilitate basic or more advanced Active Directory testing. Testimo is still a work in progress. Its aim is to be a fully automated solution where you can run the command and get results without having to run several small functions.
Tests are run for domain controllers, domain and forest.

# Documentation https://github.com/EvotecIT/Testimo https://evotec.xyz/what-do-we-say-to-health-checking-active-directory/

# Installing the module
Install-Module -Name Testimo -AllowClobber -Force
# Updating the module
Update-Module -Name Testimo
# HTML report generation
Invoke-Testimo
# Report generation in your console only
Invoke-Testimo -HideHTML
# Report generation for export
Invoke-Testimo -ReturnResults

Related links