Hide elements in Surveyor.

You could also hide an element for specific users via the user/group rights in system center. By unchecking the boxes next to the elements they become invisible as well. More …

Cisco ASR9006 Version 6.5.3 (IOSXR) – VRF Tables

Hi Stephen, The VRF information in this driver is retrieved using SNMP (Cisco-Selective-VRF-Download-Mib CISCO-VRF-MIB). If the information is missing, it’s likely linked to the access rights granted to the community …

Change Workspace using AutomationScript

Hi Hugo, Would it be a viable option to use the options described on this help page to open directly an element or a view or a workspace upon login? …

Hide elements in Surveyor.

In case you would like to hide elements programmatically, you could use the class library included in DIS. For example: using Skyline.DataMiner.Automation; using Skyline.DataMiner.Library.Automation; using Skyline.DataMiner.Library.Common; /// <summary> /// DataMiner …