Get-FasPolicyOid

SYNOPSIS

Retrieve information about the Issuance Policy Oids registered in the domain.

SYNTAX

Get-FasPolicyOid [-Name <String>] [-Path <String>] [<CommonParameters>]
<!--NeedCopy-->

DESCRIPTION

This commandlet retrieves information about the Issuance Policy Oids registered in the domain, including their human readable name and associated security groups.

Certificate Issuance Policy Oids are attributes that can optionally be included in certificates issued by the Microsoft Certificate Authority. By default, these include Low/Medium/High Assurance levels and provide an indication of the level or type of approval to which a certificate holder has been authorized. When logging in, Windows will dynamically add the user to additional Universal Security Groups that have been associated with these Oids.

EXAMPLES

EXAMPLE 1

PS C:\>

C:\PS> Get-FasPolicyOid
<!--NeedCopy-->

Description


This command retrieves the address Policy Oids registered in this forest.

PARAMETERS

-Name

Specifies the name of a policy oid to retrieve (or $NULL to list them all).

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $NULL
Accept pipeline input: False
Accept wildcard characters: False
<!--NeedCopy-->

-Path

Type: String
Parameter Sets: (All)
Aliases:

Required: False
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 returns a list of Microsoft Policy Oid objects

NOTES

New-FasPolicyOid

Set-FasPolicyOid

Remove-FasPolicyOid

Get-FasPolicyOid