Set-Adfs Scope Description

Modifies a scope description in AD FS.

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

-InputObject

Specifies the scope description to modify.

Type: OAuthScopeDescription
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-TargetName

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

-Confirm

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
-Description

Specifies a description.

Type: String
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-WhatIf

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