Using scrum, there’s often tasks that you add to every story. Things like “Unit Tests” and “Code Review”, etc. Entering these in TFS is a pain, so I wrote a quick powershell script to do it for me. This also contains an example of a function inside of a powershell script. If you’re a c# guy, it’s important to note: No parenthesis when calling the function, and no commas between parameters, use spaces instead. You call it by calling the script name and passing in as a parameter the story number that ......