Remove-SCMACAddressPool
刪除 MAC 位址池。
語法
Remove-SCMACAddressPool
[-VMMServer <ServerConnection>]
[-MACAddressPool] <MACAddressPool>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-SCMACAddressPool Cmdlet 會刪除 Virtual Machine Manager (VMM) MAC (媒體存取控制) 位址池。
範例
範例 1:刪除 MAC 位址池
PS C:\> $HostGroup = Get-SCVMHostGroup | where { $_.Path -eq "All Hosts\HostGroup02\Production" }
PS C:\> $MACPool = Get-SCMACAddressPool -VMHostGroup $HostGroup -Name "MAC Address Pool 01"
PS C:\> Remove-SCMACAddressPool -MACAddressPool $MACPool
第一個命令會取得名為 「All Hosts\HostGroup02\Production」 的主機群組,並將它儲存在$HostGroup變數中。
第二個命令會取得名為 「MAC Address Pool 01」 的 MAC 位址池,該集區與儲存在$HostGroup變數中的主機群組相關聯(包括其父代主機群組如果啟用繼承),並將它儲存在$MACPool變數中。
第三個命令會刪除儲存在 $MACPool 變數中的 MAC 位址池。
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-JobVariable
指定追蹤和儲存作業進度的變數。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-MACAddressPool
指定 MAC 位址池。
類型: | MACAddressPool |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PROTipID
指定觸發此動作之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸出
MACAddressPool
此 Cmdlet 會傳回 MACAddressPool 物件。
備註
- 此 Cmdlet 需要 VMM MAC 位址池物件,您可以使用 Get-SCMACAddressPool Cmdlet 來擷取此物件。