by Chris Hettinger | Nov 15, 2013 | Development, SharePoint
Here is a list of the columns that are returned by default for relevant results of a KeywordQuery: Rank DocId FileType SecondaryFileExtension TitleAuthor Size Path Description EditorOWSUSER LastModifiedTime CollapsingStatus HitHighlightedSummary...
by Chris Hettinger | Apr 12, 2012 | Development, Powershell, SharePoint
Here is a handy script that will export all farm solution .wsp and .cab files at once: [sourcecode language=”powershell”] Add-PSSnapin Microsoft.SharePoint.PowerShell $farm = Get-SPFarm $farm.Solutions |...
Recent Comments