Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Hannu E K Nevalainen \(garbage mail\)" To: "Cygwin List" Subject: RE: SSHD, Cygwin and Windows 2003 : continued with user rights Date: Thu, 18 Sep 2003 16:18:51 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <3F68ECC8.1010205@speeq.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal > From: Olivier ALLART > Next I guess I'll go look for some tip on how to unlock iisreset so it > can be used by whatever admin and not just local .. Sorry to jump in! Just an idea; How about runas, is it available in W2K+3? (I'm on W2K) /Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E -- UTC+01 -- $ echo >iisreset.bat -e \ "@echo off\necho This is me, using the Administrators rights\!" $ u2d iisreset.bat iisreset.bat: done. $ runas /profile /user:mymachine\administrator cmd /c iisreset.bat *I* can't make it work for a simple test like above :-7 (from the BASH prompt! I have a similar thing running via BAT scripts). runas seems to "think" it doesn't get correct arguments. *IS* it possible? I deem it should be. F:\>runas /? RUNAS USAGE: RUNAS [/profile] [/env] [/netonly] /user: program /profile if the user's profile needs to be loaded /env to use current environment instead of user's. /netonly use if the credentials specified are for remote access only. /user should be in form USER AT DOMAIN or DOMAIN\USER program command line for EXE. See below for examples Examples: > runas /profile /user:mymachine\administrator cmd > runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc" > runas /env /user:user AT domain DOT microsoft DOT com "notepad \"my file.txt\"" NOTE: Enter user's password only when prompted. NOTE: USER AT DOMAIN is not compatible with /netonly. --END OF MESSAGE-- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/