Post Installation Checks

Service Status

Open services.msc to validate that the 2Pint Software Stifler Client service is installed and running, or run the following PowerShell command and validate that the service is present and running:

Get-Service -Name StifleRClient | Select Status

Validate the following output:

Event Logging

To validate that the StifleR Server Event Logging structure has been created, execute the following PowerShell command:

Get-WinEvent -ListLog TwoPintSoftware-StifleR.ClientApp* | Where-Object { $_.RecordCount }

Validate the following output:

Last updated