PSADHealth icon indicating copy to clipboard operation
PSADHealth copied to clipboard

A toolkit of AD specific health checks that you can run in your environment to ensure your Active Directory is running optimally.

Results 19 PSADHealth issues
Sort by recently updated
recently updated
newest added

Hi Mike (it's my - or your- day to check your module :-) ), 3rd post To get $DCList you use (get-adgroupmember "Domain Controllers").name Sure, it's correct but not on...

Hi Mike Perhaps a potential issue : New-ADComputer ... no error check. If user haven't rights to create computer object in AD, this failed. Try ... catch statement should be...

Hi Mike, By advance, sorry for my english, it's not my mother tongue. First : one problem identified Write-Verbose "Last Active Directory backup occurred on $LastBackup! $Result days is less...

I have been running the monitor in my environment for a while now (with the modifications that I have in my pull request). On problem that I haven't addressed yet...

Great module. I started testing it in my environment and found a few issues to clean up and while trying to figure it out, I found that some of the...

Currently when we use the Verbose parameter, all cmdlets of the PSADHealth module are also importing of the ActiveDirectory module in verbose mode which useless. Would it be possible to...

Hello. One of our DC's Hostname is set with a capital Character ex. Berlin. In the _msdcs Zone the system generates two Records one with all lowercase an one with...

the task registration script in non-module scripts is excellent but not easy to find on its own. add relevant documentation to WIKI and README so that users can find that...

- Remove commented out commands from script (they're old and arent relevant anymore) - add **RegisterScheduledJob** syntax for remaining functions not already covered in script

- block anyone from committing straight to master - add a required task to increase the increment the module version before a merge to master is allowed. the push to...

Priority_HIGH