Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-17-2007, 01:45 AM
Andy
Newsgroup Contributor
 
Posts: n/a
network search a ip/name?

there is a pc on my network which isn't showing up, where has the search
for ip/name gone?.

usually i can right click on network place and bring up a search :/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-17-2007, 01:45 AM
  #2 (permalink)  
Old 04-05-2007, 08:15 PM
techindahaus
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?

On Mar 17, 1:53 am, "Andy" <m...@privacy.net> wrote:[color=blue]
> there is a pc on my network which isn't showing up, where has thesearch
> forip/name gone?.
>
> usually i can right click on network place and bring up asearch:/[/color]

Im looking for this function too. Let me know if you found it.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 04-06-2007, 12:45 AM
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?

Running it via script I get an Active Directory Search For Computers (but
I'm not on a domain so it doesn't work).

This is the script, 2 lines in a vbs file.


Set wshshell = CreateObject("Shell.Application")
wshshell.findcomputer


"techindahaus" <techsoncall******.com> wrote in message
news:1175828256.699737.6250@d57g2000hsg.googlegroups.com...[color=blue]
> On Mar 17, 1:53 am, "Andy" <m...@privacy.net> wrote:[color=green]
>> there is a pc on my network which isn't showing up, where has thesearch
>> forip/name gone?.
>>
>> usually i can right click on network place and bring up asearch:/[/color]
>
> Im looking for this function too. Let me know if you found it.
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 04-06-2007, 07:30 AM
Andy
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?


<.> wrote in message news:OXcAm2BeHHA.284@TK2MSFTNGP05.phx.gbl...[color=blue]
> Running it via script I get an Active Directory Search For Computers (but
> I'm not on a domain so it doesn't work).
>
> This is the script, 2 lines in a vbs file.
>
>
> Set wshshell = CreateObject("Shell.Application")
> wshshell.findcomputer
>[/color]

overkill for something so simple. there must be something in vista we are
not seeing


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 04-06-2007, 07:30 AM
Andy
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?


"techindahaus" <techsoncall******.com> wrote in message
news:1175828256.699737.6250@d57g2000hsg.googlegroups.com...[color=blue]
> On Mar 17, 1:53 am, "Andy" <m...@privacy.net> wrote:[color=green]
>> there is a pc on my network which isn't showing up, where has thesearch
>> forip/name gone?.
>>
>> usually i can right click on network place and bring up asearch:/[/color]
>
> Im looking for this function too. Let me know if you found it.
>[/color]

still looking im afraid :/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 04-06-2007, 08:46 AM
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?

