Remove-Adfs Scope Description

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).

Required Parameters

-InputObject

Specifies the scope description that this cmdlet removes.

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

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

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