I have a similar problem with Version 1903. One machine does not show on the FS Network display. Resetting Function Discovery Resource Publication makes it visible but only until a restart. The default setting is Manual(triggered) changing this to Automatic
has no effect ie you stilll need to reset it manually.
I don't lnow if it is significant but the invisible machine is wired, other machines are on WiFi.
Rick 265,
That is the bug, Microsoft still did not fix it, still a problem with the latest future versions of windows
1909 or 20H1.
Till an official fix is available, use the workaround suggested by Galileo1564, earlier in this thread to restart the FDResPub service.
Add a task to task scheduler.
Name: FDResPub
Description: Restart the FDResPub service.
Run whether user is logged on or not - Do not store password.
Configure for: Windows 10
Trigger: At Startup
Actions:
- Action: Start a program
- Program/script: cmd
- Add arguments: /c net stop FDResPub && net start FDResPub
- Start in: (leave empty)
Conditions: start only if the following network connection is available - Any connection
Settings: (leave defaults)