Set-Adfs
Scope
Description
Syntax
Set-AdfsScopeDescription
[-Description <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsScopeDescription
[-Description <String>]
[-TargetName] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsScopeDescription
[-Description <String>]
[-InputObject] <OAuthScopeDescription>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Set-AdfsScopeDescription cmdlet modifies a scope description that represents the scope of access granted to resources and applications in Active Directory Federation Services (AD FS).
Required Parameters
Specifies the scope description to modify.
| Type: | OAuthScopeDescription |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByValue) |
| Accept wildcard characters: | False |
Specifies the name of the scope description to modify.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByValue) |
| Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Specifies a description.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |