To create a folder share and grant full permissions to user karl I can write on cmdline:
net share "myshare123"="D:\tool" /GRANT:karl,FULL
ok, it works.
But what about the other way:
Is there a way to generate all the full "net share" commands for ALL currently existing folder shares?
I...
Assume I have a local network with no DNS server.
All computer are managed by the network master browser service which runs on one of the connected
computers.
Now when I connect my notebook through Wifi to this network it takes up to 10 or even 15 minutes until this new node is known to the...