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.