Tests whether a SystoLOCK Windows service is installed.
Test-SystoLockWindowsService [<CommonParameters>]
The Test-SystoLockWindowsService
cmdlet tests whether a SystoLOCK Windows service is installed and running on the current machine.
PS C:\> Test-SystoLockWindowsService
Tests whether the SystoLOCK Windows service is installed and running.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
This cmdlet does not accept any input.
Returns $true
if a SystoLOCK Windows service is installed and running; otherwise $false
.
Install-SystoLockWindowsService
Uninstall-SystoLockWindowsService