Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Disk Quota Entry on the Local ComputerContent of Modify a Disk Quota Entry on the Local Computer.vbsMD5 Hash: 3F9C0C4DEEF3E835445F2A7CAE43C19D |
||
' Description: Modifies the disk quota warning threshold and disk space limit for a user named kenmyer. This script must be run on the local computer.
Set colDiskQuotas = CreateObject("Microsoft.DiskQuota.1") colDiskQuotas.Initialize "C:\", True set objUser = colDiskQuotas.FindUser("kenmyer") objUser.QuotaThreshold = 90000000 objUser.QuotaLimit = 100000000 | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |