Get-SCPortClassification
取得埠分類。
語法
Get-SCPortClassification
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[<CommonParameters>]
Get-SCPortClassification
[-VMMServer <ServerConnection>]
[[-Name] <String>]
[-ID <Guid>]
[<CommonParameters>]
Description
Get-SCPortClassification Cmdlet 會取得一或多個埠分類物件。
範例
範例 1:依其名稱取得埠分類
PS C:\> Get-SCPortClassification -Name "PortClass01"
此命令會取得名為 PortClass01 的埠分類物件。
參數
-ID
將數值識別子指定為特定物件的全域唯一標識碼或 GUID。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定 Virtual Machine Manager (VMM) 物件的名稱。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |