Tag: PowerShell
Commands do the work in PowerShell. Its that simple yet when I speak about PowerShell and SharePoint there always seems to be some confusion on what a command is. …
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 …
As promised here are the PowerShell scripts I used in my session at ITForums in Barcelona Spain. PS_SPDemoCode.zip If you want to follow along with the demo script (demoScript.txt) …
In SharePoint and PowerShell Demo – Part 1 we looked at a custom cmdlet, Select-FeatureDefininition, which took a string value of an unknown Feature Id and returned the associated …
I am not surprised at the number of well-known people in the SharePoint community who confessed they have heard of PowerShell (or Monad) but have only played with it. …
PowerShell is Microsoft’s newest command line and scripting tool. Formerly code-named “Monad” PowerShell combines the terseness of a scriptable shell with power of objects , composition and a pipeline …