Show private IP and MAC in web info panel

Avatar
  • updated
  • Completed

Although it's obviously possible to obtain this information via the remote console, it would be very helpful if the web portal general info tab included the private IPs and associated MAC addresses of Internet connected interfaces on the remote machine.


The public IP is nice, but private would be more immediately useful in most cases. And most PSAs and RMMs require the MAC and or Serial of remote machines for database sync purposes...


Better yet, give us the ability to customize what info is displayed there through scripting, etc maybe?


Thanks!!

Avatar
0
lavoietl

Is this only available in non stable versions?

Avatar
0
cdandrea

It's a beautiful thing. I can confirm that this info is now displayed in 2019 (successor to 6.9,x)

Avatar
1
Caitlin M Barnes Team Member
  • Completed
Avatar
1
EBell
Quote from anonymous

Hey EBell,

Thank you for the feedback. We can definitely consider adding those additional fields down the road, but for us to do that we'll need you to create a separate request. 

Kirsten, understood. A new request has been added for this information.

Avatar
0
anonymous
Quote from EBell

This looks good. I really like the graph for memory. It would be nice to have a graph for CPU utilization as well. 

Can you also add a section for Security to include:

  • Windows Firewall status
  • Anti-Virus
  • Anti-Malware

To the Network section add:

  • DHCP Status
  • Default Gateway
  • DNS Server

    var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model, Domain" + "\n" +
                    "$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" +
                    "$av = get-wmiobject -Namespace \"root/SecurityCenter2\" -Class AntiVirusProduct | select displayName" + "\n" +
                    "$as = get-wmiobject -Namespace \"root/SecurityCenter2\" -Class AntiSpywareProduct | select displayName" + "\n" +
                    "$network = get-wmiobject Win32_NetworkAdapterConfiguration |Where {$_.ipaddress -notlike $null}| select DHCPEnabled, DHCPServer,IPAddress, DefaultIPGateway" + "\n" +
                    "write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber, $computer.Domain, $network.DHCPEnabled, $network.DHCPServer, $network.IPAddress, $network.DefaultIPGateway, $av.displayName, $as.displayName| ConvertTo-Xml -As Stream";

Thank you.

Hey EBell,

Thank you for the feedback. We can definitely consider adding those additional fields down the road, but for us to do that we'll need you to create a separate request. 

Avatar
0
EBell
Quote from anonymous

Hi All,

I wanted to pass along an update :) We're progressively working to get this rolled into 7.0

Here is a preview of what's to come.

https://controlforum.connectwise.com/yaf_topics9_Output-Stream.aspx

This looks good. I really like the graph for memory. It would be nice to have a graph for CPU utilization as well. 

Can you also add a section for Security to include:

  • Windows Firewall status
  • Anti-Virus
  • Anti-Malware

To the Network section add:

  • DHCP Status
  • Default Gateway
  • DNS Server

    var commandText = "$computer = get-wmiobject win32_computersystem | select Manufacturer, Model, Domain" + "\n" +
                    "$bios = get-wmiobject win32_bios | select Name, SerialNumber" + "\n" +
                    "$av = get-wmiobject -Namespace \"root/SecurityCenter2\" -Class AntiVirusProduct | select displayName" + "\n" +
                    "$as = get-wmiobject -Namespace \"root/SecurityCenter2\" -Class AntiSpywareProduct | select displayName" + "\n" +
                    "$network = get-wmiobject Win32_NetworkAdapterConfiguration |Where {$_.ipaddress -notlike $null}| select DHCPEnabled, DHCPServer,IPAddress, DefaultIPGateway" + "\n" +
                    "write-output $computer.Manufacturer, $computer.Model, $bios.Name, $bios.SerialNumber, $computer.Domain, $network.DHCPEnabled, $network.DHCPServer, $network.IPAddress, $network.DefaultIPGateway, $av.displayName, $as.displayName| ConvertTo-Xml -As Stream";

Thank you.

Avatar
0
anonymous
Quote from lavoietl

Any ETA that on when that will be available?

Hi lavoietl,

6.8 stable will be out in the next week or so, and we'll have a 6.9 build before 7.0, so I'd say, because holidays and such, plan to see this sometime towards the end of the year into the next.

Avatar
0
lavoietl

Any ETA that on when that will be available?

Avatar
0
BIll Artinger
Quote from anonymous

Hi All,

I wanted to pass along an update :) We're progressively working to get this rolled into 7.0

Here is a preview of what's to come.

https://controlforum.connectwise.com/yaf_topics9_Output-Stream.aspx

WOW! This is great! FINALLY! Thank you for the update Kristen

Avatar
0
anonymous
  • Started


Top contributors

Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar