DsACLs returns "No GUID Found for member"

R

Ravi Sabharanjak

I'm trying to use dsacls to set permissions on a
distribution list so that a user can manage the group
memberships.

If I run -
dsacls "CN=ravitestdl,OU=Distribution
Lists,OU=Americas,DC=Mydomain,DC=net" /G
(e-mail address removed):RPWP;member;

I get -
No GUID Found for member
The parameter is incorrect.

as the output. Does anyone know what I'm doing wrong?

Thanks,
-Ravi
 
R

Ravi Sabharanjak

I figured this out myself. Dsacls comes with incorrect
documentation: Instead of using a semi-colon after the
property name as mentioned in the help, it should be as
follows:
RPWP;member

That worked.

-Ravi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top