Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 1.86 KB

Get-AdfsScopeDescription.md

File metadata and controls

68 lines (45 loc) · 1.86 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-AdfsScopeDescription

Get-AdfsScopeDescription

SYNOPSIS

Gets a description for a scope in AD FS.

SYNTAX

Get-AdfsScopeDescription [[-Name] <String[]>] [<CommonParameters>]

DESCRIPTION

The Get-AdfsScopeDescription cmdlet gets scope descriptions that represent the scope of access granted to resources and applications in Active Directory Federation Services (AD FS).

EXAMPLES

PARAMETERS

-Name

Specifies an array of names of scope description to get.

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

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

System.String

String objects are received by the Name parameter.

OUTPUTS

Microsoft.IdentityServer.Management.Resources.OAuthScopeDescription

Returns one or more OAuthScopeDescription objects that represent the scope descriptions for the Federation Service.

NOTES

RELATED LINKS

Add-AdfsScopeDescription

Remove-AdfsScopeDescription

Set-AdfsScopeDescription