Ler em inglês

Compartilhar via


Remove-NetIPAddress

Remove-NetIPAddress

Removes an IP address and its configuration.

Sintaxe

Parameter Set: Query (cdxml)
Remove-NetIPAddress [[-IPAddress] <String[]> ] [-AddressFamily <AddressFamily[]> ] [-AddressState <AddressState[]> ] [-CimSession <CimSession[]> ] [-DefaultGateway <String> ] [-IncludeAllCompartments] [-InterfaceAlias <String[]> ] [-InterfaceIndex <UInt32[]> ] [-PassThru] [-PolicyStore <String> ] [-PreferredLifetime <TimeSpan[]> ] [-PrefixLength <Byte[]> ] [-PrefixOrigin <PrefixOrigin[]> ] [-SkipAsSource <Boolean[]> ] [-SuffixOrigin <SuffixOrigin[]> ] [-ThrottleLimit <Int32> ] [-Type <Type[]> ] [-ValidLifetime <TimeSpan[]> ] [-Confirm] [-WhatIf] [ <CommonParameters>] [ <WorkflowParameters>]

Parameter Set: InputObject (cdxml)
Remove-NetIPAddress [-CimSession <CimSession[]> ] [-PassThru] [-ThrottleLimit <Int32> ] [-Confirm] [-WhatIf] [ <CommonParameters>] [ <WorkflowParameters>]

Descrição detalhada

The Remove-NetIPAddress cmdlet removes an IP address and its configuration. To remove a specific IP address object, use the IPv4 Address parameter or IPv6 Address parameter. If you do not specify an IPv4 or IPv6 address, the cmdlet will remove all IP addresses that match.

Parâmetros

-AddressFamily<AddressFamily[]>

Specifies an array of IP address families. The cmdlet removes the IP address that matches the families. Os valores aceitáveis para esse parâmetro são:

-- IPv4
-- IPv6

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-AddressState<AddressState[]>

Specifies an array of duplicate address detection (DAD) state values for the IP address. Os valores aceitáveis para esse parâmetro são:

-- Invalid. IP address configuration information for addresses that are not valid and will not be used.
-- Tentative. IP address configuration information for addresses that are not used for communication, as the uniqueness of those IP addresses is being verified.
-- Duplicate. IP address configuration information for addresses for which a duplicate IP address has been detected and the current IP address will not be used.
-- Deprecated. IP address configuration information for addresses that will no longer be used to establish new connections, but will continue to be used with existing connections.
-- Preferred. IP address configuration information for addresses that are valid and available for use.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-CimSession<CimSession[]>

Executa o cmdlet em uma sessão remota ou em um computador remoto. Insira um nome de computador ou um objeto de sessão, como a saída de um cmdlet New-CimSession ou Get-CimSession. O padrão é a sessão atual no computador local.

Aliases

Session

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-DefaultGateway<String>

Specifies the IPv4 address or IPv6 address of the default gateway for the host. Default gateways provide a default route for TCP/IP hosts to use when communicating with other hosts on remote networks.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-IncludeAllCompartments

Indicates that the cmdlet includes addresses from all configured network compartments. If you do not specify this parameter, the cmdlet removes only addresses in the default network compartment.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-InterfaceAlias<String[]>

Specifies an array of aliases of network interfaces. The cmdlet removes IP addresses that match the aliases.

Aliases

ifAlias

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

True (ByPropertyName)

Aceitar caracteres curinga?

false

-InterfaceIndex<UInt32[]>

Specifies an array of indexes of network interfaces. The cmdlet removes IP addresses that match the indexes.

Aliases

ifIndex

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

True (ByPropertyName)

Aceitar caracteres curinga?

false

-IPAddress<String[]>

Specifies an array of IPv4 or IPv6 addresses.

Aliases

LocalAddress

Obrigatório?

false

Posição?

1

Valor padrão

none

Aceitar entrada de pipeline?

True (ByPropertyName)

Aceitar caracteres curinga?

false

-PassThru

Retorna um objeto que representa o item com o qual você está trabalhando. Por padrão, esse cmdlet não gera saída alguma.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-PolicyStore<String>

Specifies a PolicyStore value. Os valores aceitáveis para esse parâmetro são:

-- ActiveStore. The IP address information is valid.
-- PersistentStore. The computer saves IP address information across restarts. When the computer restarts, it copies the saved settings to the ActiveStore.

The default value is ActiveStore.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-PreferredLifetime<TimeSpan[]>

