7.4

Table Of Contents
Table 147. GetMachineProperties Activity Input Parameters
Argument Type Description
MachineId Guid The machine whose properties to retrieve.
Table 148. GetMachineProperties Activity Output Parameters
Argument Type Description
Properties Dictionary<string, string> List of the machine’s properties. Values are returned decrypted if
they were stored encrypted.
GetMachineProperty
Gets the value of the specified property for a machine.
Table 149. GetMachineProperty Activity Input Parameters
Argument Type Description
MachineId Guid The machine from which to retrieve a property.
PropertyName String Name of the property whose value to return.
IsRequired bool If the property is required and is not found the activity throws an
exception, otherwise returns null.
Table 150. GetMachineProperty Activity Output Parameters
Argument Type Description
PropertyValue String Value of the property specified by PropertyName. The value is
returned decrypted if it was stored encrypted.
GetScriptFromName
Gets the contents of the script stored in the Model Manager under the specified name.
Table 151. GetScriptFromName Activity Input Parameters
Argument Type Description
ScriptName String Name in the Model Manager of the script to retrieve.
ScriptVersion Object (Optional) Version in the Model Manager of the script to retrieve.
Default is 0.0.
Table 152. GetScriptFromName Activity Output Parameters
Argument Type Description
ScriptContent String Contents of the script identified by ScriptName.
InvokePowerShell
Executes a PowerShell command.
Life Cycle Extensibility
VMware, Inc. 90