Installs SystoLOCK Windows service.
Install-SystoLockWindowsService [[-TargetFolder] <String>] [<CommonParameters>]
The Install-SystoLockWindowsService
cmdlet installs the SystoLOCK Windows service on the current machine.
PS C:\> Install-SystoLockWindowsService
Installs a SystoLOCK Windows service on the current machine.
PS C:\> Install-SystoLockWindowsService -TargetFolder 'C:\Program Files\Systola\SystoLock\Server'
Perform installation of a SystoLOCK Windows service on the current machine using SystoLOCK service executable from a specified folder.
Specifies target folder where SystoLOCK service executable to be found.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Target folder name.
Returns $true
if SystoLOCK Windows service installed successfully; otherwise $false
.
Uninstall-SystoLockWindowsService