dirquota.exe notification config file syntax help

  • Thread starter Thread starter Tyson
  • Start date Start date
T

Tyson

Guest
So I'm trying to use dirquota.exe to change the notification settings on a
bunch of quotas and even with refering to the "dirquota notification /?" help
all I'm getting is errors.

The syntax I'm using is this:
dirquota quota modify /path:h:\home03\tcl
/modify-notification:90,M,c:\temp\test.txt

The config file test.txt follows:
------------------------------------------------------------
Notification=M
To=[Source Io Owner Email]
From=support@domain.edu
Subject=Approching Disk Quota on N: Drive
Message=this is a test.
------------------------------------------------------------

The error I am getting is:
Encountered errors while reading in the specified configuration file:
c:\temp\test.txt

What am I doing wrong?
 
RE: dirquota.exe notification config file syntax help

Noone has an answer? Even a working example of a notification config file
would be very helpful.

"Tyson" wrote:

> So I'm trying to use dirquota.exe to change the notification settings on a
> bunch of quotas and even with refering to the "dirquota notification /?" help
> all I'm getting is errors.
>
> The syntax I'm using is this:
> dirquota quota modify /path:h:\home03\tcl
> /modify-notification:90,M,c:\temp\test.txt
>
> The config file test.txt follows:
> ------------------------------------------------------------
> Notification=M
> To=[Source Io Owner Email]
> From=support@domain.edu
> Subject=Approching Disk Quota on N: Drive
> Message=this is a test.
> ------------------------------------------------------------
>
> The error I am getting is:
> Encountered errors while reading in the specified configuration file:
> c:\temp\test.txt
>
> What am I doing wrong?
>
 
Re: dirquota.exe notification config file syntax help


You might have already sorted this, but just in case not, I worked out
how to get around this by setting up a template, then a script which
applies the template then changes the limits on the individual quota.

Let me know if you want it.


--
tutenkamu
------------------------------------------------------------------------
tutenkamu's Profile: http://forums.techarena.in/member.php?u=52740
View this thread: http://forums.techarena.in/showthread.php?t=813435

http://forums.techarena.in
 
Back
Top