Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Accessing an XP computer from Vista

Reply
 
Old 02-06-2009   #1 (permalink)
Ripp


 
 

Accessing an XP computer from Vista

Hi all,

I was running a script to grab the serial numbers from a group of
workstations and I came accross one computer i could not access. I'm on a
Vista 64 machine logged in with the same administrator account and password
used on all the workstations im trying to access. The workstation is running
XP like all the others, which are all suppose to be from the same image but
may have been modified in some way. From the Vista machine i can access all
the other workstations but this one via the unc path \\<ip>\c$. All the
other workstations pull up the explorer window imediately, because i'm logged
in with the same admin credentials used for the workstations. When i try to
get to that particular workstation via this method i get asked for a username
and password but it will not work even though the information entered is
correct, the message says its incorrect. If i go to another XP system and
try this it works just fine. I went to another Vista system and had the same
exact isssue, access all the workstations but that one.

Any ideas?

Thanks

My System SpecsSystem Spec
Old 02-06-2009   #2 (permalink)
Vadims Podans


 
 

Re: Accessing an XP computer from Vista

check this command:
control userpasswords2

and find saved credentials for problem machine and delete it. Seems like all
works and fails NTLM authentication.
--
WBR, Vadims Podans
PowerShell blog - www.sysadmins.lv

"Ripp" <Ripp@xxxxxx> rakstīja ziņojumā
"news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx"...
Quote:

> Hi all,
>
> I was running a script to grab the serial numbers from a group of
> workstations and I came accross one computer i could not access. I'm on a
> Vista 64 machine logged in with the same administrator account and
> password
> used on all the workstations im trying to access. The workstation is
> running
> XP like all the others, which are all suppose to be from the same image
> but
> may have been modified in some way. From the Vista machine i can access
> all
> the other workstations but this one via the unc path \\<ip>\c$. All the
> other workstations pull up the explorer window imediately, because i'm
> logged
> in with the same admin credentials used for the workstations. When i try
> to
> get to that particular workstation via this method i get asked for a
> username
> and password but it will not work even though the information entered is
> correct, the message says its incorrect. If i go to another XP system and
> try this it works just fine. I went to another Vista system and had the
> same
> exact isssue, access all the workstations but that one.
>
> Any ideas?
>
> Thanks
My System SpecsSystem Spec
Old 02-06-2009   #3 (permalink)
Josh Einstein


 
 

Re: Accessing an XP computer from Vista

If simple file sharing is enabled (Tools -> Folder Options) this can occur
because Windows refuses any credentials entered, regardless of whether they
are correct or not, and uses the Guest account to secure all file shares.

Josh

"Ripp" <Ripp@xxxxxx> wrote in message
news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx
Quote:

> Hi all,
>
> I was running a script to grab the serial numbers from a group of
> workstations and I came accross one computer i could not access. I'm on a
> Vista 64 machine logged in with the same administrator account and
> password
> used on all the workstations im trying to access. The workstation is
> running
> XP like all the others, which are all suppose to be from the same image
> but
> may have been modified in some way. From the Vista machine i can access
> all
> the other workstations but this one via the unc path \\<ip>\c$. All the
> other workstations pull up the explorer window imediately, because i'm
> logged
> in with the same admin credentials used for the workstations. When i try
> to
> get to that particular workstation via this method i get asked for a
> username
> and password but it will not work even though the information entered is
> correct, the message says its incorrect. If i go to another XP system and
> try this it works just fine. I went to another Vista system and had the
> same
> exact isssue, access all the workstations but that one.
>
> Any ideas?
>
> Thanks
My System SpecsSystem Spec
Old 02-06-2009   #4 (permalink)
Ripp


 
 

Re: Accessing an XP computer from Vista

I checked, simple file sharing was disabled. Thanks

"Josh Einstein" wrote:
Quote:

> If simple file sharing is enabled (Tools -> Folder Options) this can occur
> because Windows refuses any credentials entered, regardless of whether they
> are correct or not, and uses the Guest account to secure all file shares.
>
> Josh
>
> "Ripp" <Ripp@xxxxxx> wrote in message
> news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx
Quote:

> > Hi all,
> >
> > I was running a script to grab the serial numbers from a group of
> > workstations and I came accross one computer i could not access. I'm on a
> > Vista 64 machine logged in with the same administrator account and
> > password
> > used on all the workstations im trying to access. The workstation is
> > running
> > XP like all the others, which are all suppose to be from the same image
> > but
> > may have been modified in some way. From the Vista machine i can access
> > all
> > the other workstations but this one via the unc path \\<ip>\c$. All the
> > other workstations pull up the explorer window imediately, because i'm
> > logged
> > in with the same admin credentials used for the workstations. When i try
> > to
> > get to that particular workstation via this method i get asked for a
> > username
> > and password but it will not work even though the information entered is
> > correct, the message says its incorrect. If i go to another XP system and
> > try this it works just fine. I went to another Vista system and had the
> > same
> > exact isssue, access all the workstations but that one.
> >
> > Any ideas?
> >
> > Thanks
>
My System SpecsSystem Spec
Old 02-06-2009   #5 (permalink)
Ripp


 
 

