
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows Server 2012 Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/windows-server-2012/feed/" rel="self" type="application/rss+xml" />
	<link>https://168.138.42.164/tag/windows-server-2012/amp/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 28 Mar 2026 02:38:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Windows Server 2012 Archives - TECHNIG</title>
	<link>https://168.138.42.164/tag/windows-server-2012/amp/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Enable Network Discovery via Group Policy?</title>
		<link>https://www.technig.com/enable-network-discovery-via-group-policy/</link>
					<comments>https://www.technig.com/enable-network-discovery-via-group-policy/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Fri, 19 Feb 2016 04:00:44 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network Discovery]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Firewall]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=5811</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="809" height="545" src="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable Network Discovery via Group Policy" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1.png 809w, https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1-300x202.png 300w, https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1-768x517.png 768w" sizes="(max-width: 809px) 100vw, 809px" /></div>
<p>Network discovery is a network setting that enables network computers&#8217; names to be discoverable from the network. It works like a Bluetooth system. When you enable it, your device will be found by another device. Enabling network discovery via group policy is the best option to enable network discovery for all network machines through a [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-network-discovery-via-group-policy/">How to Enable Network Discovery via Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="809" height="545" src="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable Network Discovery via Group Policy" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1.png 809w, https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1-300x202.png 300w, https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy-1-768x517.png 768w" sizes="(max-width: 809px) 100vw, 809px" /></div><p>Network discovery is a network setting that enables network computers&#8217; names to be discoverable from the network. It works like a Bluetooth system. When you enable it, your device will be found by another device. Enabling network discovery via group policy is the best option to enable network discovery for all network machines through a Windows server. The same task can be used to disable network discovery on all network clients with group policy.</p>
<p>In this post, I will apply this policy to enable network discovery via group policy using Windows Server 2016 on Windows 10 clients. It works the same on Windows Server 2019, 2025, and Windows 11.</p>
<h3>What is Network Discovery?</h3>
<p>Before we start to apply the network discovery policy to the network clients, we should know about network discovery features and settings. For all Windows systems, the three network discovery states are:</p>
<ul class="unordered" style="list-style-type: circle;">
<li class="listItem">
<p class="para"><span class="leadInPhrase_other"><strong>On:</strong> </span>This state allows your computer to see other network computers and devices and allows people on other network computers to see your computer. This makes it easier to share files and printers.</p>
</li>
<li class="listItem">
<p class="para"><strong><span class="leadInPhrase_other">Off: </span></strong>This state prevents your computer from seeing other network computers and devices and prevents people on other network computers from seeing your computer.</p>
</li>
<li class="listItem">
<p class="para"><strong><span class="leadInPhrase_other">Custom: </span></strong>This is a mixed state in which some settings related to network discovery are enabled, but not all of them. For example, network discovery could be turned on, but you or your system administrator might have changed firewall settings that affect network discovery.</p>
</li>
</ul>
<p><strong>Network discovery</strong> requires that the DNS Client, Function Discovery Resource Publication, SSDP Discovery, and UPnP Device Host services are started, that network discovery is allowed to communicate through Windows Firewall, and that other firewalls are not interfering with network discovery. If some but not all of these are true, the network discovery state will be shown as Custom.</p>
<h2>How to Enable Network Discovery via Group Policy?</h2>
<p><strong><span class="citation-0">Let&#8217;s configure and enable network discovery via group policy on Windows Server 2016 to Windows Server 2025.</span></strong><span class="citation-0 citation-end-0"> This method works the same on all other Windows servers. In my testing lab, the server is Windows Server 2016 and the client machines are Windows 10.</span></p>
<p>The following are the step-by-step instructions in a real-world scenario:</p>
<ol>
<li><strong>Log on to the Windows Server</strong> and open the <strong>Group Policy Management</strong> console by typing <code>gpmc.msc</code> in the Run dialog box.</li>
<li><strong>Expand the Forest</strong> and <strong>Domains</strong> nodes, and then right-click the domain name. Select <strong>Create a GPO in this domain and link it here</strong>.</li>
</ol>
<figure id="attachment_5815" aria-describedby="caption-attachment-5815" style="width: 754px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Windows-Server-2016-Group-Policy-Management.png" rel="attachment wp-att-5815"><img decoding="async" class="wp-image-5815 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Windows-Server-2016-Group-Policy-Management.png" alt="Windows Server 2016 Group Policy Management" width="754" height="530" /></a><figcaption id="caption-attachment-5815" class="wp-caption-text">Windows Server 2016 Group Policy Management</figcaption></figure>
<p><strong>3.</strong> Name the new GPO <strong>Network Discovery</strong> or whatever you want. It&#8217;s better to name all the new GPO you have created with a meaningful name and must be related to the tasks you want to apply via the group policy template.</p>
<figure id="attachment_5816" aria-describedby="caption-attachment-5816" style="width: 754px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy.png" rel="attachment wp-att-5816"><img decoding="async" class="wp-image-5816 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Group-Policy.png" alt="Enable Network Discovery via Group Policy" width="754" height="530" /></a><figcaption id="caption-attachment-5816" class="wp-caption-text">Enable Network Discovery via Group Policy</figcaption></figure>
<p><strong>4.</strong> Right-click the created <strong>Network Discovery</strong> GPO and click <strong>Edit</strong>. Now you are going to edit this group policy template to enable network discovery via group policy.</p>
<figure id="attachment_5820" aria-describedby="caption-attachment-5820" style="width: 830px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Link-Layer-Topology-Discovery.png" rel="attachment wp-att-5820"><img loading="lazy" decoding="async" class="wp-image-5820 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Link-Layer-Topology-Discovery.png" alt="Link-Layer Topology Discovery" width="830" height="442" /></a><figcaption id="caption-attachment-5820" class="wp-caption-text">Link-Layer Topology Discovery</figcaption></figure>
<p><strong>5.</strong> On <strong>Computer Configuration</strong>, expand <strong>Policy</strong> &#8211; <strong>Administrative Templates</strong> &#8211; <strong>Network</strong> and select <strong>Link-Layer Topology Discovery</strong>. Right-click the first policy &#8220;<strong>Turn on Mapper I/O (LLTDIO) driver</strong>&#8221; and enable it. Tick the checkbox of <strong>Allow operation while in domain</strong>.</p>
<figure id="attachment_5822" aria-describedby="caption-attachment-5822" style="width: 686px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Enable-Turn-on-Mapper-IO-LLTDIO-driver.png" rel="attachment wp-att-5822"><img loading="lazy" decoding="async" class="wp-image-5822 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Enable-Turn-on-Mapper-IO-LLTDIO-driver.png" alt="Enable Turn on Mapper I/O (LLTDIO) driver" width="686" height="636" /></a><figcaption id="caption-attachment-5822" class="wp-caption-text">Enable Turn on Mapper I/O (LLTDIO) driver</figcaption></figure>
<p><strong>Note:<em> LLTDIO</em></strong><em> allows a computer to discover the topology of a network it&#8217;s connected to. It also allows a computer to initiate Quality-of-Service requests such as bandwidth estimation and network health analysis.</em></p>
<p><strong>6.</strong> Now enable <strong>Turn on Responder (RSPNDR) driver</strong> also. Do the same settings for Turn on Responder (RSPNDR) driver as above screenshot.</p>
<p><strong>Note:</strong><em> The Responder allows a computer to participate in Link Layer Topology Discovery requests so that it can be discovered and located on the network. It also allows a computer to participate in Quality-of-Service activities such as bandwidth estimation and network health analysis. It enables Network Discovery via group policy.</em></p>
<p><strong>7.</strong> Network Discovery enabled via group policy. Now type &#8220;<strong>gpupdate /force</strong>&#8221; to update the group policy on Windows Server. Execute the command on the client&#8217;s computer as well or it will apply automatically when the system restarts.</p>
<figure id="attachment_5823" aria-describedby="caption-attachment-5823" style="width: 517px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Update-Group-Policy-to-Enable-Network-Discovery-via-Group-Policy.png" rel="attachment wp-att-5823"><img loading="lazy" decoding="async" class="wp-image-5823 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Update-Group-Policy-to-Enable-Network-Discovery-via-Group-Policy.png" alt="Update Group Policy to Enable Network Discovery via Group Policy" width="517" height="242" /></a><figcaption id="caption-attachment-5823" class="wp-caption-text">Update Group Policy to Enable Network Discovery via Group Policy</figcaption></figure>
<p>Everything is done successfully on the Windows server. <strong>The network discovery policy is now enabled</strong> for all client computers that are joined to the domain. To verify that the policy is working correctly, you can open the <strong>Network and Sharing Center</strong> on a client computer and check the <strong>Network Discovery</strong> setting. The setting should be <strong>On</strong>.</p>
<h2>Enable Network Discovery via Windows Firewall</h2>
<p>It is the second method to turn on network discovery via Windows Firewall. It also must be applied through group policy. So we already have a created GPO and try to edit it for enabling network discovery via Windows Firewall.</p>
<p><strong>1.</strong> Open the previews created by GPO and edit them with the following steps. Navigate to <strong>Computer Configuration</strong> &#8211; <strong>Windows Settings</strong> &#8211; <strong>Security Settings</strong> &#8211; <strong>Windows Firewall with Advanced Security</strong>.</p>
<figure id="attachment_5824" aria-describedby="caption-attachment-5824" style="width: 809px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Windows-Firewall.png" rel="attachment wp-att-5824"><img loading="lazy" decoding="async" class="wp-image-5824 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Enable-Network-Discovery-via-Windows-Firewall.png" alt="Enable Network Discovery via Windows Firewall" width="809" height="545" /></a><figcaption id="caption-attachment-5824" class="wp-caption-text">Enable Network Discovery via Windows Firewall</figcaption></figure>
<p><strong>2.</strong> Now try to create a rule from Inbound Rules. Select <strong>Inbound Rules</strong> and right-click to create a New Rules.</p>
<figure id="attachment_5825" aria-describedby="caption-attachment-5825" style="width: 809px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Turn-on-Network-Discovery-via-Windows-Firewall.png" rel="attachment wp-att-5825"><img loading="lazy" decoding="async" class="wp-image-5825 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Turn-on-Network-Discovery-via-Windows-Firewall.png" alt="Turn on Network Discovery via Windows Firewall" width="809" height="545" /></a><figcaption id="caption-attachment-5825" class="wp-caption-text">Turn on Network Discovery via Windows Firewall</figcaption></figure>
<p><strong>3.</strong> So on the new <strong>New Inbound Rules Wizard</strong> page, select <strong>Predefined</strong> and choose <strong>Network Discovery</strong>.</p>
<figure id="attachment_5826" aria-describedby="caption-attachment-5826" style="width: 714px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Windows-Firewall-Network-Discovery-Rules.png" rel="attachment wp-att-5826"><img loading="lazy" decoding="async" class="wp-image-5826 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Windows-Firewall-Network-Discovery-Rules.png" alt="Windows Firewall - Network Discovery Rules" width="714" height="581" /></a><figcaption id="caption-attachment-5826" class="wp-caption-text">Windows Firewall &#8211; Network Discovery Rules</figcaption></figure>
<p><strong>4.</strong> On the <strong>Predefined Rules</strong> window, do nothing and click <strong>Next</strong>. These rules are predefined rules for network discovery and network monitoring, and <a href="https://www.technig.com/troubleshoot-windows-10-problems/" target="_blank" rel="noopener noreferrer">network troubleshooting</a>.</p>
<figure id="attachment_5827" aria-describedby="caption-attachment-5827" style="width: 714px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Network-Discovery-Predefined-Rules.png" rel="attachment wp-att-5827"><img loading="lazy" decoding="async" class="wp-image-5827 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Network-Discovery-Predefined-Rules.png" alt="Network Discovery Predefined Rules" width="714" height="581" /></a><figcaption id="caption-attachment-5827" class="wp-caption-text">Network Discovery Predefined Rules</figcaption></figure>
<p><strong>5.</strong> Finally, select Allow the connections and click <strong>Finish</strong>. The network discovery rules must be enabled successfully.</p>
<figure id="attachment_5828" aria-describedby="caption-attachment-5828" style="width: 714px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Network-Discovery-Allow-the-Connections.png" rel="attachment wp-att-5828"><img loading="lazy" decoding="async" class="wp-image-5828 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Network-Discovery-Allow-the-Connections.png" alt="Network Discovery - Allow the Connections" width="714" height="581" /></a><figcaption id="caption-attachment-5828" class="wp-caption-text">Network Discovery &#8211; Allow the Connections</figcaption></figure>
<p><strong>6.</strong> The result should be like the below screenshot. Next, you can disable network discovery with a Windows firewall from here. And disable network discovery via the preview section.</p>
<figure id="attachment_5829" aria-describedby="caption-attachment-5829" style="width: 809px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Network-Discovery-Firewall-Rules-Created.png" rel="attachment wp-att-5829"><img loading="lazy" decoding="async" class="wp-image-5829 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Network-Discovery-Firewall-Rules-Created.png" alt="Network Discovery Firewall Rules Created" width="809" height="545" /></a><figcaption id="caption-attachment-5829" class="wp-caption-text">Network Discovery Firewall Rules Created</figcaption></figure>
<p><strong>7.</strong> Close the <strong>Group Policy Management Editor</strong> page and run &#8220;<strong>gpupdate /force</strong>&#8221; command again to update the group policy.</p>
<h3>Turn on Network Discovery on Windows 10</h3>
<p>Let&#8217;s check the result of enabling network discovery via group policy on a Windows 10 client machine.</p>
<p><strong>1.</strong> Open the <strong>Network</strong> from Windows 10 desktop. Bring <a href="https://www.technig.com/windows-10-desktop-icons/" target="_blank" rel="noopener noreferrer" data-wplink-edit="true">Windows 10 desktop icons</a> on the desktop, if you already don&#8217;t have them.</p>
<figure id="attachment_5832" aria-describedby="caption-attachment-5832" style="width: 787px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2016/02/Turn-On-Network-Discovery.png" rel="attachment wp-att-5832"><img loading="lazy" decoding="async" class="wp-image-5832 size-full" src="https://www.technig.com/wp-content/uploads/2016/02/Turn-On-Network-Discovery.png" alt="Turn On Network Discovery" width="787" height="432" /></a><figcaption id="caption-attachment-5832" class="wp-caption-text">Turn On Network Discovery</figcaption></figure>
<p>Here you see, the network discovery is turned off and the network computers are not showing from <strong>Network</strong>.</p>
<p><strong>2.</strong> Open the command prompt and run &#8220;<strong>gpudpate /force</strong>&#8221; command to update group policy on Windows 10.</p>
<p>Now the network discovery has been enabled successfully on your all network servers and client machines. Try to work with group policy and get to learn more about settings and options. If you have any questions, don&#8217;t hesitate and ask us via comment.</p>
<hr />
<p><strong> Related Queries:</strong> Enable Network Discovery via Group Policy</p>
<p>Network discovery group policy Windows 10<br />
Disable network discovery GPO server 2012<br />
Network discovery GPO not working<br />
Enable network discovery GPO server 2012<br />
GPO turns on network discovery and file sharing<br />
Group policy advanced sharing settings<br />
Turn on the network discovery server 2016<br />
Turn on the automatic setup of network-connected devices group policy</p>
<p>The post <a href="https://www.technig.com/enable-network-discovery-via-group-policy/">How to Enable Network Discovery via Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-network-discovery-via-group-policy/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5811</post-id>	</item>
	</channel>
</rss>
