Description : Ce script VBS active les quotas de disque
Script :
Const ENFORCE_QUOTAS = 1
StrComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colDisks = objWMIService.ExecQuery _ ("Select * from Win32_QuotaSetting Where VolumePath = 'C:\\'")
For Each objDisk in colDisks objDisk.State = ENFORCE_QUOTAS objDisk.Put_ Next
Proposer un script
|
Notre avis :

Votre avis :

Réactions : 2
Votants : 2
Visites : 11735
|