Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I tell which NT groups can run an executable?

Status
Not open for further replies.

thainjm

Technical User
Mar 11, 2002
12
0
0
GB
Hi,

I have a small .exe file written in an unknown language, and I need to know which global groups can run it. Unfortunately, I have thousands of groups, so it's not very easy to figure.

Anyone have any ideas?

Thanks,

Jason.
 
I don't really understand the question. In order for users on the network to be able to run this (or any) file, they would need proper access. To determine who has access to this file, I would check NTFS and share security.

How do users access this file? They probably have a network mapped drive. At the share point, right click the folder, and record who has access to the folder. Next click the SECURITY tab to determine the NTFS permissions for this share.

This will tell you who has access to the file.

Joseph L. Poandl
MCSE 2000

If your company is in need of experts to examine technical problems/solutions, please check out
 
I believe the program contains some code that says "if the user is a member of this NT group then continue, else crash and burn".

Unfortunately I don't know which group it checks for.
 
Oh...if this is the case, you will have to edit the program EXE to see how the program determines if it should continue. In a situation like this, there are no tools provided from Microsoft to help you troubleshoot....Why not?, because this is a specially designed application..created by:"unknown language". Joseph L. Poandl
MCSE 2000

If your company is in need of experts to examine technical problems/solutions, please check out
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top