Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add a Disk Quota Entry on the Local ComputerContent of Add a Disk Quota Entry on the Local Computer.vbsMD5 Hash: DE240F5A389E4E4A5703413934B31685 |
||
' Description: Creates a custom disk quota entry 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.AddUser("kenmyer") Set objUser = colDiskQuotas.FindUser("kenmyer") objUser.QuotaLimit = 50000000 | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |