Uninstalls all SystoLOCK service components.
Uninstall-SystoLockInstance [-DomainController <String>] [<CommonParameters>]
The Uninstall-SystoLockInstance
cmdlet uninstalls and removes all SystoLOCK service components from the current system.
PS C:\> Uninstall-SystoLockInstance
Uninstalls SystoLOCK service components from the current system.
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
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 no errors occurred during service instance uninstallation; otherwise $false
.