Re: goup policy and shared folder
Thank , I have saved that for future use. I usually just share and map a drive witha script.
like this one
net time \\dcwilkinson /yes
net use g: /d /y
net use g: \\dcwilkinson\data
net use h: /d /y
net use h: \\dcwilkinson\ongoingwork
START \\dcwilkinson\netlogon\AddPrinter.vbs
|