Answers for "create windows network share from command line"

0

create windows network share from command line

net share sharename=folderpath /grant:username,permissions

sharename: You can assign name to the share you are going to create
username : Login id of the user whom you want to share the folder with
permission: Read, Change or Full
Posted by: Guest on October-14-2020

Code answers related to "create windows network share from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language