Tag: PowerShell
I played around with Win Server 2012 over the beta period but nothing serious. Now that it is in Release Candidate mode I made the decision to ramp up …
The SharePoint 2010 Management Shell shot me this message earlier this week. I was logged on as a local administrator and farm administrator to boot. I was able to …
I caught this little gem (Update-Gac.ps1) on the PowerShell Team blog while I was catching up on posts. This script will Ngen the PowerShell assemblies for a quicker start …
Here is one more feature-related PowerShell script to quickly display which features are active based on a given SharePoint url. This script takes a SharePoint end point (url) as …
As stated in my previous post, GetFeatureDefinition – A SharePoint PowerShell Function, I have been working on deploying a solution that contained multiple features which lead me down the …
I cant believe I have not posted this simple PowerShell function. I have been doing some packaging of features and solutions lately so many of my feature-related scripts come …
For those that attended OFC07-TLC – Thanks! Here are the files and slide deck for OFC07-TLC Building Windows PowerShell Cmdlets for Microsoft SharePoint. The demo builds a simple Get-Web …
In my post “Five Simple But Powerful PowerShell Functions/Filters for SharePoint” I demonstrated five functions and filters that when stung together allowed you to access many of the key …
Find me in Bloomington, Illinois in January. I will be speaking at the Bloomington .NET User Group on January 8 2008. I will be covering SharePoint and PowerShell ( …
To start out, a function in PowerShell is similar to a function in any other development language. (See my last post “Commands in PowerShell” for a little PowerShell basics …