Testimo
Testimo copied to clipboard
Testimo is a PowerShell module for running health checks for Active Directory against a bunch of different tests
Hi, $GitHubUrl = "https://api.github.com/repos/evotecit/Testimo/releases" if ($(Test-Connection $GitHubUrl -Quiet -Count 1) -eq $true) { [Array] $GitHubReleases = (Get-GitHubLatestRelease -Url $GitHubUrl) } else { [Array] $GitHubReleases = [PSCustomObject] @{ PublishDate = ""...
Hello, thank you for sharing your code. We use ESAE (Red Forest) to manage prod ADDS so when I Invoke Testimo it's is executed in my user session for my...
Hello, is there any way to perform the Invoke-Testimo as ldap test to the AD LDS servers
"Security Log Maximum Size smaller then 4GB [High] [Expected value (Less Or Equal): 4000, Found value: 4095.94]" To be technically accurate, the rule would be more in line with "value...
 GPO Permission Consistency is fine (according to the GPMC sync test) Files on SYSVOL are not Orphaned (should be fine as well, I don't see anything orphaned) Netlogon Owner:...
As per: https://support.microsoft.com/en-gb/topic/kb5008380-authentication-updates-cve-2021-42287-9dafac11-e0d0-4cb8-959a-143bd0201041 To protect your environment and avoid outages, please complete the following steps: - Update all devices that host the Active Directory domain controller role by installing the...
 https://docs.microsoft.com/en-us/windows-server/administration/performance-tuning/role/file-server/smb-file-server
This control determines if Windows will accept source routed packets. How to Validate To validate this, go to the registery key (HKLM\System\CurrentControlSet\Services\Tcpip6\Parameters) and look for the value named (DisableIPSourceRouting), check...