![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum for Windows Vista help and discussion. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
|
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | "Run As" application Hi. Can someone please tell me: If i'm an admin on the system, but wants to run the dsa.msc (For example) as a different user (One which has privileges on the domain), how can i do this without changing UAC ? 2. How can i run login scripts for now on if i can't use RunAs command without specifing a password (In other words, automatically) ? Thanks. -- Or Tsemah YSIDE |
My System Specs![]() |
| | #2 (permalink) |
| Guest | RE: "Run As" application You can still use runas like before, but only from the command line. It has been removed from the context menu. I would highly discourage you from using runas in a login script though. Those are readable to everyone in the domain, exposing the passwords in them to everyone. "Or Tsemah" wrote: > Hi. > Can someone please tell me: If i'm an admin on the system, but wants to run > the dsa.msc (For example) as a different user (One which has privileges on > the domain), how can i do this without changing UAC ? > > 2. How can i run login scripts for now on if i can't use RunAs command > without specifing a password (In other words, automatically) ? > > Thanks. > -- > Or Tsemah > YSIDE > > |
My System Specs![]() |
| | #3 (permalink) |
| Guest | Re: "Run As" application There is a cmd prompt in the menu accessoiries. You could run that with the option run as administrator and from there do the needed things! Ko. "Jesper" <Jesper@discussions.microsoft.com> schreef in bericht news 4196866-8767-40DE-809F-93C64A500C20@microsoft.com...> You can still use runas like before, but only from the command line. It > has > been removed from the context menu. > > I would highly discourage you from using runas in a login script though. > Those are readable to everyone in the domain, exposing the passwords in > them > to everyone. > > "Or Tsemah" wrote: > >> Hi. >> Can someone please tell me: If i'm an admin on the system, but wants to >> run >> the dsa.msc (For example) as a different user (One which has privileges >> on >> the domain), how can i do this without changing UAC ? >> >> 2. How can i run login scripts for now on if i can't use RunAs command >> without specifing a password (In other words, automatically) ? >> >> Thanks. >> -- >> Or Tsemah >> YSIDE >> >> |
My System Specs![]() |
| | #4 (permalink) |
| Guest | Re: "Run As" application How should i suppose to run Login Scripts then ? Options like "Net Time" require Elavated Priviliges -- Or Tsemah YSIDE "Ko" <Koze@nospam.nospam> wrote in message news:uUjCbibKHHA.4384@TK2MSFTNGP03.phx.gbl... > There is a cmd prompt in the menu accessoiries. > You could run that with the option run as administrator and from there do > the needed things! > > Ko. > > "Jesper" <Jesper@discussions.microsoft.com> schreef in bericht > news 4196866-8767-40DE-809F-93C64A500C20@microsoft.com...>> You can still use runas like before, but only from the command line. It >> has >> been removed from the context menu. >> >> I would highly discourage you from using runas in a login script though. >> Those are readable to everyone in the domain, exposing the passwords in >> them >> to everyone. >> >> "Or Tsemah" wrote: >> >>> Hi. >>> Can someone please tell me: If i'm an admin on the system, but wants to >>> run >>> the dsa.msc (For example) as a different user (One which has privileges >>> on >>> the domain), how can i do this without changing UAC ? >>> >>> 2. How can i run login scripts for now on if i can't use RunAs command >>> without specifing a password (In other words, automatically) ? >>> >>> Thanks. >>> -- >>> Or Tsemah >>> YSIDE >>> >>> > > |
My System Specs![]() |
| | #5 (permalink) |
| Guest | Re: "Run As" application You can set the properties of a script to run always with administrator privileges. Right click and set the properties on the saved script, the only problem anybody who has access to the PC is then able to run it with the same settings. Ko. "Or Tsemah" <ort@yside.com> schreef in bericht news:6A542F83-481D-435E-BC9A-8D86A1BDB07C@microsoft.com... > How should i suppose to run Login Scripts then ? > Options like "Net Time" require Elavated Priviliges > > > -- > Or Tsemah > YSIDE > > "Ko" <Koze@nospam.nospam> wrote in message > news:uUjCbibKHHA.4384@TK2MSFTNGP03.phx.gbl... >> There is a cmd prompt in the menu accessoiries. >> You could run that with the option run as administrator and from there do >> the needed things! >> >> Ko. >> >> "Jesper" <Jesper@discussions.microsoft.com> schreef in bericht >> news 4196866-8767-40DE-809F-93C64A500C20@microsoft.com...>>> You can still use runas like before, but only from the command line. It >>> has >>> been removed from the context menu. >>> >>> I would highly discourage you from using runas in a login script though. >>> Those are readable to everyone in the domain, exposing the passwords in >>> them >>> to everyone. >>> >>> "Or Tsemah" wrote: >>> >>>> Hi. >>>> Can someone please tell me: If i'm an admin on the system, but wants to >>>> run >>>> the dsa.msc (For example) as a different user (One which has privileges >>>> on >>>> the domain), how can i do this without changing UAC ? >>>> >>>> 2. How can i run login scripts for now on if i can't use RunAs command >>>> without specifing a password (In other words, automatically) ? >>>> >>>> Thanks. >>>> -- >>>> Or Tsemah >>>> YSIDE >>>> >>>> >> >> > |
My System Specs![]() |
| | #6 (permalink) |
| Guest | Re: "Run As" application "Or Tsemah" <ort@yside.com> wrote in message news:6A542F83-481D-435E-BC9A-8D86A1BDB07C@microsoft.com... > How should i suppose to run Login Scripts then ? > Options like "Net Time" require Elavated Priviliges By default, Windows in a domain synchronises to the domain's time - if you want to synchronise to an external time source, you can add to your group policy for computers in the domain, to configure and enable the Windows NTP client (under Computer Configuration -> Administrative Templates -> System -> Windows Time Service -> Time Providers). Other similar "admin-only" commands that you are executing from your login scripts are likely similarly supported by group policy settings. Requiring logon scripts to execute code as administrator is not appropriate. Alun. ~~~~ |
My System Specs![]() |
| | #7 (permalink) |
| Guest | RE: "Run As" application OK, Somboday make an add-in so we can right click and run under other credentials -- Eric C "Jesper" wrote: > You can still use runas like before, but only from the command line. It has > been removed from the context menu. > > I would highly discourage you from using runas in a login script though. > Those are readable to everyone in the domain, exposing the passwords in them > to everyone. > > "Or Tsemah" wrote: > > > Hi. > > Can someone please tell me: If i'm an admin on the system, but wants to run > > the dsa.msc (For example) as a different user (One which has privileges on > > the domain), how can i do this without changing UAC ? > > > > 2. How can i run login scripts for now on if i can't use RunAs command > > without specifing a password (In other words, automatically) ? > > > > Thanks. > > -- > > Or Tsemah > > YSIDE > > > > |
My System Specs![]() |
| | #8 (permalink) |
| Guest | Re: "Run As" application Perhaps you don't want to run as administrator simply with different credentials. Example, specific user created to run exmerge to backup mailboxes. Admins are specifically denied this right. "Ko" <Koze@nospam.nospam> wrote in message news:uUjCbibKHHA.4384@TK2MSFTNGP03.phx.gbl... > There is a cmd prompt in the menu accessoiries. > You could run that with the option run as administrator and from there do > the needed things! > > Ko. > > "Jesper" <Jesper@discussions.microsoft.com> schreef in bericht > news 4196866-8767-40DE-809F-93C64A500C20@microsoft.com...>> You can still use runas like before, but only from the command line. It >> has >> been removed from the context menu. >> >> I would highly discourage you from using runas in a login script though. >> Those are readable to everyone in the domain, exposing the passwords in >> them >> to everyone. >> >> "Or Tsemah" wrote: >> >>> Hi. >>> Can someone please tell me: If i'm an admin on the system, but wants to >>> run >>> the dsa.msc (For example) as a different user (One which has privileges >>> on >>> the domain), how can i do this without changing UAC ? >>> >>> 2. How can i run login scripts for now on if i can't use RunAs command >>> without specifing a password (In other words, automatically) ? >>> >>> Thanks. >>> -- >>> Or Tsemah >>> YSIDE >>> >>> > > |
My System Specs![]() |
| | #9 (permalink) |
| Guest | Re: "Run As" application On 6 Feb, 19:22, "John Kelly" <jk2005 gmail> wrote: > Perhaps you don't want to run as administrator simply with different > credentials. Example, specific user created to run exmerge to backup > mailboxes. Admins are specifically denied this right. > > "Ko" <K...@nospam.nospam> wrote in message > > news:uUjCbibKHHA.4384@TK2MSFTNGP03.phx.gbl... > > > > > There is a cmd prompt in the menu accessoiries. > > You could run that with the option run as administrator and from there do > > the needed things! > > > Ko. > > > "Jesper" <Jes...@discussions.microsoft.com> schreef in bericht > >news 4196866-8767-40DE-809F-93C64A500C20@microsoft.com...> >> You can still userunaslike before, but only from the command line. It > >> has > >> been removed from the context menu. > > >> I would highly discourage you from usingrunasin a loginscriptthough. > >> Those are readable to everyone in the domain, exposing the passwords in > >> them > >> to everyone. > > >> "Or Tsemah" wrote: > > >>> Hi. > >>> Can someone please tell me: If i'm an admin on the system, but wants to > >>> run > >>> the dsa.msc (For example) as a different user (One which has privileges > >>> on > >>> the domain), how can i do this without changing UAC ? > > >>> 2. How can i run login scripts for now on if i can't useRunAscommand > >>> without specifing a password (In other words, automatically) ? > > >>> Thanks. > >>> -- > >>> Or Tsemah > >>> YSIDE- Hide quoted text - > > - Show quoted text - Hi i'm not sure if this will help but have a look at www.dustan.co.uk there is a backup script which calls a remote script which calls a runas admin script for remote deployment and installs etc. you could run the remote script at startup then call the runas admin script hidden on the network using the $ and set the correct permisions that no one else could access the directory except the system etc. i use it all the time on our domain including the backup script for client computers, i allways hide the folders. Theres is a saying out of sight out of mind LOL hope this helps and good luck Ta Trev |
My System Specs![]() |
|
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unwanted Multiple contacts in "To","CC","BCC" of email send catago | xsailer | Vista mail | 2 | 10-12-2008 07:18 PM |
| VS 2003: "Start Application" disabled in "Debugging" | Curious | .NET General | 0 | 05-20-2008 03:57 PM |
| Vista not wotking with "My Computer" or "Control Panel", "Screen Saver" | Platebanger | Vista General | 6 | 02-05-2008 09:54 AM |
| What to do to access "Local Settings" and "Application Data"? | Michael Moser | Vista account administration | 1 | 12-02-2007 03:31 PM |
| WM5 Sync with Vista "Windows Calender", "Contacts", and "Mail" | Tony | Vista General | 1 | 02-16-2007 07:20 PM |
| Complimentary Industry Resources Vista Forums has joined forces with TradePub.com to offer you a new, exciting, and entirely free professional resource. Visit http://vistax64.tradepub.com today to browse our selection of complimentary Industry magazines, white papers, webinars, podcasts, and more across 34 industry sectors. No credit cards, coupons, or promo codes required. Try it today! |