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 moduleInstall-Module -Name Testimo -AllowClobber -Force
# Updating the moduleUpdate-Module -Name Testimo
# HTML report generationInvoke-Testimo
# Report generation in your console onlyInvoke-Testimo -HideHTML
# Report generation for exportInvoke-Testimo -ReturnResults
Related links
Powershell - How to add and view a GPO description
How to add and view a GPO description in PowershellActive Directory - Viewing and protecting unprotected organizational units with Powershell
Active Directory - Viewing and protecting unprotected organizational units with PowershellPowershell - Testimo module for testing your Active Directory
Testimo is a PowerShell module designed to facilitate basic or more advanced testing of Active DirectoryPowershell - presentation of the GPOZaurr module for analysing your GPOs
The GPOZaurr module allows you to analyse your GPOs and also to modify or even delete themPowershell - AD As Built Report module overview
Microsoft AD As Built Report is a PowerShell module that works in conjunction with AsBuiltReport.Core to generate a report on your Active DirectoryHow to join an Active Directory domain with PowerShell DSC
Joining an Active Directory domain with PowerShell DSC
Follow me on
Support me
Last content
Powershell - Testing network connectivity and port accessibility
Powershell - Display network connections (equivalent to netstat)
Powershell - Testing name resolution (equivalent to nslookup)
Powershell - View and manage DNS configuration of network interfaces
Powershell - Managing IP configuration of network interfaces
Powershell - Managing the status and configuration of network interfaces
Powershell and the Left Hand Side
Powershell - Managing disks, partitions and volumes