![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Browse (enumerate) computers on the network (like Explorer does) How can I get (w or wo WMI) a collection of computers on the network. There are some samples to get the computer accounts out of Active Directory, but I want the list of computers the way Windows Explorer displays them under the Network folder. Thanx, Hans |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Browse (enumerate) computers on the network (like Explorer does) Hello Hans, Check out these AD cmdlets (FREE for download): http://www.quest.com/powershell/activeroles-server.aspx Its supporting forum is: http://www.powergui.org --- Shay Levy Windows PowerShell MVP http://blogs.microsoft.co.il/blogs/ScriptFanatic PowerShell Toolbar: http://tinyurl.com/PSToolbar H> How can I get (w or wo WMI) a collection of computers on the network. H> There are some samples to get the computer accounts out of Active H> Directory, but I want the list of computers the way Windows Explorer H> displays them under the Network folder. H> H> Thanx, H> Hans |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Browse (enumerate) computers on the network (like Explorer does) do you have AD domain? -- WBR, Vadims Podans PowerShell blog - www.sysadmins.lv "Hans" <Hans@xxxxxx> rakstīja ziņojumā "news:356356BA-557E-48E8-98D6-5E84A265BAF3@xxxxxx"... Quote: > How can I get (w or wo WMI) a collection of computers on the network. > There > are some samples to get the computer accounts out of Active Directory, but > I > want the list of computers the way Windows Explorer displays them under > the > Network folder. > > Thanx, > Hans |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Browse (enumerate) computers on the network (like Explorer doe thanx so far. No Active Directory; just machines on the network. If there's just a classroom full of standalone Windows Server 2003 machines, Windows Explorer lists them under Microsoft Windows Network. How can I enumerate those machines? "Vadims Podans" wrote: Quote: > do you have AD domain? > > -- > WBR, Vadims Podans > PowerShell blog - www.sysadmins.lv > > "Hans" <Hans@xxxxxx> rakstīja ziņojumā > "news:356356BA-557E-48E8-98D6-5E84A265BAF3@xxxxxx"... Quote: > > How can I get (w or wo WMI) a collection of computers on the network. > > There > > are some samples to get the computer accounts out of Active Directory, but > > I > > want the list of computers the way Windows Explorer displays them under > > the > > Network folder. > > > > Thanx, > > Hans |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Browse (enumerate) computers on the network (like Explorer doe If you have worked Computer Browser then you can do this: net view | ?{$_ -match "^\\\\\S*" } | %{$_.trim("\") be aware that NET VIEW command relies on Computer Browser Service. If it is configured correctly - you'll see all computers in your broadcast segment. All computers that splitted with routers will be unavailable, becaue Computer Browser Service use broadcast technology to manage browse list. -- WBR, Vadims Podans PowerShell blog - www.sysadmins.lv "Hans" <Hans@xxxxxx> rakstīja ziņojumā "news:6C11E798-4897-4E73-84D3-2C3E9088C24C@xxxxxx"... Quote: > thanx so far. > > No Active Directory; just machines on the network. > > If there's just a classroom full of standalone Windows Server 2003 > machines, > Windows Explorer lists them under Microsoft Windows Network. How can I > enumerate those machines? > > "Vadims Podans" wrote: > Quote: >> do you have AD domain? >> >> -- >> WBR, Vadims Podans >> PowerShell blog - www.sysadmins.lv >> >> "Hans" <Hans@xxxxxx> rakstīja ziņojumā >> "news:356356BA-557E-48E8-98D6-5E84A265BAF3@xxxxxx"... Quote: >> > How can I get (w or wo WMI) a collection of computers on the network. >> > There >> > are some samples to get the computer accounts out of Active Directory, >> > but >> > I >> > want the list of computers the way Windows Explorer displays them under >> > the >> > Network folder. >> > >> > Thanx, >> > Hans |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Vista Windows Explorer display of Entire Network computers | Vista networking & sharing | |||
| Can't browse shared Public folder from computers own Network View | Vista General | |||
| Is it possible to speed up the appearance of computers on a network appearing with Vista Windows Explorer | Vista networking & sharing | |||
| Network - View and Browse Computers or Devices | Tutorials | |||
| Mac doesn't show up in Network explorer or browse | Vista networking & sharing | |||