elmardam Posted April 22, 2013 Report post Posted April 22, 2013 hi, (sccm2012 SP1 with post fixes) I created a little powershell script which i run in a task sequence, powershell.exe -executionpolicy bypass -command "& {([adsi]"""WinNT://./Administrators,group""").Add("""WinNT://domain/Servers,group""")}" I run it within a package. As system or as a user with domain admin rights (local and domain) without success. But, it runs fine out of the sequence. (in an elevated prompt) Please, could anybody put me in the right direction? Regards Quote Share this post Link to post Share on other sites More sharing options...