Reference this class in scripts through the oEnvironment object. For example, change the computer name to Example using the command:

oEnvironment.Item("ComputerName") ="Example"

Or, to determine whether this is a 32-bit or 64-bit architecture, query the architecture using the command:

oEnvironment.Item("Architecture")

Related Topics

Develop Custom Scripts