getattributes Enables you to view any of the attributes for the session or selected node. You can change attributes using the SetAttributes command. Syntax smartupdate getattributes [--nodes [nodelist]] [--session] Parameters/Options/Flags/Strings/... --nodes [] A list of the nodes for which to get the attributes. If you do not specify a nodelist, all nodes in the session are shown. --session Lists the attributes available in the SUM session. Windows usage C:\> smartupdate getattributes /nodes localhost C:\> smartupdate getattributes /nodes 10.0.1.2 Linux usage $ ./smartupdate getattributes --nodes localhost $ ./smartupdate getattributes --nodes 10.0.1.4