question

Makarios-3388 avatar image
1 Vote"
Makarios-3388 asked DSPatrick commented

Why I can't turn on network discovery


Hi

I had to reinstall Windows Server 2019 to one server. Now I can't turn on network discovery in that server. Although I've logged in as an administrator and save the chances. When I'm looking again the situation, the network discovery is turned off.

windows-server
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
2 Votes"
DSPatrick answered

Check these services are started DNS Client, Function Discovery Resource Publication, SSDP Discovery UPnP Device Host and also check the firewalls allow Network Discovery for the network profile you're using (in my example below using domain).

201858-image.png

--please don't forget to upvote and Accept as answer if the reply is helpful--






image.png (137.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Makarios-3388 avatar image
0 Votes"
Makarios-3388 answered DSPatrick commented

Thanks again Patrick

I have to leave now, but I'll be back on monday.

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

You're welcome, please don't forget to close up the thread by 145510-image.png



0 Votes 0 ·

Just checking if there's any progress or updates?

--please don't forget to upvote and Accept as answer if the reply is helpful--



0 Votes 0 ·
Makarios-3388 avatar image
0 Votes"
Makarios-3388 answered

Thank you all

Now I had little time to check the situation. The UPnP Device Host was not running but I chaged it to run. It seems that the reason is that my network connection is Public not Private. How do I change to the Private network?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Makarios-3388 avatar image
0 Votes"
Makarios-3388 answered

Thanks again

This problem is still in one server and it don't have Wi-Fi connection but wired.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DSPatrick avatar image
0 Votes"
DSPatrick answered DSPatrick commented

From PowerShell you can

 Get-NetConnectionProfile

then using the InterfaceIndex found you can

 Set-NetConnectionProfile -InterfaceIndex 10 -NetworkCategory Private

--please don't forget to upvote and Accept as answer if the reply is helpful--








· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Just checking if there's any progress or updates?

--please don't forget to upvote and Accept as answer if the reply is helpful--



0 Votes 0 ·