Re: Accessing an XP computer from Vista

Can you explain this, i ran the command on the problem machine and saw some
user accounts but says nothing about saved credentials... just access
rights. Should i be running this on the vista machines having the issue
accessing the xp system using the UNC path? Thanks

"Vadims Podans" wrote:
Quote:

> check this command:
> control userpasswords2
>
> and find saved credentials for problem machine and delete it. Seems like all
> works and fails NTLM authentication.
> --
> WBR, Vadims Podans
> PowerShell blog - www.sysadmins.lv
>
> "Ripp" <Ripp@xxxxxx> rakstīja ziņojumā
> "news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx"...
Quote:

> > Hi all,
> >
> > I was running a script to grab the serial numbers from a group of
> > workstations and I came accross one computer i could not access. I'm on a
> > Vista 64 machine logged in with the same administrator account and
> > password
> > used on all the workstations im trying to access. The workstation is
> > running
> > XP like all the others, which are all suppose to be from the same image
> > but
> > may have been modified in some way. From the Vista machine i can access
> > all
> > the other workstations but this one via the unc path \\<ip>\c$. All the
> > other workstations pull up the explorer window imediately, because i'm
> > logged
> > in with the same admin credentials used for the workstations. When i try
> > to
> > get to that particular workstation via this method i get asked for a
> > username
> > and password but it will not work even though the information entered is
> > correct, the message says its incorrect. If i go to another XP system and
> > try this it works just fine. I went to another Vista system and had the
> > same
> > exact isssue, access all the workstations but that one.
> >
> > Any ideas?
> >
> > Thanks
>
>
My System SpecsSystem Spec
Old 02-06-2009   #6 (permalink)
Chris


 
 

Re: Accessing an XP computer from Vista

Are you sure your account is still an admin on that box? It seems to
me like someone may have messed with the local administrators group,
which is why your script fails on the same pc regardless of where you
run it.


On Feb 6, 9:38*am, Ripp <R...@xxxxxx> wrote:
Quote:

> Can you explain this, i ran the command on the problem machine and saw some
> user accounts but says nothing about saved credentials... *just access
> rights. *Should i be running this on the vista machines having the issue
> accessing the xp system using the UNC path? *Thanks
>
> "Vadims Podans" wrote:
Quote:

> > check this command:
> > control userpasswords2
>
Quote:

> > and find saved credentials for problem machine and delete it. Seems like all
> > works and fails NTLM authentication.
> > --
> > WBR, Vadims Podans
> > PowerShell blog -www.sysadmins.lv
>
Quote:

> > "Ripp" <R...@xxxxxx> rakstīja ziņojumā
> > "news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx"...
Quote:

> > > Hi all,
>
Quote:
Quote:

> > > I was running a script to grab the serial numbers from a group of
> > > workstations and I came accross one computer i could not access. *I'm on a
> > > Vista 64 machine logged in with the same administrator account and
> > > password
> > > used on all the workstations im trying to access. *The workstation is
> > > running
> > > XP like all the others, which are all suppose to be from the same image
> > > but
> > > may have been modified in some way. *From the Vista machine i can access
> > > all
> > > the other workstations but this one via the unc path *\\<ip>\c$.*All the
> > > other workstations pull up the explorer window imediately, because i'm
> > > logged
> > > in with the same admin credentials used for the workstations. *When i try
> > > to
> > > get to that particular workstation via this method i get asked for a
> > > username
> > > and password but it will not work even though the information enteredis
> > > correct, the message says its incorrect. *If i go to another XP system and
> > > try this it works just fine. *I went to another Vista system andhad the
> > > same
> > > exact isssue, access all the workstations but that one.
>
Quote:
Quote:

> > > Any ideas?
>
Quote:
Quote:

> > > Thanks
My System SpecsSystem Spec
Old 02-06-2009   #7 (permalink)
Josh Einstein


 
 

Re: Accessing an XP computer from Vista

Actually now that I think about it, I believe I do remember seeing this in
Vista, pre-SP1 when UAC was turned on. The admin shares just refused to work
because although the admin password was correct, UAC prevented the account
from being granted permission to the share via the admin role membership.

I wound up creating shares named C, D, etc which had my specific account
granted access as opposed to the administrators group. But I haven't run
into this in a while which is why I think maybe SP1 fixed it. I know for a
fact that it "just works" in Windows 7 cause that's what I'm using on most
of my machines now.

Josh

"Chris" <soulxflare@xxxxxx> wrote in message
news:3547578b-4620-420e-bcb1-bf3ae96e71e3@xxxxxx
Quote:

