This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Quest Powershell New-QARSAccessTemplateLink

Hi,

 

I am trying to link a Access Template to some OU's and specify the permissions for a group. I am using the following command:

get-QADObject -SearchRoot 'OU=xxx,DC=xxx,DC=xxx' | %{new-QARSAccessTemplateLink -AccessTemplate 'Configuration/Access Templates/TemplateName' -DirectoryObject $_ -Trustee 'Domain\GroupName}

After running the command it sets the access template not only to the OU for the specified group, but also for every user in this group. 

After browsing to the Access Templates folder and selecting the Access Template in the right pane I see that the Access Template is not only applied to the OU, but also to all members of the group.

Any suggestions are welcome :-)

 

Thanks.

 

Sander.