Info

Manual download

Provided By

Community

Tags

Windows File Server Quotas

Manage Windows File Server quotas using RES.

This ROA sample contains 3 modules for managing user quotas on Windows File Servers. The modules are:

  1. Create Quota
  2. Modify Quota
  3. Delete Quota

Upon importing this sample you will be prompted to provide values for the following Global Variables:

  1. HomeDirPath - the local path of the home directories
  2. Admin - credentials with administrative NTFS permissions to the specified HomeDirPath

The modules also contain the following Parameters:

  1. Path - the directory that you want to manage
  2. Limit - the quota value you wish to assign to the directory (in megabytes)

The sample was created and configured in a use case to manage user home folders on a file server. In this example you can pass the username attribute from ROID to the "path" parameter in a runbook. The modules were designed for Windows Server 2008 R2.