Creating a Graphical User Interface with PowerShell for SharePoint

In this blog post I will be covering 2 very important topics both related to developing cool PowerShell scripts for your SharePoint 2013 farm environments​. The first topic that will be covered by this post is the ability to create Graphical User Interfaces with Powershell. You need to understand that PowerShell is built on top of […]

Read More Creating a Graphical User Interface with PowerShell for SharePoint

Identify SharePoint Farm Version

With SharePoint, there is a very handful tip I keep forgetting about, and that let’s you easily determine the exact build number of any given SharePoint farm. The platform exposes a Configuration Link Endpoint that let’s you get this information by simply appending ​/_vti_pvt/service.cnf to any web URL on your site. For example, to determine […]

Read More Identify SharePoint Farm Version