Gets the list of SystoLOCK certificate templates.
Get-SystoLockCertificateTemplate [[-Type] <CATemplateType>] [-DomainController <String>] [<CommonParameters>]
The Get-SystoLockCertificateTemplate
cmdlet gets the list of certificate templates that the SystoLOCK service uses to issue certificates.
PS C:\> Get-SystoLockCertificateTemplate
Returns all SystoLOCK certificate templates.
PS C:\> Get-SystoLockCertificateTemplate -Type Scl20M
Returns SCL20M certificate template information.
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
Specifies type of a SystoLOCK certificate template.
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.
New-SystoLockCertificateTemplate
Test-SystoLockCertificateTemplate