Local
| Keyword | Local | 
|---|---|
| Description | Various system information values can be loaded using a localvariable. | 
Available values
| Value | Description | 
|---|---|
| OS | Name of the operating system | 
| OsSystemType | Operating system (32-bit or 64-bit) | 
| Computername | Computer name | 
| ComputerDN | DistinguishedName of the computer | 
| Clientname | Client name, if connected via remote desktop | 
| Username | User name | 
| UserDN | DistinguishedName of the user | 
| SessionID | Session ID | 
| IP | Assigned IP addresses | 
| MacAddress | Assigned MAC addresses | 
Examples
Computer name
        XML
    
    {%Local.Computername%}Operating system
        XML
    
    {%Local.OS%}