Remove-AdfsRelyingPartyWebTheme

Removes a web theme to a relying party.

Syntax

Remove-AdfsRelyingPartyWebTheme
      [-TargetRelyingPartyName] <String>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AdfsRelyingPartyWebTheme
      [-TargetRelyingPartyWebTheme] <AdfsRelyingPartyWebTheme>
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-AdfsRelyingPartyWebTheme cmdlet removes a web theme for a relying party.

Examples

Example 1: Remove a web theme

PS C:\> Remove-AdfsRelyingPartyWebTheme -TargetRelyingPartyName "urn:app1"

This command removes the relying party web theme for the relying party named urn:app1.

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

-TargetRelyingPartyName

Specifies the name of the target relying party for which to remove the web theme.

Type:String
Aliases:Name
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TargetRelyingPartyWebTheme

Specifies the target relying party for which to remove the web theme.

Type:AdfsRelyingPartyWebTheme
Aliases:TargetWebTheme
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