Easy(?) Active Directory

  • Thread starter Thread starter Toby Mathews
  • Start date Start date
T

Toby Mathews

Hi there,

I'm very new to Active Directory, so apologies in advance if I've missed
something painfully obvious. I'm at the stage of writing some very basic
code to access our AD and I've managed to get a user's details via the
DirectoryEntry class. I seem to be able to access the properties ok via the
Properties collection, but the MaxStorage member is returning -1 for all
users, even when they have a quota set. Is this not the correct property
perhaps?

Any help much appreciated, thanks in advance.

Toby Mathews
 
Quota settings on Filesystem objects are not automatically stored in the AD,
it's up to you to add these values to the AD, and use them later whan
assigning quota properties to the Filesystem.

Willy.
 
Aaaah I see. Ok, thanks for that,

Toby

Willy Denoyette said:
Quota settings on Filesystem objects are not automatically stored in the AD,
it's up to you to add these values to the AD, and use them later whan
assigning quota properties to the Filesystem.

Willy.
 
Back
Top