Windows Server 2008 R2 Thread, Run as admin on domain admin account? WHY?! in Technical; So I'm sitting here scripting out a batch job, and it requires elevated command prompt permissions so I added that ...
-
10th August 2012, 03:53 PM #1
- Rep Power
- 3
Run as admin on domain admin account? WHY?!
So I'm sitting here scripting out a batch job, and it requires elevated command prompt permissions so I added that into it. However I started thinking about it why I need to do this obviously the script won't work if I don't, but I'm curious as to why... Anyone else ponder this?
-
-
IDG Tech News
-
10th August 2012, 05:06 PM #2 because UAC is turned on for a security measure to prevent unwanted applications running without your permission.
At least I think that's why.
Personally I turn off UAC every where. Hate the thing :P
-
Thanks to ihaveaproblem from:
SimpleSi (10th August 2012)
-
10th August 2012, 05:18 PM #3
- Rep Power
- 6
Yes, i've had similar problems and its down to UAC
-
-
10th August 2012, 05:30 PM #4 It is down to UAC as it requires elevation on aything other than the local admin or core admin account. The elevation can either just prompt for a yes/no if you are an admin or a password and username if a standard user.
UAC is a good thing as it forces security in as a consideration. It solves more problems than it creates and you should really learn to work with it if possible rather than just rolling back to last decades practice.
-
-
10th August 2012, 05:56 PM #5
- Rep Power
- 3
I'm not referring to UAC controls gent's I'm referring to elevated command prompt even with the highest level of rights somethings require command prompt to run as administrator even though I'm already an admin? I'm talking to the specific command prompt example.
-
-
10th August 2012, 06:05 PM #6 
Originally Posted by
rslulz
I'm not referring to UAC controls gent's I'm referring to elevated command prompt even with the highest level of rights somethings require command prompt to run as administrator even though I'm already an admin? I'm talking to the specific command prompt example.
Weird, what command. Some stuff needs to be run as the domain administrator like if your running domain schema upgrades.
-
-
10th August 2012, 06:25 PM #7
- Rep Power
- 3
SYNACK should I send you the vbs? I don't know about posting it here.
-
-
10th August 2012, 06:50 PM #8 
Originally Posted by
rslulz
SYNACK should I send you the vbs? I don't know about posting it here.
You can if you want, I might be able to see something in there that is tripping over predetermined access privilages.
-
-
10th August 2012, 06:52 PM #9
-
-
12th August 2012, 05:46 PM #10 That's part of UAC, even as an admin programs by default don't have admin access, the difference is they can get it without needing a password.
-
-
13th August 2012, 12:34 AM #11 The script in question called another executable that accessed privilaged areas of the system the same information could be grabbed through WMI in a VBS so that turned out to be the easiest way around the app that was not handling elevation.
-
SHARE: 
Similar Threads
-
By Edu-IT in forum Educational Software
Replies: 28
Last Post: 9th September 2010, 06:09 PM
-
By k_Lady in forum Network and Classroom Management
Replies: 1
Last Post: 10th April 2008, 11:33 AM
-
Replies: 2
Last Post: 9th January 2008, 03:38 PM
-
By browolf in forum Windows
Replies: 25
Last Post: 1st November 2006, 03:29 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules