Creates a new SystoLOCK certificate template.
New-SystoLockCertificateTemplate [[-Type] <CATemplateType>] [-Force] [-DomainController <String>] [<CommonParameters>]
The New-SystoLockCertificateTemplate
cmdlet creates one or many certificate templates used by SystoLOCK service.
If the templates already exist, cmdlet does nothing, otherwise it creates the missing templates.
PS C:\> New-SystoLockCertificateTemplate
Creates all SystoLOCK certificate templates.
PS C:\> New-SystoLockCertificateTemplate -Force
Creates all SystoLOCK certificate templates and discards any modifications made manually outside of SystoLOCK administration tools.
PS C:\> New-SystoLockCertificateTemplate -Type Cla20M
Creates a SystoLOCK certificate template of the specified type.
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
Allows override any changes made outside of SystoLOCK administration tools.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the SystoLOCK certificate template type.
Possible types of PKI certificate templates:
Scl20M - Short-lived smart card based certificate template used by SystoLOCK Windows client.
Cla20M - Short-lived client authentication certificate template used by SystoLOCK Windows client.
Cba1Y - Long lived client based certificate template used with ActiveSync clients.
San1Y - Long lived server certificate template used for SystoLOCK endpoints.
Type: CATemplateType
Parameter Sets: (All)
Aliases:
Accepted values: Scl20M, Cla20M, Cba1Y, San1Y
Required: False
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.
This cmdlet does not accept any input.
Contains information about certificate template.
DisplayName: the certificate template display name.
DN: the certificate template DN (distinguished name).
ExpirationPeriod: the certificate expiration period.
IsCanonical: if value set to $true
indicating whether the certificate template has canonical form; otherwise $false
.
IsPresent: if value set to $true
indicating whether the certificate template is present in the directory; otherwise $false
.
Name: the certificate template name.
Oid: the certificate template object identifier.
SecurityDescriptor: the certificate template security descriptor.
Type: the type of the certificate template.
Get-SystoLockCertificateTemplate
Test-SystoLockCertificateTemplate