It is always handy to have an automated script to perform task for you. Manual click vis SSMS could be tedious and prone to error. […]
Setting up Subscription Setting – SharePoint 2013
[sourcecode type=”powershell”] $appPool = Get-SPServiceApplicationPool "SharePoint Web Services Default" $appSubSvc = New-SPSubscriptionSettingsServiceApplication –ApplicationPool $appPool –Name "Subscription Settings Service Application" –DatabaseName Settings_Service $proxySubSvc = New-SPSubscriptionSettingsServiceApplicationProxy –ServiceApplication […]
Javascript to trigger Connect to Outlook feature in SharePoint 2013
For usability, you may need to include buttons for users to download SharePoint calendar instance to MS Outlook in your custom application page. Adding this […]
Visual Studio 2012 does not have SharePoint 2013 template
Funny thing occurred when i try to open Visual Studio 2012 and there is no Project Template for SharePoint 2013. If you are having the […]
How to configure AppFabric Caching Memory Usage
In the server that runs the AppFabric Services. Open the Windows Menu and type “SharePoint 2013 Management Shell” and run as Administrator Enter the following […]
SharePoint 2013 Pre-requisite Error – Application Server Role and Web Server (IIS) Role
Bumped into this error when trying to manually setup SharePoint 2013 pre requisite installation. The Configuration stopped at step Configuring Application Server Role and Web […]
Setting up a Single-box SharePoint 2013 Virtual Machine.
First thing first, below are some files which you would need in order to setup your own SP2013 Environment. VMware Workstation 9 – here SharePoint […]
namespace ‘xsd’ error when saving SharePoint Navigation
I bumped into this error when trying to set target audience for SharePoint Publishing Navigation. This issue happened only on IE 10, if i used […]
Show Dialog Modal in SharePoint 2013
The quick way to open a sharepoint 2013 dialog modal form is via Javascript below [sourcecode language=”javascript”] function OpenPopUpPage(url, callback, width, height) function OpenPopUpPageWithTitle(url, callback, width, height, title) […]
SharePoint 2013 – Newsfeed not showing anything.
After successfully setup my User Profile Services + User Profile Synchronisation Services. I then setup “My Site” in which you need to manually create a […]