Remove-FasMsTemplate

SYNOPSIS

Uninstall a Microsoft Certificate Template from an Active Directory environment.

SYNTAX

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

DESCRIPTION

This commandlet can be used to delete a Microsoft Certificate Template 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.

Note that this cmdlet must be run using a High Privilege user account. Equivalent configuration can be done manually using the Microsoft GUI tools.

EXAMPLES

EXAMPLE 1

PS C:\>

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

Description


Deletes the Citrix_SmartcardLogon Certificate Template from Active Directory

PARAMETERS

-Name

Specifies the name of the Microsoft Certificate Template to delete.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: (required)
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

void

This cmdlet returns a list of certificate templates.

NOTES

New-FasMsTemplate

Get-FasMsTemplate

Publish-FasMsTemplate

Unpublish-FasMsTemplate

Remove-FasMsTemplate