Posted in
Hosting & IIS7,
Windows Powershell,
Windows Server |
No Comment | 5,304 views | 27/02/2010 16:40
You should install Windows File Services to use DirQuota cmdlet in Powershell.
DirQuota Quota Add /Path:"$LogDir" /Limit:$FTPQuota |
DirQuota Quota Add /Path:"$LogDir" /Limit:$FTPQuota
Usage of $FTPQuota is like “100mb”. You can use help to find out more.