I get the sense that the networking has changed. In theory one wouldn't need
to search (a search went and fouind out what was there now rather than
waiting for automatic timing.

I searched all the MS Programmer's blogs too. Nuffin bout "Search For
Computers" or "Find Computer"

The topic for search handlers says it is not supported on Vista or later.
..
"Andy" <me@privacy.net> wrote in message
news:131clh1s8rns2be@corp.supernews.com...[color=blue]
>
> <.> wrote in message news:OXcAm2BeHHA.284@TK2MSFTNGP05.phx.gbl...[color=green]
>> Running it via script I get an Active Directory Search For Computers (but
>> I'm not on a domain so it doesn't work).
>>
>> This is the script, 2 lines in a vbs file.
>>
>>
>> Set wshshell = CreateObject("Shell.Application")
>> wshshell.findcomputer
>>[/color]
>
> overkill for something so simple. there must be something in vista we are
> not seeing
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 04-06-2007, 09:30 AM
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?

I'm not on a network. Did it work?

Ctrl + Winkey + F should also start it.
<.> wrote in message news:e17gmEGeHHA.4188@TK2MSFTNGP02.phx.gbl...[color=blue]
>I get the sense that the networking has changed. In theory one wouldn't
>need to search (a search went and fouind out what was there now rather than
>waiting for automatic timing.
>
> I searched all the MS Programmer's blogs too. Nuffin bout "Search For
> Computers" or "Find Computer"
>
> The topic for search handlers says it is not supported on Vista or later.
> .
> "Andy" <me@privacy.net> wrote in message
> news:131clh1s8rns2be@corp.supernews.com...[color=green]
>>
>> <.> wrote in message news:OXcAm2BeHHA.284@TK2MSFTNGP05.phx.gbl...[color=darkred]
>>> Running it via script I get an Active Directory Search For Computers
>>> (but I'm not on a domain so it doesn't work).
>>>
>>> This is the script, 2 lines in a vbs file.
>>>
>>>
>>> Set wshshell = CreateObject("Shell.Application")
>>> wshshell.findcomputer
>>>[/color]
>>
>> overkill for something so simple. there must be something in vista we are
>> not seeing
>>[/color]
>[/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 04-15-2007, 05:30 PM
techindahaus
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?

On Apr 6, 9:13 am, <.> wrote:[color=blue]
> I'm not on a network. Did it work?
>
> Ctrl + Winkey + F should also start it.
>
> <.> wrote in messagenews:e17gmEGeHHA.4188@TK2MSFTNGP02.phx.gbl...[color=green]
> >I get the sense that the networking has changed. In theory one wouldn't
> >need to search (a search went and fouind out what was there now rather than
> >waiting for automatic timing.[/color]
>[color=green]
> > I searched all the MS Programmer's blogs too. Nuffin bout "Search For
> > Computers" or "Find Computer"[/color]
>[color=green]
> > The topic for search handlers says it is not supported on Vista or later.
> > .
> > "Andy" <m...@privacy.net> wrote in message
> >news:131clh1s8rns2be@corp.supernews.com...[/color]
>[color=green][color=darkred]
> >> <.> wrote in messagenews:OXcAm2BeHHA.284@TK2MSFTNGP05.phx.gbl...
> >>> Running it via script I get an Active Directory Search For Computers
> >>> (but I'm not on a domain so it doesn't work).[/color][/color]
>[color=green][color=darkred]
> >>> This is the script, 2 lines in a vbs file.[/color][/color]
>[color=green][color=darkred]
> >>> Set wshshell = CreateObject("Shell.Application")
> >>> wshshell.findcomputer[/color][/color]
>[color=green][color=darkred]
> >> overkill for something so simple. there must be something in vista we are
> >> not seeing[/color][/color][/color]

This one only works in a domain. Not a workgroup. There has got to be
a way to do this.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 04-15-2007, 05:45 PM
Joe Guidera
Newsgroup Contributor
 
Posts: n/a
Re: network search a ip/name?

If you find one let the rest of us know :-)

"techindahaus" <techsoncall******.com> wrote in message
news:1176682305.456998.3120@n59g2000hsh.googlegroups.com...[color=blue]
> On Apr 6, 9:13 am, <.> wrote:[color=green]
>> I'm not on a network. Did it work?
>>
>> Ctrl + Winkey + F should also start it.
>>
>> <.> wrote in messagenews:e17gmEGeHHA.4188@TK2MSFTNGP02.phx.gbl...[color=darkred]
>> >I get the sense that the networking has changed. In theory one wouldn't
>> >need to search (a search went and fouind out what was there now rather
>> >than
>> >waiting for automatic timing.[/color]
>>[color=darkred]
>> > I searched all the MS Programmer's blogs too. Nuffin bout "Search For
>> > Computers" or "Find Computer"[/color]
>>[color=darkred]
>> > The topic for search handlers says it is not supported on Vista or
>> > later.
>> > .
>> > "Andy" <m...@privacy.net> wrote in message
>> >news:131clh1s8rns2be@corp.supernews.com...[/color]
>>[color=darkred]
>> >> <.> wrote in messagenews:OXcAm2BeHHA.284@TK2MSFTNGP05.phx.gbl...
>> >>> Running it via script I get an Active Directory Search For Computers
>> >>> (but I'm not on a domain so it doesn't work).[/color]
>>[color=darkred]
>> >>> This is the script, 2 lines in a vbs file.[/color]
>>[color=darkred]
>> >>> Set wshshell = CreateObject("Shell.Application")
>> >>> wshshell.findcomputer[/color]
>>[color=darkred]
>> >> overkill for something so simple. there must be something in vista we
>> >> are
>> >> not seeing[/color][/color]
>
> This one only works in a domain. Not a workgroup. There has got to be
> a way to do this.
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Search and Network Attached Storage Mugunth Kumar Windows Vista 1 02-13-2008 06:30 PM
Desktop search says network share is not indexed and it is! Bob Findlay Windows XP 2 09-21-2007 02:00 AM
XP cannot Search Network Share dan244 Windows XP 5 06-20-2007 02:30 PM
Network File Search Fails Robert Morley Windows XP 2 06-14-2007 08:20 AM
File search across network Jim Windows XP 1 05-07-2007 12:40 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 03:25 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0