Categories
How-To Software Technical

Renaming SharePoint 2013 Server

I spent sometime today renaming SharePoint 2013 Servers for a project I was pulled in on. It involved using PowerShell cmdlets and other administrative tasks. The project required me to “Clone” SharePoint farm servers to make template environments for demonstration and development task. I originally followed steps provided here: Renaming SharePoint then later streamlined the process so its […]

Categories
News Technical

street slang: cmdlet

A cmdlet (pronounced “command-let”) is a lightweight Windows PowerShell script that performs a single function. A cmdlet, which is expressed as a verb-noun pair, has a .ps1 extension. Windows PowerShell has over two hundred basic core cmdlets and had been extended to 1000’s due to administrators writing their own. Each cmdlet will have a help […]

Categories
How-To Software Technical

SharePoint 2010 – Updating Webpart Solution

Similar to my previous post SharePoint 2010 – Deploying Webpart Solution, the upgrade process of a Webpart Solution you have a few steps to take to make this all happen. As I did in my previous post: I copied the webpart to the local disk of my SharePoint 2010 server. Placing it in a folder […]