LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I check if a user belongs to a certain group of domain, and see what permissions that user has on a specific group "Administrator, User and Guest"?

Solved!
Go to solution

I can not verify within a group of domain if a user is "Administrator, User and Guest".

I am using labview 2012 in windows domain.

I think there are tools. Net to solve that, but could not yet.

Attached a file that checks if a user belongs to a certain group in domain, but without the information about privileges.

 

 

0 Kudos
Message 1 of 2
(2,722 Views)
Solution
Accepted by topic author SaintCtoG

In the past I have used the command line.  Use "Net User %UserName% /domain %domain%" to get information about the user.  I actually don't have the rights to see other commands so I don't know how well this works now.  .Net seems more elegant but I've never used it for this.

0 Kudos
Message 2 of 2
(2,703 Views)