上一主题: dpmhyperv GetVersion 命令-获取 PMM 版本下一主题: dpmhyperv GetVMState 命令-获取 VM 状态


dpmhyperv GetVMProperties 命令-获取 VM 属性

dpmhyperv GetVMProperties 命令用于查看 VM 属性。

此命令具有以下格式:

dpmhyperv GetVMProperties 
[-ws_user username] 
[-ws_password password] 
[-ws_encrypted_password] 
-hypervHost hostname 
-vm vmname|-vmguid vm_ID 
[-pre] 
[-post]
[-locale iso639value]
-ws_user username

(可选)指定 CA Server Automation 用户名。

-ws_password password

(可选)指定 CA Server Automation 用户密码。

-ws_encrypted_password

(可选)指示 CA Server Automation 密码是否加密。

-hypervHost hostname

指定 Hyper-V 主机的名称。

-vm vm_name

指定 VM 名称。

-vmguid vm_ID

指定 VM 的唯一 GUID。

-pre

(可选)操作完成之前生成事件。

-post

(可选)操作完成之后生成事件。

-locale iso639value

(可选)指定 IS0 639_3166 组合以覆盖默认的英语输出(例如:法语为 fr_FR)。 要使用命令提示符的区域设置,请指定“native”。

示例:获取 VM 属性

本示例显示主机“hserver”上的 VM“vm-01”的属性。

dpmhyperv GetVMProperties -ws_user admin -ws_password #test# -hypervHost hserver -vm vm01