This entry, I’d like to share my custom properties that customer need it to display in IBM Endpoint Manager Console.
MAC Address with description
((description of it) & ” : ” & mac address of it) of adapters of network
Wireless MAC Address
if (exists adapters whose (friendly name of it equals “Wireless Network Connection”) of network) then (mac address of it) of adapters whose (friendly name of it equals “Wireless Network Connection”) of network else “N/A”
LAN MAC Address
if (exists adapters whose (friendly name of it equals ” Local Area Connection”) of network) then (mac address of it) of adapters whose (friendly name of it equals ” Local Area Connection”) of network else “N/A”
Free Space on X Drive
(free space of drive “X:” / 1024 / 1024 / 1024 ) as string & ” GB”
Read More