Post

CyberArk PSM Health Check

CyberArk PSM Health Check

Requirements

Downlaod the PSM Health Check Script https://cyberark-customers.force.com/mplace/s/#–PSM+Health+check

Download .NET Core Runtime 6.0.X https://dotnet.microsoft.com/en-us/download/dotnet/6.0

Run the HealthCheck.ps1 script

1
.\HealthCheck.ps1 -installPath "E:\Program Files (x86)\Cyberark\PSM"

or Use this command when CyberArk has been installed on a different drive letter.

1
.\HealthCheck.ps1 -installPath "E:\Program Files (x86)\Cyberark\PSM"

Test Health Check

1
Invoke-WebRequest -uri https://fqdn/psm/api/health
This post is licensed under CC BY 4.0 by the author.