Running Heartbeat and RPC for Office 365 and Azure Accounts with a PowerShell Module
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 AzureAD
Troubleshooting
-
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.