Remove-FasPolicyOid

SYNOPSIS

Remove a registered Issuance Policy Oid in the domain.

SYNTAX

Remove-FasPolicyOid -Path <String> [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

This cmdlet removes an existing Issuance Policy Oid registered in the domain.

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

EXAMPLES

EXAMPLE 1

PS C:\>

C:\PS> $PolicyOid=Get-FasPolicyOid -Name "Finance User Assurance"
C:\PS> Remove-FasPolicyOid -Path $PolicyOid.Path
<!--NeedCopy-->

Description


This code looks up the LDAP Path of the “Finance User Assurance” OID and deletes it.

PARAMETERS

-Path

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
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 does not return a value

NOTES

New-FasPolicyOid

Get-FasPolicyOid

Set-FasPolicyOid

Remove-FasPolicyOid