Thursday, April 24, 2014

March'14 in Shares

A new initiative in the blog: Month in Shares.

I usually read a lot about SharePoint and technology in my own time and I believe good content deserves to be shared. Every month I'll take a look at the retweets I've made and do some sort of curation work with the highlights.

Here's March'14.
(...)

Thursday, April 17, 2014

Changing to a UNC path in the command line

Ok, so this one's a quickie. I was invoking some PowerShell from the command line (a batch file) that would iterate a Web Application, gather some info and generate a CSV report into a local folder.

Suddenly, there was a requirement to save these reports to a network shared location. The current solution had a variable for the location of the reports, but it wouldn't support a network path.
(...)

Wednesday, April 16, 2014

Word not saving to SharePoint by default

Recently, I had an intermittent issue with the Save button in Word 2010. It was a SharePoint 2010 project and I was creating a new document using the New > Content Type button in the ribbon of one of the document libraries.

The Content Types were custom and so were the document templates behind them. When I was saving for the first time, it would default to the local Document library and not the document library in SharePoint. Bugger!
(...)

Friday, April 4, 2014

PowerShell Tip #1: Loading custom assemblies


PowerShell is a great trick to have in your bag, it allows easy and flexible scripting using SharePoint objects. Whether you're automating a certain one-off(ish) task, or just debugging a certain strange behaviour, it is always the tool I resort to.

This time, I was having an issue with an Event Receiver. PowerShell came to the rescue!
(...)

Thursday, April 3, 2014

Thoughts on Release & Deployment Management

A friend of mine, Carlos Nogueira, wrote a great article on some of the best practices that should be applied on release and deployment processes.

It was very interesting to read, especially considering he works with non-Microsoft technologies and tools, that the challenges on the "other side of the fence" are exactly the same, something we sometimes forget.

This has been one of my focal points (...)

Wednesday, April 2, 2014

Iterative upgrade to SharePoint 2013


Migrations and upgrades are not a new problem in the SharePoint world, nor the problems associated with such projects, especially on installations that have been highly customized.

But because it's not a new problem, the approach taken in these projects might not be the most modern one. I recently read the upgrade process strategy followed by Tobias Zimmergren and found it to be an interesting one.
(...)