Get-SCIPAddress
取得配置的靜態和虛擬IP位址。
語法
Get-SCIPAddress
[-VMMServer <ServerConnection>]
[-All]
[-UnAssigned]
[-Assigned]
[-IsMulticast]
[-Duplicate]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCIPAddress
[-VMMServer <ServerConnection>]
-StaticIPAddressPool <StaticIPAddressPool>
[-UnAssigned]
[-Assigned]
[-IsMulticast]
[-Duplicate]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCIPAddress
[-VMMServer <ServerConnection>]
-ID <Guid>
[-UnAssigned]
[-Assigned]
[-IsMulticast]
[-Duplicate]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCIPAddress
[-VMMServer <ServerConnection>]
-GrantToObjectID <Guid>
[-UnAssigned]
[-Assigned]
[-IsMulticast]
[-Duplicate]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCIPAddress
[-VMMServer <ServerConnection>]
-IPAddress <String>
[-UnAssigned]
[-Assigned]
[-IsMulticast]
[-Duplicate]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Get-SCIPAddress
[-VMMServer <ServerConnection>]
[-PublicIPAddress]
[-UnAssigned]
[-Assigned]
[-IsMulticast]
[-Duplicate]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Description
Get-SCIPAddress Cmdlet 會配置靜態 IP 和虛擬 IP 位址。
範例
範例 1:取得特定 IP 位址池的所有已設定 IP 位址
PS C:\> $IPAddressPool = Get-SCStaticIPAddressPool -IPv4 -Subnet "10.0.0.0/24"
PS C:\> Get-SCIPAddress -StaticIPAddressPool $IPAddressPool
第一個命令會取得子網為 10.0.0.0/24 的 IP 位址池物件,並將它儲存在$IPAddressPool變數中。
第二個命令會針對儲存在 $IPAddressPool 中的IP位址池,傳回所有配置的IP位址。
參數
-All
指出這個 Cmdlet 會取得與父對象無關的所有次級物件。
例如,命令 Get-SCVirtualDiskDrive -All
會取得所有虛擬磁碟驅動器物件,而不論每個虛擬磁碟驅動器對象相關聯的虛擬機物件或範本對象為何。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Assigned
指出此 Cmdlet 會取得已從位址池配置並指派給資源的 IP 位址或 MAC 位址。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Duplicate
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-GrantToObjectID
指定指派配置 IP 位址或 MAC 位址的物件識別碼。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ID
將數值識別子指定為特定物件的全域唯一標識碼或 GUID。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-IPAddress
指定 IPv4 或 IPv6 位址。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-IsMulticast
指出IP位址是多播位址,或IP位址池包含多播IP位址範圍。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUser
指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUserRole
指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。
類型: | UserRole |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PublicIPAddress
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-StaticIPAddressPool
指定IP位址池,您可以從中指派靜態IP位址。
類型: | StaticIPAddressPool |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-UnAssigned
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 Virtual Machine Manager (VMM) 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
CloudDRPairingInfoData
此 Cmdlet 會傳回 CloudDRPairingInfoData 物件。