Removes the HTTPS certificate used by SystoLOCK server.
Remove-SystoLockCertificate [-PassThru] [<CommonParameters>]
The Remove-SystoLockCertificate
cmdlet removes the HTTPS certificate that is used by the SystoLOCK server.
This cmdlet does not generate any output, unless PassThru parameter is specified.
PS C:\> Remove-SystoLockCertificate -PassThru
Removes HTTPS certificate used by SystoLOCK server.
Returns the certificate object that the cmdlet has removed.
Type: SwitchParameter
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.
This cmdlet does not generate any output, unless PassThru parameter is specified.