Adding computer's description to BGInfo

Is it possible to add the computer description value to BGInfo?

The closest information I've found so far is the <Host Name> (available in the defaults field) but I guess I would have to write a custom User defined field in order to get the description.

2

1 Answer

If you create a custom field as a WMI Query, Select 'WMI_OperatingSystem' as the WMI Class Class Property is ' Description

The WMI Query should then be 'SELECT Description FROM Win32_OperatingSystem'

You Might Also Like