Adding TFS Group, AD groups and setting permissions in powershell -
i trying automate process of creating tfs groups , adding ad groups , permissions. able create tfs group , add ad groups it. need same @ project level , @ different branch levels dev, main, hotfix, etc. (when go tfs right click on project->advanced->security). using commands
iex "& $tfsecuritycmd /gcg `"group name`" `"group desc`" /collection:`"$adresstfs1`" | /server:`"?`"" #iex "& $tfsecuritycmd /gc `"vstfs:///classification/teamproject/00000000-0000-0000-0000-000000000000`" `"group name`" `"group desc`" /collection:?"
neither works. cant figure out server url , in second case collection url, when right click , properties, not gives me url.
ok got working now, needed add escape charaters here , there
Comments
Post a Comment