' Delete a Disk Quota Entry on the Local ComputerSet colDiskQuotas = CreateObject("Microsoft.DiskQuota.1")colDiskQuotas.Initialize "C:\", Trueset objUser = colDiskQuotas.FindUser("kenmyer")colDiskQuotas.DeleteUser(objUser) search for scripts
' Delete a Disk Quota Entry on the Local ComputerSet colDiskQuotas = CreateObject("Microsoft.DiskQuota.1")colDiskQuotas.Initialize "C:\", Trueset objUser = colDiskQuotas.FindUser("kenmyer")colDiskQuotas.DeleteUser(objUser)
Download Home Scripts Copyright © 2001-2024 adersοft