Retrieving All Changes Done to a SharePoint List using PowerShell

In this article, we will learn how we can use PowerShell to retrieve all changes that have been done to any SharePoint list of document libraries. We will extract information about what the change was (Update settings, Add document, etc), who did the change, as well as when the change was done. We will also be […]

Read More Retrieving All Changes Done to a SharePoint List using PowerShell

Get Search Results in SharePoint 2013 using PowerShell

I’ve started playing with some of the search APIs in SharePoint 2013 lately, and wanted to transpose my experiments into PowerShell to see just how easy it was to do. I have been developping a C# client that runs directly on the server, prompts the user to enter a keyword and lists all search results […]

Read More Get Search Results in SharePoint 2013 using PowerShell

Manage Health Analyzer Rules in SharePoint 2013 using PowerShell

We all know and hate the Health Analyzer that comes with SharePoint 2013 out-of-the-box.​ The Health Analyzer is a nice concept that Microsoft introduced back in SharePoint 2010, but it quickly becomes more annoying than anything. It is there to help you keep in line with the best practices that have been established by Microsoft, […]

Read More Manage Health Analyzer Rules in SharePoint 2013 using PowerShell

Initiate the Visio Graphics Service Application in SharePoint 2013 using PowerShell

​In this article, we will learn how we can generate a new instance of the Visio Graphics Service Application in SharePoint 2013 using PowerShell. Currently, SharePoint 2013 (with the December 2014 Cumulative Update) offers 13 different PowerShell cmdlets that are related to the Visio Graphics Service. If you are ever interested, this full list of […]

Read More Initiate the Visio Graphics Service Application in SharePoint 2013 using PowerShell