mdwerne Posted June 18, 2010 Posted June 18, 2010 (edited) Hello, I have a script that is being called and executed by the LocalSystem account. Basically my question is, if the following code is at the top of my script, will it run the code or exit when called by the LocalSystem? If IsAdmin() then ;run code Else Exit EndIf More in depth, does the function IsAdmin only check against the names in the Local Administrators Group or does it check if the account has administrative privilege by some other means? Thanks, -Mike Edited June 18, 2010 by mdwerne
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now