Check installation
To verify that you have successfully installed SwyxWare and HealthMonitor, you can perform the following steps:
1 In the Windows Service Manager, check that all SwyxWare services are running. Alternatively, you can use this PowerShell command to do this:
 
get-service | where-object { $_.Displayname -match "Swyx" -and $_.StartType -match "Auto" } | format-table Status, Name, DisplayName
 
2 Make sure VMWare in vSphere vCenter receives the Heartbeat from SwyxWare.
Last modified date: 01/24/2024