All,
Is it possible to configure NPM to display different web browsing parameters based on the device type?
Example:
Laser printers are generally http://<ip>
BlueCoat devices are https://<ip>:8082
One way to achieve this would be to use Views By Device type to give a different node details view for your BlueCoat devices. On the BlueCoat Node Details view, add a Custom HTML resource, with contents like this:
<a href="https://${IP_Address}:8082">Browse to ${NodeName}</a>
No, that is currently not possible today. Any setting you set will apply to all for web launch, only workaround I could think of is potentially to use toolset right click integration, do you have toolset?
I do have the Eng. toolkit, but I need to make the settings available to our entire IT team.
Anyone have any ideas how to make this funcationality work? Through scripting, or customizing?