![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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! |
|
|||
|
"Usenet" wrote in message ... 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 |