Monthly Archives: November 2013

Windows Azure Poster

Windows Azure Poster

Rate this:

Tagged with:
Posted in Computers and Internet

SharePoint Search Results – View Plain XML output

<?xml version=”1.0″ encoding=”UTF-8″?> <xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform”&gt; <xsl:output method=”xml” version=”1.0″ encoding=”UTF-8″ indent=”yes”/> <xsl:template match=”/”> <xmp><xsl:copy-of select=”*”/></xmp> </xsl:template> </xsl:stylesheet>

Rate this:

Tagged with:
Posted in Microsoft SharePoint Server

Load Query Suggestions Script

#Set up default variables $csvfile=”C:\data\SearchSuggestions.csv” $ssa = Get-SPEnterpriseSearchServiceapplication -Identity “Search Service Application” #Create Lists from each item in CSV file $csvData = Import-Csv $csvfile foreach ($line in $csvData) { New-SPEnterpriseSearchLanguageResourcePhrase -SearchApplication $ssa -Language en-US -Type QuerySuggestionAlwaysSuggest -Name $line.Suggestion } $timerJob

Rate this:

Tagged with:
Posted in Microsoft SharePoint Server

SPSecurityTrimmedControl

<SharePoint:SPSecurityTrimmedControl PermissionsString=”BrowseDirectories” runat=”server”></SharePoint:SPSecurityTrimmedControl>

Rate this:

Tagged with:
Posted in Microsoft SharePoint Server
Antek Group Blog
Categories