Re: Can't connect to remote computer.
- From: "TDM" <rpuffd@xxxxxxxxx>
- Date: Tue, 20 May 2008 11:19:52 -0700
"Friznik" <Friznik@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:377A7727-9922-46F9-9429-5D1781284CD5@xxxxxxxxxxxxxxxx
None taken, I have taken these into account. The Second point is the
reason for asking the question in the first place. As mentioned in the
first
post. This script is run by the SMS system which runs the script locally
and
not as an admin. That is where the problem starts. I have tried
everything
I can think of to get the script to log-in to the workstation using admin
credentials without success. I have even tried to use the runas program
to
accomplish this but it requires you type in the password which sms can not
do. If you think of anything else I can try I would love to hear about
it.
Again Thank you.
Friznik.
Would it be possible to post your relevant code ?
And another thought. Is it possible for you to figure
out what user is running your script, then change that
users password to be the same as the local Local Admin
password on the remote system ?
Here is where I am going with this. There is a small bug
in the windows OS when you authenticate on remote systems.
Let's say you want to map a drive to a remote system and
authenticate as a specific user :
net use t: \\remotesystem\share /user:domain\user
If you do this, and the password for the user
excuting the "net use" is the same as the domain\user, they
will NOT be prompted for a password even if the user
names or domains are different, as long as they share
the same password. So, if you can figure out what user
is running your script, and change the user Password
to match the local Admin password on the remote system,
it may just let you have your way.
I am thinking that perhaps this will work for remote WMI
as well. I hope this makes sense, if not , holler back.
TDM
.
- References:
- Can't connect to remote computer.
- From: Friznik
- Re: Can't connect to remote computer.
- From: TDM
- Re: Can't connect to remote computer.
- From: Friznik
- Re: Can't connect to remote computer.
- From: TDM
- Re: Can't connect to remote computer.
- From: Friznik
- Re: Can't connect to remote computer.
- From: TDM
- Re: Can't connect to remote computer.
- From: Friznik
- Re: Can't connect to remote computer.
- From: TDM
- Re: Can't connect to remote computer.
- From: Friznik
- Re: Can't connect to remote computer.
- From: TDM
- Re: Can't connect to remote computer.
- From: Friznik
- Can't connect to remote computer.
- Prev by Date: Prompt to overwrite file
- Next by Date: Decrease User Level
- Previous by thread: Re: Can't connect to remote computer.
- Next by thread: invokeVerb method in Vista
- Index(es):
Relevant Pages
|