Remove-AdfsScopeDescription

Removes a scope description in AD FS.

Syntax

Remove-AdfsScopeDescription
      [-TargetName] <String>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AdfsScopeDescription
      [-InputObject] <OAuthScopeDescription>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-AdfsScopeDescription cmdlet removes a scope description that represents the scope of access granted to resources and applications in Active Directory Federation Services (AD FS).

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Specifies the scope description that this cmdlet removes.

Type:OAuthScopeDescription
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TargetName

Specifies the name of the scope description that this cmdlet removes.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
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
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

OAuthScopeDescription

OAuthScopeDescription objects are received by the InputObject parameter.

String

String objects are received by the TargetName parameter.