pkjaer / tridion-powershell-modules

Windows PowerShell module allowing management of SDL Tridion (Content Management System) from the command line
13 stars 14 forks source link

Added ability to create user with group membership, and fixed a bug #12

Closed iTaybb closed 8 years ago

pkjaer commented 8 years ago

Thank you for your contribution! It looks pretty good. The only comment I have is that you should check if the -MemberOf parameter is set (and includes a non-TCM URI value), before loading the list of all groups. In other words, not load the list of groups if you don't have to look one up by name. But I can do that change myself, no problem.