Installs all SystoLOCK service components.
Install-SystoLockInstance [[-TargetFolder] <String>] [-ForceCertificateTemplateRegistration] [-DomainController <String>] [<CommonParameters>]
The Install-SystoLockInstance
cmdlet performs installation and configuration of all SystoLOCK service components. It is also can be used to repair an incomplete or damaged installation.
PS C:\> Install-SystoLockInstance
Perform installation of a SystoLOCK service instance on the current machine.
PS C:\> Install-SystoLockInstance -ForceCertificateTemplateRegistration
Perform installation of a SystoLOCK service instance on the current machine. The certificate templates will be reset them to their initial state.
PS C:\> Install-SystoLockInstance -TargetFolder 'C:\Program Files\Systola\SystoLock\Authentication Server'
Perform installation of a SystoLOCK service instance on the current machine using SystoLOCK service executable from a specified folder.
Specifies domain controller host name or IP address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Forces overriding any changes made to the certificate templates manually and reset them to their initial state.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.
Service executable folder path.
Returns $true
if no errors occurred during service instance installation; otherwise $false
.