First thing first, below are some files which you would need in order to setup your own SP2013 Environment. VMware Workstation 9 – here SharePoint […]
Configuring SharePoint Calendar Overlay using Powershell
When comes to deployment, my always first rule is to automate the deployment steps. You could always use site backup and restore for deployment. But […]
Adding Powershell Script inside XML
At times, you will require to read your data in XML format using Powershell Script. Possible reason to do that is such that you can […]
SPListItem.Delete Best Practise – SharePoint SPList
Today, My Client has a new requirement to delete certain records from a SharePoint Custom List which contains 80+ k of items. First thing came […]
Simple Web Services call using PowerShell
At times, you will be requiring to test your web service if it is working. To do that, simply fire up your PowerShell and run […]
FAST Search Keyword Query with Scope using Powershell
Just wanted to share the following script of mine. Hope it helps. [sourcecode language=”powershell”] #Parameters #-scope : The search scope that you defined in Central […]
Event ID 3760 – SharePoint Foundation – SQL Database not found
Exception [sourcecode] SQL Database ‘YOUR DATABASE_FOLLOWED BY GUID’ on SQL Server instance ‘YOUR INSTANCE’ not found. Additional error information from SQL Server is included below. […]
SharePoint Calendar Connect to Outlook is not working. Events not synchronized
I came across this funny issue when my client is trying to download/synchronize SharePoint calendar events to his MS Outlook. The calendar instance is added […]
Turn on/off/ondemand Developer Dashboard of SharePoint 2010 using Powershell
Honestly, I personally prefer using Powershell than the old traditional Command Prompts. (no offense to those CMD lovers =X ). It will come to this […]
Add SPUser to SPGroup using Powershell
Adding user to SharePoint group manually is a painful process. Not to mention if you have tons of users using your SharePoint site. To make […]