IBI-helpMe

Local

Description

Information relevant to the local client PC.

Allowed values

Value (value)

Description

OS

Name and version of the operating system used.

OsSystemType

Operating system (32-bit or 64-bit)

Computername

Name of the computer

Clientname

Client name, if connected via remote desktop.

Username

User name

SessionID

Windows session ID

IP

Assigned IP addresses

MacAddress

All available MAC addresses of the system

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	 <!-- Information to be determined -->
	<collectedValues>

		<collectedValue type="Local"
						displayName="Operating system"
						value="OS" />		

	</collectedValues>

    ...
 
  </applicationSettings>
</configuration>