IPCONFIG Results
Any way to get this remotely through the SMA?
Answers (1)
The question is very general so there is no "correct answer" possible, since we cannot know what you want.
Everything what you can collect via a CLI command is able to be avaiable in the appliance using so called Custom Inventory Rules.
Review this article: https://support.quest.com/kb/223293
The CIR for your general question would be:
ShellCommandTextReturn(cmd /c ipconfig /all )
and you can find it after the next inventory cycle in the inventory of any system under Inventory | Devices | <yourdevice> | Software | Custom Inventory Fields
You can also run a wizard driven report about this and you find the fields with your CIR at the bottom of the list.