Storage Disk Quotas Create a New Quota Entry , WMI
' Create a New Quota Entry
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2"
Set objAccount = objWMIService.Get _ ("Win32_Account.Domain='fabrikam',Name='bob'") Set objDisk = objWMIService.Get _ ("Win32_LogicalDisk.DeviceID='C:'") Set objQuota = objWMIService.Get _ ("Win32_DiskQuota").SpawnInstance_
objQuota.QuotaVolume = objDisk.Path_.RelPath objQuota.User = objAccount.Path_.RelPath objQuota.Limit = 10485760 objQuota.WarningLimit = 8388608 objQuota.Put_
|
VbsEdit includes all these samples!
Download version 3.4.1
Released Tuesday, January 06, 2009 -
The evaluation version never expires
Home
Buy Now
HtaEdit
Support
Video
What's new ?
Awards
|