Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Setting security rights on a group from other domain

$
0
0

From what I can see, you should be able to simply update your text file so instead of having “SG-PROD-Kit” for the TargetGroup, for example, it says “ProductionDomainName\SG-PROD-Kit”. Alternatively, you could prepend the “ProductionDomainName\” string in your PowerShell code, if you prefer:

$TargetGroup = "ProductionDomainName\$($Group.TargetGroup)"

Viewing all articles
Browse latest Browse all 13067

Trending Articles