Help with NET SHARE multiple Users command line

OhioLeda

Honorable
Dec 15, 2012
309
0
10,860
Question..
How can I add another user to the below command line?

Current -
NET SHARE H-Drv$=H:\ /GRANT:Master,FULL
What I need -
NET SHARE H-Drv$=H:\ /GRANT:Master,"Authenticated Users",FULL

I need the NET SHARE permissions to include both Master and Authenticated Users..
I've tried variations with colon, semi-colon, comma etc..
I cannot find the answer anywhere.
Help?

Capture_zpsb9ysr7qc.jpg

 
Solution
Try deleting the share completely and then running the net share command again with both user /grants.
IIRC, I read somewhere that you can only add multiple users when you first create the share.
Try deleting the share completely and then running the net share command again with both user /grants.
IIRC, I read somewhere that you can only add multiple users when you first create the share.
 
Solution