Link to home
Start Free TrialLog in
Avatar of dfranciscus
dfranciscus

asked on

Disk Quota Script

Hi there,

I would like to create a script that will change the disk quota entry for specific users. The users that the script will change will be located in a csv file that will be created every day.

So the workflow is this:

Each day a CSV file is created from a database that contains a list of usernames that need to have their disk quota entry modified. (This can be done already, I don't need help with this part)

The script will then run after the file is created and take each username in that CSV file, and modify their disk quota entry to a specific number, in our case 2 GB.

Any ideas?

Thanks!
Avatar of prashanthd
prashanthd
Flag of India image

On Remote computer?

For Domain users?

Can you also post Sample input csv file?

regards
Prashanth
Avatar of dfranciscus
dfranciscus

ASKER

Yep for domain users, the script can run on that server that has the quota, so not remotely. The sample CSV will likely be the user account line by line:

jroberts
ahenry
fyoung

etc.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of prashanthd
prashanthd
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial