compwiz32 / PSADHealth

A toolkit of AD specific health checks that you can run in your environment to ensure your Active Directory is running optimally.
GNU General Public License v2.0
149 stars 19 forks source link

Get-ADHealthConfig is not recognized as the name of a cmdlet, function, script file, or operable program #59

Closed benemanuel closed 5 years ago

benemanuel commented 5 years ago

I can't find it anywhere.

mattfippard commented 5 years ago

The command is Get-ADConfig, but the documentation is either wrong or the command should actually be Get-ADHealthConfig (which would make more sense)

steviecoaster commented 5 years ago

It would be a breaking change to rename the cmdlet. However, adding an alias would be trivial, and I believe the best option so we don't need to update a large swath of the codebase.