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...