News:

We really need your input in this questionnaire

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - keenoar

#1
Hello,

Due to security reasons, from NXSL you can read the primary host name using $node->primaryHostName but cannot change or set it.

Can you explain what you are trying to do, maybe there is another way to do it.

Thanks,
Kanan

#2
General Support / Re: Telegram Issues
February 17, 2023, 12:22:41 PM
Hello,

Can you share with us the server version and the system / OS you are running the server on?
Also, it would be good to share the server log file section where it shows the driver initialization is failing.

Thank you
#3
Hi,

Currently, this is not available. It is still being worked on for the new UI Console.

Thank you,
#4
you can use a filtering script in the EPP and match for the names of the nodes you want to dismiss. something like this:

if($node->name match "^unwanted_node.+")
{
    return false;
}
return true;
#5
Can you share a screenshot of the access control window?
#6
Hello!

The screenshot permission should be set on the node level. You need to right-click the desired node, select properties -> access control and allow / deny the user/group "Take screenshot" permission.

Currently, taking screenshots are not registered in the audit log.

Thanks,
#7
A quick solution would be to exclude the child nodes from source objects in the EPP for that rule.