lithnet / access-manager

Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
Other
238 stars 20 forks source link

Uninstall Lithnet AMS #205

Closed dnauman1 closed 1 year ago

dnauman1 commented 1 year ago

When changing the authentication method, it caused the service to not start again. Uninstalling and re-installing AMS is asking for the master key password but it was never generated due to it being a test server. How can I completely remove AMS and start a fresh install without needing the master key password? Removing from add/remove programs and re-installing keeps asking for the master key password. UI log shows WARN|Lithnet.AccessManager.Server.UI.MainWindowViewModel|The service is currently in master key recovery mode

ryannewington commented 1 year ago

@dnauman1 The issue will be that the database still exists and is getting reattached each time.

If you download SQL management studio, you can connect to the .\AMS instance and delete the Access manager DB.

dnauman1 commented 1 year ago

Thanks. That worked.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.