Domain user in local administrators != administrator

G

Guest

Vista RC1 on x86, clean install. Joined to Windows 2003 native mode domain.
Have added a domain user account to the local administrators group (in
addition to the local administrator). However, this account doesn't seem to
actually get admin rights. Repro steps:

runas /user:DOMAIN\adminuser cmd
<enter DOMAIN\adminuser passwd>
....in the resulting DOMAIN\adminuser cmd window:
ipconfig /flushdns
The requested operation requires elevation.


In contrast:
runas /user:administrator cmd
<enter administrator passwd>
....in the resulting administrator cmd window:
ipconfig /flushdns

Successfully flushed the DNS Resolver Cache.


This is but one example. Is this a UAC bug?
Cheers.
 
G

Guest

Ok, so maybe I'm starting to understand the concept here, thanks to Jim's
excellent info at www.jimmah.com. Command line programs don't prompt for
administrative access. So to open an admin-level command prompt properly I
shouldn't use "runas /user:DOMAIN\user cmd" as I have become accustomed, but
i can have a shortcut to cmd.exe and right-click, choose run as
administrator, then enter DOMAIN\user and the associated password. Better
yet, go to the advanced properties of the shortcut and tell it to always run
as administrator.

Now, is there any way to always run as a specific administrator? I'm quite
accustomed to double-clicking on a shortcut and then typing my DOMAIN\user
password. With this new method I need to double-click then select the
appropriate admin account or choose other user and enter the username and
password both. Wow don't I sound petty.

Cheers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top