On Jan 10, 1:08*pm, yoshiko <yosh...@domain-xyz.in> wrote:
> Hello,
> *i have a task that i m kinda blur at it.
> *Task:
> *Users must have a folder on the server. It should be map to a drive letter
> *automatically when they logged in. Each user should have a maximum of 5 GB
> disk
> *space on the server.
> *and if there any other useful desktop features for users which can increase
> *their productivity .
Hi,
Step 1 : - Create a logon batch file.
Step 2 :- then create shared folder in the server.
Step 3 : - add the following in the NET USE V: \\servername\
%userprofile% /PERSISTENT:YES
|