Creates a SystoLOCK related scheduled tasks instances.
New-SystoLockScheduledTask [-All] [<CommonParameters>]
New-SystoLockScheduledTask [-Name] <String> [<CommonParameters>]
The New-SystoLockScheduledTask
cmdlet creates a scheduled tasks that are used by the SystoLOCK.
PS C:\> New-SystoLockScheduledTask
Creates all scheduled tasks that are used by SystoLOCK.
PS C:\> New-SystoLockScheduledTask -Name 'EndpointCertificateRenewal'
Creates specified SystoLOCK scheduled task.
Specifies an array of all SystoLOCK related tasks.
Type: SwitchParameter
Parameter Sets: All
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the task name.
Type: String
Parameter Sets: Name
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.