Get-AdfsScopeDescription
Gets a description for a scope in AD FS.
Syntax
Default (Default)
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).
Parameters
-Name
Specifies an array of names of scope description to get.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
String
String objects are received by the Name parameter.
Outputs
OAuthScopeDescription
Returns one or more OAuthScopeDescription objects that represent the scope descriptions for the Federation Service.