Remove-AdfsWebApplicationProxyRelyingPartyTrust

Remove-AdfsWebApplicationProxyRelyingPartyTrust

Removes the relying party trust object for the Web Application Proxy.

Syntaxe

Remove-AdfsWebApplicationProxyRelyingPartyTrust [-Confirm] [-WhatIf] [ <CommonParameters>]

Description détaillée

The Remove-AdfsWebApplicationProxyRelyingPartyTrust cmdlet removes the relying party trust object for Proxy d’application web. If you remove the relying party trust, Proxy d’application web blocks all external access through the proxy. Use this cmdlet if you plan to recreate the trust later. To temporarily block access through the proxy, you can, instead, disable the relying party trust by using the Disable-AdfsWebApplicationProxyRelyingPartyTrust cmdlet.

The Proxy d’application web relying party trust is useful to manage global network access from outside the corporate network. By setting authentication and authorization policies, an administrator can restrict access to internal web applications and services that are published through the Proxy d’application web.

Paramètres

-Confirm

Votre confirmation sera requise avant l’exécution de l’applet de commande.

Obligatoire ?

false

Position ?

named

Valeur par défaut

false

Accepter l’entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-WhatIf

Présente les conséquences éventuelles de l’exécution de l’applet de commande. L’applet de commande n’est pas exécutée.

Obligatoire ?

false

Position ?

named

Valeur par défaut

false

Accepter l’entrée de pipeline ?

false

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

Exemples

Example 1: Remove the relying party trust

This command removes the relying party trust object for the Proxy d’application web, which denies all access to web applications through the proxy.

PS C:\> Remove-AdfsWebApplicationProxyRelyingPartyTrust

Rubriques connexes

Add-AdfsWebApplicationProxyRelyingPartyTrust

Disable-AdfsWebApplicationProxyRelyingPartyTrust

Enable-AdfsWebApplicationProxyRelyingPartyTrust

Get-AdfsWebApplicationProxyRelyingPartyTrust

Set-AdfsWebApplicationProxyRelyingPartyTrust