-
-
Notifications
You must be signed in to change notification settings - Fork 143
Reset to Clean Install
Ken K edited this page Apr 9, 2018
·
2 revisions
If you've experimented with dbachecks, you might have a need to reset back to a clean slate. To do that, run:
Unregister-PSFConfig -Module dbachecks
Unregister-PSFConfig
is a command from PSFramework, which is one of the modules that dbachecks relies on internally.
This will completely remove the registry entries created by the configuration system. At this point, you'll need to reload the module to re-initialize the default values of the config entries:
Remove-Module dbachecks
Import-Module dbachecks
And that's it.