How can I get a list of users that got the checkbox unchecked for advanced security "Allow inheritable permissions..." on the Exchange Server 2010 ?

How can I enable it bulk using AD PowerShell?

link|improve this question

76% accept rate
feedback

1 Answer

Give this a try...

get-qaduser -sizelimit 0 -securitymask DACL | get-qadpermission 

You'll need the Quest AD cmdlets to try this. Download from here:

http://www.quest.com/powershell/activeroles-server.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.