Get-SCVMHostNetworkAdapterProfile
获取主机网络适配器配置文件。
语法
Get-SCVMHostNetworkAdapterProfile
[-VMMServer <ServerConnection>]
[-All]
[<CommonParameters>]
Get-SCVMHostNetworkAdapterProfile
[-VMMServer <ServerConnection>]
[-ID <Guid>]
[<CommonParameters>]
说明
Get-SCVMHostNetworkAdapterProfile cmdlet 按其 ID 获取主机网络适配器配置文件。
示例
示例 1:按主机网络适配器配置文件的 ID 获取主机网络适配器配置文件
PS C:\> Get-SCVMHostNetworkAdapterProfile -ID "259f47c7-c5a9-429d-a421-d232f9b34991"
此命令获取 ID 为 259f47c7-c5a9-429d-a421-d232f9b34991 的网络适配器配置文件对象。
参数
-All
指示此 cmdlet 获取与父对象无关的所有从属对象。
例如,该命令 Get-SCVirtualDiskDrive -All
获取所有虚拟磁盘驱动器对象,而不考虑每个虚拟磁盘驱动器对象关联的虚拟机对象或模板对象。
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ID
将数字标识符指定为特定对象的全局唯一标识符或 GUID。
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
指定 Virtual Machine Manager (VMM) 服务器对象。
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
输出
HostNetworkAdapterProfile[]
此 cmdlet 返回 HostNetworkAdapterProfile 对象的数组。