Ability to change the Vendor, Machine Type, and other pertinent information in the properties of the device.
Why not just run an update SQL query? For example:
UPDATE [SolarWindsOrion].[dbo].[Nodes]
SET [Vendor]='Personal PC'
WHERE [Caption]='192.168.150.7';
Nice one Yanasukhova.
Additional Solarwinds Sucess Centre URLs.
This is currently an Ideal solution for the Nodes that we just Poll Using ICMP.