I’m trying to understand the differences between the various types of computer name/hostname inspectors.
The default “Computer Name” property in the Console reports back the hostname output for UNIX and for Windows, the NETBIOS name (max 15 characters).
-
How does that differ from the relevance “hostname” inspector? (for which i have created a new property in the Console called “hostname” with code of “hostname”.
-
For WebReports Session Relevance, “name of BES Computer” would be the “Computer Name” and “hostname of bes computer” is the FQDN aka DNS name?
I’m trying to use a single property in the Console and WebReports that retrieves the computername (without the 15 character limit) and allows me to cut on any “.” so I can report back on the shortname. I have to do that because my reporting automation requires a shortname but often devices have a short name of their FQDN and aren’t able to be changed.