Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
It is possible to force a manual password reset through the API or PowerShell?
설명
It is possible to force a manual password reset on a One Identity Safeguard managed account through the API or PowerShell commands?
해결 방안
A manual password change can be initiated via Powershell or API using the following options:
By installing the Safeguard PS module and running this Powershell commandlet: Invoke-SafeguardAssetAccountPasswordChange By calling the following API: POST /AssetAccounts/{id}/ChangePassword
More information on utilizing the Safeguard PS module, can be found on the One Identity GitHub page.