Specifies an array of values of preferred lifetimes, as TimeSpan objects, for an IP address. To obtain a TimeSpan object, use the New-TimeSpan cmdlet.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-PrefixLength<Byte[]>

Specifies an array of prefix lengths. This parameter defines the local subnet size, and is also known as a subnet mask.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-PrefixOrigin<PrefixOrigin[]>

Specifies an array of origins of address prefixes. IP addresses are divided into two parts, the prefix and the suffix. The address prefix identifies the network portion of an IP address, and the address suffix identifies the host portion. Os valores aceitáveis para esse parâmetro são:

-- Manual. The IP address prefix was manually specified.
-- WellKnown. The IP address prefix is from a well-known source.
-- DHCP. The IP address prefix was provided by DHCP settings.
-- RouterAdvertisement. The IP address prefix was obtained through a router advertisement (RA).

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-SkipAsSource<Boolean[]>

Indicates whether an address is a primary IP address. This parameter identifies the primary IP address for outgoing traffic in a multiple IP address scenario. If this parameter is set to True, the addresses are not used for outgoing traffic and are not registered in DNS.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-SuffixOrigin<SuffixOrigin[]>

Specifies an array of origins of address suffixes. IP addresses are divided into two parts, the prefix and the suffix. The address prefix identifies the network portion of an IP address, and the address suffix identifies the host portion. Os valores aceitáveis para esse parâmetro são:

-- Manual. The IP address prefix was manually specified.
-- WellKnown. The IP address suffix is from a well-known source.
-- DHCP. The IP address suffix was provided by DHCP settings.
-- Link. The IP address suffix was obtained from the link-layer address.
-- Random. The IP address suffix was obtained from a random source.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-ThrottleLimit<Int32>

Especifica o número máximo de operações simultâneas que podem ser estabelecidas para executar o cmdlet. Se esse parâmetro for omitido ou um valor de 0 for inserido, o Windows PowerShell ® calculará o limite ideal de aceleração para o cmdlet com base no número de cmdlets do CIM executados no computador. O limite se aplica somente ao cmdlet atual, não à sessão ou ao computador.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-Type<Type[]>

Specifies an array of IP address types. Os valores aceitáveis para esse parâmetro são:

-- Unicast
-- Anycast

The default value is Unicast.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-ValidLifetime<TimeSpan[]>

Specifies an array of values of valid lifetimes, as TimeSpan objects, for an IP address. To obtain a TimeSpan object, use the New-TimeSpan cmdlet.

Aliases

none

Obrigatório?

false

Posição?

named

Valor padrão

none

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-Confirm

Solicita confirmação antes de executar o cmdlet.

Obrigatório?

false

Posição?

named

Valor padrão

false

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

-WhatIf

Mostra o que ocorreria se o cmdlet fosse executado. O cmdlet não é executado.

Obrigatório?

false

Posição?

named

Valor padrão

false

Aceitar entrada de pipeline?

false

Aceitar caracteres curinga?

false

<CommonParameters>

Esse cmdlet oferece suporte aos parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte  about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

<WorkflowParameters>

Entradas

O tipo de entrada é o tipo dos objetos que você pode redirecionar para o cmdlet.

  • Microsoft.Management.Infrastructure.CimInstance#root\StandardCimv2\MSFT_NetIPAddress

    O objeto Microsoft.Management.Infrastructure.CimInstance é uma classe wrapper que exibe os objetos do WMI (Windows Management Instrumentation). O caminho após o sinal de cerquilha (#) fornece o nome do namespace e da classe de objeto WMI subjacente.

Saídas

O tipo de saída é o tipo de objeto que o cmdlet emite.

  • None

Exemplos

Example 1: Remove an IP address

This command adds a new IP address.

PS C:\> New-NetIPAddress –InterfaceIndex 12 –IPAddress 192.168.0.1

This command removes the IP address created by the previous command.

PS C:\> Remove-NetIPAddress –IPAddress 192.168.0.1

Example 2: Remove an IP address using a pipeline

This command removes all of the IP addresses with the address 192.168.0.1.

PS C:\> Get-NetIPAddress –IPAddress 192.168.0.1 | Remove-NetIPAddress

Example 3: Remove IP addresses by prefix origin

This command removes all of the IP addresses that have a manually-configured prefix origin.

PS C:\> Remove-NetIPAddress –PrefixOrigin Manual

Tópicos relacionados

Get-NetIPAddress

New-NetIPAddress

Set-NetIPAddress