In the past I mount a remote shared folder as drive W: in my local Windows Explorer with
a command similar to:
net use w: \\192.168.0.21\myshare /persistent:no
This works successfully on a IPv4 connection.
At first:
Which remote port does the "net share" command (implicitely) connect to on...
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...
I want to specify from command line that user "Karl" has Full access to local folder (and subfolders)
D:\proj\logs
Which command is recommended here:
cacls or "net share"
What is the difference?
Is "net share" for folders the same as "cacls" for files?
Peter
access control
admin tools
cacls
command line
file sharing
file system
local files
netshare
permissions
security settings
shared folders
subfolders
user management
user rights
windows commands
windows networking