Network Transition Cmdlets in Windows PowerShell

Windows PowerShell® est un interpréteur en ligne de commande et un langage de script basé sur des tâches, conçu spécialement pour l’administration système. Cette rubrique de référence pour les informaticiens fournit une assistance sur l’utilisation des applets de commande Windows PowerShell pour écrire des scripts et automatiser des tâches.

Network Transition

This reference provides cmdlet descriptions and syntax for all Network Transition-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

cmdlet Description

Add-NetIPHttpsCertBinding

Binds an SSL certificate to an IP-HTTPS server.

Disable-NetDnsTransitionConfiguration

Disables the DNS64 configuration on a computer.

Disable-NetIPHttpsProfile

Disables the currently active IP-HTTPS profile.

Disable-NetNatTransitionConfiguration

Disables the NAT64 configuration on a computer.

Enable-NetDnsTransitionConfiguration

Enables the DNS64 configuration on a computer.

Enable-NetIPHttpsProfile

Enables an IP-HTTPS configuration profile.

Enable-NetNatTransitionConfiguration

Enables the NAT64 configuration on a computer.

Get-Net6to4Configuration

Retrieves the 6to4 configuration of a computer or a Group Policy Object (GPO).

Get-NetDnsTransitionConfiguration

Retrieves the DNS64 configuration of a computer.

Get-NetDnsTransitionMonitoring

Retrieves the DNS64 configuration of a computer.

Get-NetIPHttpsConfiguration

Gets the IP-HTTPS configuration from a computer or a Group Policy Object (GPO).

Get-NetIPHttpsState

Gets the active IP-HTTPS state of a computer.

Get-NetIsatapConfiguration

Gets the ISATAP configuration of a computer or a Group Policy Object (GPO).

Get-NetNatTransitionConfiguration

Retrieves the NAT64 configuration of a computer.

Get-NetNatTransitionMonitoring

Retrieves the NAT64 mappings on a computer.

Get-NetTeredoConfiguration

Gets the Teredo configuration of a computer or a Group Policy Object (GPO).

Get-NetTeredoState

Retrieves the active Teredo state of the local computer.

New-NetIPHttpsConfiguration

Creates an IP-HTTPS configuration.

New-NetNatTransitionConfiguration

Creates a new instance of the NAT64 and the associated configuration on a computer.

Remove-NetIPHttpsCertBinding

Removes all of the IP-HTTPS certificate bindings.

Remove-NetIPHttpsConfiguration

Removes an IP-HTTPS configuration profile.

Remove-NetNatTransitionConfiguration

Removes the NAT64 configuration for one or more instances on a computer.

Rename-NetIPHttpsConfiguration

Renames an IP-HTTPS profile.

Reset-Net6to4Configuration

Resets the Group Policy Object (GPO) settings for a 6to4 configuration.

Reset-NetDnsTransitionConfiguration

Resets the DNS64 configuration on a computer.

Reset-NetIPHttpsConfiguration

Resets the IP-HTTPS configuration elements in a Group Policy Object (GPO).

Reset-NetIsatapConfiguration

Resets ISATAP configuration elements contained in a Group Policy Object (GPO).

Reset-NetTeredoConfiguration

Resets the Teredo configuration elements in a Group Policy Object (GPO).

Set-Net6to4Configuration

Sets the 6to4 configuration for both client computers and servers.

Set-NetDnsTransitionConfiguration

Sets the DNS64 configuration on a computer.

Set-NetIPHttpsConfiguration

Modifies an IP-HTTPS configuration.

Set-NetIsatapConfiguration

Sets an ISATAP configuration on a computer or on a Group Policy Object (GPO).

Set-NetNatTransitionConfiguration

Sets the NAT64 configuration on a computer.

Set-NetTeredoConfiguration

Modifies the Teredo configuration of a computer or a Group Policy object (GPO).

Notes

To list all the cmdlets that are available, use the Get-Command –Module NetworkTransition cmdlet.

Pour plus d’informations sur les applets de commande ou leur syntaxe, utilisez l’applet de commande Get-Help <nom de l’applet de commande>, où <nom de l’applet de commande> est le nom de l’applet de commande que vous voulez rechercher. Pour plus d’informations, vous pouvez exécuter les applets de commande suivantes :

Get-Help <nom de l’applet de commande> -Detailed
Get-Help <nom de l’applet de commande> -Examples
Get-Help <nom de l’applet de commande> -Full