Remove-Adfs
Relying
Party
Web
Theme
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.
Required Parameters
Specifies the name of the target relying party for which to remove the web theme.
| Type: | String |
| Aliases: | Name |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByValue) |
| Accept wildcard characters: | False |
Specifies the target relying party for which to remove the web theme.
| Type: | AdfsRelyingPartyWebTheme |
| Aliases: | TargetWebTheme |
| 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 |
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 |