1: 2: 3: 4: 5: 6: 7:
Reeks oUser = GetObject („CN=Test Gebruiker, OU=Employees, DC=mydomain, DC=local“) oUser.mDBStorageQuota = 250000 oUser.mDBOverQuotaLimit = 275000 oUser.mDBOverHardQuotaLimit = 300000 oUser.SetInfo