rencore / SharePoint-Solution-Deployer

SharePoint Solution Deployer (SPSD) helps you to deploy SharePoint solution packages (.wsp) to multiple SharePoint environments. It deploys, retracts and upgrades one or more WSPs and can be extended to perform additional custom tasks in PowerShell before or afterwards. Unlike the most of the available scripts on the net, it performs all necessary prerequisite checks and post-deployment actions on all servers in the farm to assure the deployment runs smooth.
http://spsd.codeplex.com
Microsoft Public License
50 stars 30 forks source link

Update SiteStructure.ps1 #17

Closed ViktorReinhold closed 8 years ago

ViktorReinhold commented 8 years ago

This patch treats the Web nodes as an array and Count will be available in all circumstances.

matthiaseinig commented 8 years ago

Thanks for your fix.