Do it. :) Putting your scripts into version control is a really good idea for a number of reasons.
Depending on what version of TFS you're running, it may support using git for the project. If so, I'd suggest going that route as there are a lot of low impact git clients (including ones that you can invoke easily via PS). It could also let you solve the "keeping things in sync on multiple servers issue" as you could easily put a command line git client on them and have a scheduled task pull the current "release" from the repository. DAMIEN SOLODOW Senior Systems Engineer 317.447.6033 (office) 317.447.6014 (fax) HARRISON COLLEGE ________________________________ From: [email protected] [[email protected]] on behalf of Alice Goodman [[email protected]] Sent: Monday, May 11, 2015 8:34 PM To: [email protected] Subject: [Exchange] Store Power Shell Scripts in TFS? Where do you store Power Shell scripts for team reference? Currently, I keep all Exchange scripts on the Exchange Servers in the C:\scripts directories. I keep them synched, manually, meaning if I add a new one to MBX01, I copy it around to the others. I also keep a copy on my own C:\scripts drive. Someone here wants to talk with the team about creating a repository in TFS to store these types of tools and make them available to the broader team. Just wondering.. Alice
