dsget quota

bristow

New Member
Hi,

I want to use the dsget command to allow me to see what a quota limit is set to.

This is what I have so far,

dsget quota "CN=quota 1,dc=user,dc=grange,dc=internal" -acct -qlimit

When I run the command its saying "Directory object not found"

Any ideas?

Thanks.
 
Yes were running AD. And tryed a user thats listed in it and still no joy. Still saying the same thing...

Thanks.
 
you should remove the accolades like this: dsget quota CN=quota 1,dc=user,dc=grange,dc=internal -acct -qlimit

and ehh what exactly are you trying to find out? i don't know any ad object where you can specifically set a quota on.
 
Back
Top