getattributes
用于查看会话或选定节点的任何属性。可以使用 SetAttributes 命令更改属性。

语法

smartupdate getattributes [--nodes [nodelist]] [--session]

参数/选项/标记/字符串/...

--nodes [<nodelist>]
为其获取属性的节点的列表。如果未指定节点列表,则显示会话中的所有节点。

--session
列出 SUM 会话中的可用属性。

Windows 用法

C:\> smartupdate getattributes /nodes localhost

C:\> smartupdate getattributes /nodes 10.0.1.2

Linux 用法

$ ./smartupdate getattributes --nodes localhost

$ ./smartupdate getattributes --nodes 10.0.1.4