Monday, October 31, 2011

Security Groups and Policies for a Windows User

In Windows environment, resources authorizations are usually done by checking a users security policy.  When you are writing a program, you often need to find out your own security group/ policy, so you can test your program with your own credentials.   However, it isn't always convenient to bother the system administrators to get details of your settings.

In a situation like this, you may want to try the tool gpresult

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/gpresult.mspx?mfr=true

With it, you can see settings about yourself.

No comments: