Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Re: How to enable Network Discovery with Group Policy?

Reply
Thread Tools Display Modes

Re: How to enable Network Discovery with Group Policy?

 
 
Jon
Guest
Posts: n/a

 
      05-04-2009

"Usenet" <> wrote in message
news:usenet-...
> This is driving me mad :-)
>
> I have a 2003 Native AD domain with some Vista clients and I want to
> enable Network Discovery via Group Policy.
>
> How do I do this please?
>
> Using the Group Policy management tools in Vista I believe I have access
> to everything that is visible/configurable but I simply can't find a
> black and white guide on what settings need to be in place to switch
> this on.
>
> Cheers!



I'm not aware of any Group Policy settings for this, but you can use the
'netsh' command to enable / disable 'Network Discovery' eg a blanket enable
(for all network profiles) would be .....

netsh advfirewall firewall set rule group="Network Discovery" new enable=yes

There's also a com scripting interface with prog id "HNetCfg.FwPolicy2" with
which you can do similar things.

That may or may not be particularly secure, so for a more granular control
(ie for individual profiles) you can use similar 'netsh' comands in
script(s) to enable / disable specific firewall 'Network Discovery' rules.
That's the way I do it anyhow. May be other ways.

--
Jon



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it safe to enable this policy L Ammar Windows Vista Networking 0 02-03-2008 06:12 PM
Is it possible to enable Network Discovery via Group Policy? SushiSean Windows Vista Networking 0 07-09-2007 06:34 PM
Is it possible to enable Network Discovery on via Group Policy? SushiSean Windows Vista Networking 0 07-03-2007 05:18 PM
How to control "Network Discovery" with Group Policies? Robert Fischer Windows Vista Networking 8 01-16-2007 05:47 PM
Network Map - "Network Mapping is disabled by the group policy" Mike Dewdney Windows Vista General Discussion 2 11-08-2006 01:48 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59