Get-FasMsTemplate

SYNOPSIS

Lists the Microsoft Certificate Templates currently installed in an Active Directory environment.

SYNTAX

Get-FasMsTemplate [-Name <String>] [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

This commandlet lists information about the Microsoft Certificate Templates currently installed in an Active Directory Deployment.

Microsoft Certificate Authority uses Certificate Templates to describe the types of certificates that it can issue. This includes information such as the validity period and how the certificate should be authorized.

Certificate Templates can be referenced by their name and unique OID string. This commandlet also returns the security descriptor that controls access to the Certificate Template as an SDDL string.

EXAMPLES

EXAMPLE 1

PS C:\>

C:\PS> Get-FasMsTemplate -Name Citrix_SmartcardLogon
<!--NeedCopy-->

Description


Return information about the certificate template named Citrix_SmartcardLogon that is installed in Active Directory

PARAMETERS

-Name

Specifies a particular template name to retrieve.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: Retrieve all templates
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

Variable, based on property name.

This cmdlet does accept input from the pipeline but only by property name.

OUTPUTS

List of Templates

This cmdlet returns a list of certificate templates.

NOTES

New-FasMsTemplate

Publish-FasMsTemplate

Unpublish-FasMsTemplate

Remove-FasMsTemplate

Get-FasMsTemplate