Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 1.76 KB

Get-AdfsAccessControlPolicy.md

File metadata and controls

75 lines (53 loc) · 1.76 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IdentityServer.Management.dll-Help.xml
ADFS
12/20/2016
2.0.0
Get-AdfsAccessControlPolicy

Get-AdfsAccessControlPolicy

SYNOPSIS

Gets an AD FS access control policy.

SYNTAX

Get-AdfsAccessControlPolicy [-Name <String[]>] [-Identifier <String[]>] [<CommonParameters>]

DESCRIPTION

The Get-AdfsAccessControlPolicy cmdlet gets an Active Directory Federation Services (AD FS) access control policy.

EXAMPLES

PARAMETERS

-Identifier

Specifies an array of IDs.

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies an array of policy names.

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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

OUTPUTS

NOTES

RELATED LINKS

New-AdfsAccessControlPolicy

Remove-AdfsAccessControlPolicy

Set-AdfsAccessControlPolicy