Browse by Tags

Documentation for the PowerShell activity in the TFS Community Build Extensions published
Mon, Oct 3 2011 15:43
I have just published documentation for the PowerShell activity in the TFS Community Build extensions . This opens up a whole range of possibilities for your build process. Off to look at using it for SharePoint deployment now….. Read More...
Creating a TFS Team Project Collection using Powershell
Thu, May 5 2011 7:00
Grant Holiday posted on how to create a TPC using Powershell . However his post did not address how to set the SharePoint or Reporting Services parameters. His example used for the form Dictionary<string, string> servicingTokens = new Dictionary<string, string>(); servicingTokens.Add("SharePointAction", "None"); // don't configure... Read More...
Signing Powershell scripts with a Thawte code signing certificate
Wed, Sep 10 2008 17:19
I hit a problem today when trying to sign a powershell script as detailed on Scott Hanselman's blog with a Thawte code signing certificate . The basic issue was that the certificate could be seen in the Personal section of the Certificates MMC snap-in. Also it was listed if I issued the Powershell command Get-ChildItem cert:\CurrentUser\My but if I added... Read More...