共用方式為


Add-SCNetworkConnection

新增網路服務連線。

語法

Add-SCNetworkConnection
   [-VMMServer <ServerConnection>]
   [-Service] <NetworkService>
   -LogicalNetworkDefinition <LogicalNetworkDefinition>
   [-IPv4Address <String>]
   [-IPv6Address <String>]
   [-Description <String>]
   -Name <String>
   [-ConnectionType <NetworkConnectionType>]
   [-NetworkAdapter <NetworkServiceAdapterInfo>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]
Add-SCNetworkConnection
   [-VMMServer <ServerConnection>]
   [-Service] <NetworkService>
   -VMSubnet <VMSubnet>
   [-IPv4Address <String>]
   [-IPv6Address <String>]
   [-Description <String>]
   -Name <String>
   [-ConnectionType <NetworkConnectionType>]
   [-NetworkAdapter <NetworkServiceAdapterInfo>]
   [-RunAsynchronously]
   [-PROTipID <Guid>]
   [-JobVariable <String>]
   [<CommonParameters>]

Description

Add-SCNetworkConnection Cmdlet 會新增網路服務連線。

參數

-ConnectionType

指定網路連線類型。 此參數可接受的值為:

  • 未知
  • FrontEnd
  • BackEnd
類型:NetworkConnectionType
接受的值:Unknown, FrontEnd, BackEnd
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Description

指定網路連線的描述。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IPv4Address

指定 IPv4 位址。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IPv6Address

指定 IPv6 位址。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-JobVariable

指定追蹤和儲存作業進度的變數。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-LogicalNetworkDefinition

指定邏輯網路定義(也稱為網站),其中包含IP位址池所提供服務的子網。 子網是由 VMSubnet 參數所指定。

類型:LogicalNetworkDefinition
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

指定網路物件的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-NetworkAdapter

指定網路配接器信息物件。

類型:NetworkServiceAdapterInfo
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PROTipID

指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。

類型:Guid
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-RunAsynchronously

表示作業會以異步方式執行,讓控件立即返回命令殼層。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Service

指定網路服務物件。

類型:NetworkService
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-VMMServer

指定 Virtual Machine Manager (VMM) 伺服器物件。

類型:ServerConnection
Position:Named
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

-VMSubnet

指定虛擬機子網物件。

若要取得 VMSubnet 物件,請使用 Get-SCVMSubnet Cmdlet。

類型:VMSubnet
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False