Removes the SystoLOCK related scheduled tasks.
Remove-SystoLockScheduledTask [-Name] <String> [<CommonParameters>]
The Remove-SystoLockScheduledTask
cmdlet removes the specified SystoLOCK related scheduled tasks.
PS C:\> Remove-SystoLockScheduledTask -Name 'EndpointCertificateRenewal'
Removes specified scheduled tasks.
Specifies the task name.
Type: String
Parameter Sets: (All)
Aliases:
Accepted values: AdcsControl, EndpointCertificateRenewal
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
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.
Name.