Archive

Latest Posts

So long, Jeremy!

If you have been involved in IT for any length of time you will know that the ONLY thing you can count on is change.  Change is the one unyielding constant that we all have to deal with.  Change in systems, change in technology, change in direction … the list goes on and on.  And, …

Read on

How to get Document Version with “Export to Excel” from SharePoint

You may have come across the same disappointment as I did when trying to get the version of document while output it to Excel – i.e. the version column does not get exported. The post below goes through a technique for allowing you to capture the version history. https://blogs.technet.com/b/fesiro/archive/2012/12/01/how-to-include-retain-the-document-version-with-export-to-excel-spreadsheet.aspx This post has several gotcha’s regarding …

Read on

PowerShell to Grab a Collection of Files from a Document Library

The following PowerShell can be used to take a subset of files from a document library in SharePoint and output them to the file system.  Note, this will need to be executed on the SharePoint server. [code language=”PowerShell”] $spweb = get-spweb -identity "http://yourdomain/yourweb" # Use the "pretty name" of your library below $list = $spweb.lists["Your …

Read on

Where’s My Document Panel / Properties? (Word 2013)

In Word 2013 sometimes you can sit there scratching your head about where things have gone.  Case in point, the document properties or document panel is sometimes a necessity, and if you’ve perhaps closed it earlier in a session, you may be wondering how to get it back.  Below, I’ll show you just how easy …

Read on

SharePoint Event 6050 in Event Viewer

I recently came across this issue and found the following blog to be the most clear and concise solution to the problem. http://sharepointdipesh.tumblr.com/post/15365838063/event-6050-user-synchronization-error This blog post goes into excellent detail about how to resolve the issue.  Be aware, if you’re not a domain admin, you’ll need to get some assistance from someone who is. Thanks …

Read on

Server 2012/2012 R2 Storage Spaces – Creating Storage Pools

Server 2012 and 2012 R2 introduced the concept and tool of Windows “Storage Spaces”.  To be frank, I was royally confused by what they were and what purpose they served until I sat through a 2012 R2 Jumpstart.  Now I “see the light” so I hope to be able to share the light with you.  …

Read on

Searching Within My Sites is Broken

What? The My Site search is not working.  When trying to search within your my site (http://mysites.company.com/my/personal/account), you’re seeing a web page “404 – page not found” (or similar looking) error.  So What? This is happening because the UPS (User Profile Service) has a bad URL in the “Preferred Search Center” field. Now What? To …

Read on

Where Are We Now

With the new year right around the corner, it’s hard not to reminisce about the “wild ride” that was the last 3,650 days. And no, that’s not a typo. Since itgroove turned ten in October 2013, we’ve spent quite some time thinking back over the last decade to where it all began. With each new …

Read on

Memories

Well, Christmas is almost here and today I went to the museum on a field trip with my son. I was in the section where you can see trends from the different decades and lo and behold, in the 80’s display there was a huge computer! I completely forgot that my mom surprised us all …

Read on