> Are you sure your account is still an admin on that box? It seems to
> me like someone may have messed with the local administrators group,
> which is why your script fails on the same pc regardless of where you
> run it.
>
>
> On Feb 6, 9:38 am, Ripp <R...@xxxxxx> wrote:
Quote:

>> Can you explain this, i ran the command on the problem machine and saw
>> some
>> user accounts but says nothing about saved credentials... just access
>> rights. Should i be running this on the vista machines having the issue
>> accessing the xp system using the UNC path? Thanks
>>
>> "Vadims Podans" wrote:
Quote:

>> > check this command:
>> > control userpasswords2
>>
Quote:

>> > and find saved credentials for problem machine and delete it. Seems
>> > like all
>> > works and fails NTLM authentication.
>> > --
>> > WBR, Vadims Podans
>> > PowerShell blog -www.sysadmins.lv
>>
Quote:

>> > "Ripp" <R...@xxxxxx> rakstīja ziņojumā
>> > "news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx"...
>> > > Hi all,
>>
Quote:

>> > > I was running a script to grab the serial numbers from a group of
>> > > workstations and I came accross one computer i could not access. I'm
>> > > on a
>> > > Vista 64 machine logged in with the same administrator account and
>> > > password
>> > > used on all the workstations im trying to access. The workstation is
>> > > running
>> > > XP like all the others, which are all suppose to be from the same
>> > > image
>> > > but
>> > > may have been modified in some way. From the Vista machine i can
>> > > access
>> > > all
>> > > the other workstations but this one via the unc path \\<ip>\c$. All
>> > > the
>> > > other workstations pull up the explorer window imediately, because
>> > > i'm
>> > > logged
>> > > in with the same admin credentials used for the workstations. When i
>> > > try
>> > > to
>> > > get to that particular workstation via this method i get asked for a
>> > > username
>> > > and password but it will not work even though the information entered
>> > > is
>> > > correct, the message says its incorrect. If i go to another XP
>> > > system and
>> > > try this it works just fine. I went to another Vista system and had
>> > > the
>> > > same
>> > > exact isssue, access all the workstations but that one.
>>
Quote:

>> > > Any ideas?
>>
Quote:

>> > > Thanks
>
My System SpecsSystem Spec
Old 02-06-2009   #8 (permalink)
Vadims Podans


 
 

Re: Accessing an XP computer from Vista

you should run this command on your (Vista) machine. If you haven't any
saved credentials then may be username and/or password doesn't match.

--
WBR, Vadims Podans
PowerShell blog - www.sysadmins.lv

"Ripp" <Ripp@xxxxxx> rakstīja ziņojumā
"news:E1B7F55F-AE03-4448-B100-B9A5A773FFC3@xxxxxx"...
Quote:

> Can you explain this, i ran the command on the problem machine and saw
> some
> user accounts but says nothing about saved credentials... just access
> rights. Should i be running this on the vista machines having the issue
> accessing the xp system using the UNC path? Thanks
>
> "Vadims Podans" wrote:
>
Quote:

>> check this command:
>> control userpasswords2
>>
>> and find saved credentials for problem machine and delete it. Seems like
>> all
>> works and fails NTLM authentication.
>> --
>> WBR, Vadims Podans
>> PowerShell blog - www.sysadmins.lv
>>
>> "Ripp" <Ripp@xxxxxx> rakstīja ziņojumā
>> "news:235AFA68-A565-4DFC-BB95-1B537431FA92@xxxxxx"...
Quote:

>> > Hi all,
>> >
>> > I was running a script to grab the serial numbers from a group of
>> > workstations and I came accross one computer i could not access. I'm
>> > on a
>> > Vista 64 machine logged in with the same administrator account and
>> > password
>> > used on all the workstations im trying to access. The workstation is
>> > running
>> > XP like all the others, which are all suppose to be from the same image
>> > but
>> > may have been modified in some way. From the Vista machine i can
>> > access
>> > all
>> > the other workstations but this one via the unc path \\<ip>\c$. All
>> > the
>> > other workstations pull up the explorer window imediately, because i'm
>> > logged
>> > in with the same admin credentials used for the workstations. When i
>> > try
>> > to
>> > get to that particular workstation via this method i get asked for a
>> > username
>> > and password but it will not work even though the information entered
>> > is
>> > correct, the message says its incorrect. If i go to another XP system
>> > and
>> > try this it works just fine. I went to another Vista system and had
>> > the
>> > same
>> > exact isssue, access all the workstations but that one.
>> >
>> > Any ideas?
>> >
>> > Thanks
>>
>>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Accessing email from another computer Vista mail
Microsoft accessing a computer through VISTA?? Vista security
problem accessing vista computer from xp Vista networking & sharing
accessing a domain share on a Vista Home Premium computer... Vista General
Accessing Computer A (w/ Vista) from Computer B (w/Win2000) Vista networking & sharing


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46