Share via


New-SCPhysicalComputerNetworkAdapterConfig

Creates a network adapter configuration that is applied to an operating system deployed on a physical computer.

Syntax

PhysicalNicLogicalSwitch

New-SCPhysicalComputerNetworkAdapterConfig
    -LogicalSwitch <LogicalSwitch>
    -UplinkPortProfileSet <UplinkPortProfileSet>
    [-VMMServer <ServerConnection>]
    [-SetAsPhysicalNetworkAdapter]
    [-MACAddress <String>]
    [-ConsistentDeviceName <String>]
    [-DisableAdapterDNSRegistration <Boolean>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

PhysicalGenericNicStaticIP

New-SCPhysicalComputerNetworkAdapterConfig
    -LogicalNetwork <LogicalNetwork>
    [-VMMServer <ServerConnection>]
    [-SetAsPhysicalNetworkAdapter]
    [-SetAsGenericNIC]
    [-UseStaticIPForIPConfiguration]
    [-MACAddress <String>]
    [-ConsistentDeviceName <String>]
    [-IPv4Subnet <String>]
    [-IPv6Subnet <String>]
    [-IPv4Address <String>]
    [-IPv6Address <String>]
    [-DisableAdapterDNSRegistration <Boolean>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

PhysicalManagementNicDhcp

New-SCPhysicalComputerNetworkAdapterConfig
    [-VMMServer <ServerConnection>]
    [-SetAsPhysicalNetworkAdapter]
    [-SetAsManagementNIC]
    [-UseDhcpForIPConfiguration]
    [-MACAddress <String>]
    [-ConsistentDeviceName <String>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

PhysicalGenericNicDhcp

New-SCPhysicalComputerNetworkAdapterConfig
    [-VMMServer <ServerConnection>]
    [-SetAsPhysicalNetworkAdapter]
    [-SetAsGenericNIC]
    [-UseDhcpForIPConfiguration]
    [-MACAddress <String>]
    [-ConsistentDeviceName <String>]
    [-DisableAdapterDNSRegistration <Boolean>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

PhysicalManagementNicStaticIP

New-SCPhysicalComputerNetworkAdapterConfig
    -LogicalNetwork <LogicalNetwork>
    [-VMMServer <ServerConnection>]
    [-SetAsPhysicalNetworkAdapter]
    [-SetAsManagementNIC]
    [-UseStaticIPForIPConfiguration]
    [-MACAddress <String>]
    [-ConsistentDeviceName <String>]
    [-IPv4Subnet <String>]
    [-IPv6Subnet <String>]
    [-IPv4Address <String>]
    [-IPv6Address <String>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

VirtualGenericNicDhcp

New-SCPhysicalComputerNetworkAdapterConfig
    -LogicalSwitch <LogicalSwitch>
    -VMNetwork <VMNetwork>
    [-VMMServer <ServerConnection>]
    [-SetAsVirtualNetworkAdapter]
    [-SetAsGenericNIC]
    [-UseDhcpForIPConfiguration]
    [-PortClassification <PortClassification>]
    [-MACAddress <String>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

VirtualGenericNicStaticIP

New-SCPhysicalComputerNetworkAdapterConfig
    -LogicalSwitch <LogicalSwitch>
    -VMNetwork <VMNetwork>
    [-VMMServer <ServerConnection>]
    [-SetAsVirtualNetworkAdapter]
    [-SetAsGenericNIC]
    [-UseStaticIPForIPConfiguration]
    [-PortClassification <PortClassification>]
    [-MACAddress <String>]
    [-IPv4Subnet <String>]
    [-IPv6Subnet <String>]
    [-IPv4Address <String>]
    [-IPv6Address <String>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

VirtualManagementNicDhcp

New-SCPhysicalComputerNetworkAdapterConfig
    -TransientManagementNetworkAdapter <PhysicalComputerNetworkAdapterConfig>
    -LogicalSwitch <LogicalSwitch>
    -VMNetwork <VMNetwork>
    [-VMMServer <ServerConnection>]
    [-SetAsVirtualNetworkAdapter]
    [-SetAsManagementNIC]
    [-UseDhcpForIPConfiguration]
    [-PortClassification <PortClassification>]
    [-MACAddress <String>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

VirtualManagementNicStaticIP

New-SCPhysicalComputerNetworkAdapterConfig
    -TransientManagementNetworkAdapter <PhysicalComputerNetworkAdapterConfig>
    -LogicalSwitch <LogicalSwitch>
    -VMNetwork <VMNetwork>
    [-VMMServer <ServerConnection>]
    [-SetAsVirtualNetworkAdapter]
    [-SetAsManagementNIC]
    [-UseStaticIPForIPConfiguration]
    [-PortClassification <PortClassification>]
    [-MACAddress <String>]
    [-IPv4Subnet <String>]
    [-IPv6Subnet <String>]
    [-IPv4Address <String>]
    [-IPv6Address <String>]
    [-AdapterName <String>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

Description

The New-SCPhysicalComputerNetworkAdapterConfig cmdlet creates a network adapter configuration that is applied to an operating system deployed on a physical computer.

Parameters

-AdapterName

Specifies the name of the network adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ConsistentDeviceName

Specifies a consistent device name for a network adapter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalNicLogicalSwitch
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DisableAdapterDNSRegistration

Indicates whether to disable DNS registration for the network adapter.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalNicLogicalSwitch
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IPv4Address

Specifies an IPv4 address.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IPv4Subnet

Specifies an IPv4 subnet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IPv6Address

Specifies an IPv6 address.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-IPv6Subnet

Specifies an IPv6 subnet.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-JobVariable

Specifies that job progress is tracked and stored in the variable named by this parameter.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LogicalNetwork

Specifies a logical network. A logical network is a named grouping of IP subnets and VLANs that is used to organize and simplify network assignments.

Parameter properties

Type:LogicalNetwork
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LogicalSwitch

Specifies a logical switch object.

Parameter properties

Type:LogicalSwitch
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalNicLogicalSwitch
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MACAddress

Specifies the MAC address, or a set of MAC addresses, for a physical or virtual network adapter on a computer.

  • Example format for a single MAC address: -MACAddress "00-15-5D-B4-DC-00"
  • Example format for a set of MAC addresses: -MACAddress "00-15-5D-B4-DC-00", "00-1A-A0-E3-75-29"

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PortClassification

Specifies the port classification of the switch to which the virtual network adapter connects.

Parameter properties

Type:PortClassification
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VirtualGenericNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-PROTipID

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SetAsGenericNIC

Indicates that the network adapter is not the management network adapter for the host.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SetAsManagementNIC

Indicates that the network adapter is the management network adapter for the host.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SetAsPhysicalNetworkAdapter

Indicates that the network adapter is a physical network adapter.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalNicLogicalSwitch
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SetAsVirtualNetworkAdapter

Indicates that the network adapter is a virtual network adapter.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VirtualGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TransientManagementNetworkAdapter

Specifies the physical network adapter that the management virtual network adapter binds to during the initial operating system deployment phase. This property is used temporarily before the host is deployed.

Parameter properties

Type:PhysicalComputerNetworkAdapterConfig
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VirtualManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UplinkPortProfileSet

Specifies an uplink port profile set object.

To obtain an uplink port profile set object, use the Get-SCUplinkPortProfileSet cmdlet.

Parameter properties

Type:UplinkPortProfileSet
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalNicLogicalSwitch
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UseDhcpForIPConfiguration

Indicates that the IP address for the network adapter is obtained by using DHCP.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-UseStaticIPForIPConfiguration

Indicates that the network adapter is configured with a static IP address.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

PhysicalGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
PhysicalManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

Specifies a VMM server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-VMNetwork

Specifies a VM network object.

To get a VM network object, use the Get-SCVMNetwork cmdlet.

Parameter properties

Type:VMNetwork
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

VirtualGenericNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualGenericNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicDhcp
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
VirtualManagementNicStaticIP
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

PhysicalComputerNetworkAdapterConfig

This cmdlet returns a PhysicalComputerNetworkAdapterConfig object.