Running Heartbeat and RPC for Office 365 and Azure Accounts with a PowerShell Module
For release dates, end-of-support timelines, and upgrade guidance, see the Secret Server Product Lifecycle page.
You can view the latest version of the Secret Server documentation here.
This feature does not require the advanced scripting add-on license. To perform heartbeat checks and remote password changes on secrets using the Office 365 and Azure password changer for user accounts, follow the steps below:
Procedure
-
Run Windows PowerShell as an admin. This opens an elevated Windows PowerShell command prompt.
-
Run this command:
Install-Module -Name AzureAD. -
Recycle the application pool.
Update-Module -Name AzureADTroubleshooting
-
Uninstall AzureAD using command
remove-module AzureAD. -
Reinstall using the above procedure.
-
Ensure the Secret Server application pool setting Load User Profile is set to "True".
-
Recycle the application pool.