No Picture

Get Sharepoint Version

September 15, 2015 Rob 0

using powershell again Add-PSSnapin Microsoft.SharePoint.PowerShell; $guids = (Get-SPFarm).Products; $products = @{}; $products[‘35466B1A-B17B-4DFB-A703-F74E2A1F5F5E’] = ‘Project Server 2013’; $products[‘BC7BAF08-4D97-462C-8411-341052402E71’] = ‘Project Server 2013 Preview’; $products[‘C5D855EE-F32B-4A1C-97A8-F0A28CE02F9C’] = ‘SharePoint […]

No Picture

Git it on

July 12, 2012 Rob 0

Been putting off getting git setup. Here’s the lazy outline to gitting it done on Ubuntu. Aptana doesn’t like an empty repo so don’t forget […]

No Picture

ssh without password

November 20, 2011 Rob 0

Been remoting to various servers recently rectifying load balancing. This saves me digging around passwords for each server. more time to do real work. on […]