Hello Fran, To configure the shell rules for Juniper devices in the PSA-5000 (Endpoint Policy > Network Device Administration > Shell policies), it's important you fill in the "service" field as "junos-exec" and then, the custom attributes you want to include from the avialble ones: service = junos-exec { local-user-name = <username-local-to-router> allow-commands = "<allow-commands-regex>" allow-configuration-regexps = "<allow-configuration-regex>" deny-commands = "<deny-commands-regex>" deny-configuration-regexps = "<deny-configuration-regex>" } I tried myself and it's working fine. BR, Esther
... View more