Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List a Quota EntryContent of List a Quota Entry.vbsMD5 Hash: 7A4C182581D0B2917631C7877D7D12FF |
||
' Description: Lists disk quota information for the user fabrikam\bob.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set objQuota = objWMIService.Get _ ("Win32_DiskQuota.QuotaVolume='Win32_LogicalDisk.DeviceID=""C:""'," & _ "User='Win32_Account.Domain=""fabrikam"",Name=""bob""'") Wscript.Echo objQuota.Limit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |