This post is more than 5 years old
1 Rookie
•
101 Posts
0
681
January 25th, 2010 02:00
Pull out client directives with NSRADMIN
Hi all,
I'm trying to pull out the directives that each client has associated, i tried with NSRADMIN, but i could not do it .
I think i have to set a query for limit the results for the clients i want, and them print the info with nsr directive attribute, but i'm stuck, when i try to pull it out i'm getting all directives.
Thanks in advance.
0 events found
No Events found!


masonb
445 Posts
0
January 25th, 2010 02:00
I think this is what you need this will show all client definitions whether directives are set or not: -
show name;directive
p type: nsr client
e.g.
nsradmin> show name;directive
nsradmin> p type: nsr client
name: bill;
directive: ;
name: bill;
directive: F Drive omit;
Regards,
Bill Mason
BGuevara
1 Rookie
•
101 Posts
0
January 25th, 2010 02:00
Thanks Bill for the quick reply, it was just what i need, i included group in the show and now i have what i was looking for, a list with the client, group and asociated directives.
Thanks very much!