A Podcast about Windows PowerShell.
Listen:
In This Episode
Tonight on the PowerScripting Podcast we are joined by PowerShell MVP Oisin Grehan to talk about managing SharePoint with PowerShell.
News
This segment is brought to you by Idera:
Want to make Windows PowerShell easier than ever to learn and master? Checkout Idera's PowerShellPlus Professional Edition which is now available for download! The new version has vastly improved code completion and a slick interactive Learning Center. Go to www.idera.com/PodcastPeople to get your copy today!
- More information is coming out about PrimalScript 2009Â it includes a PowerShell profile manager
- Bruce Payette is working on PowerShell In Action 2nd Edition and you can get early access
- IIS7 PowerShell provider has reached RC1 stage
InterviewÂ
This segment is brought to you by SAPIEN TechnologiesOur interview this week is with PowerShell MVP Oishin Grehan and we cover SharePoint
- Questions from the audience
- glnsize : ## do you use the web services or load the assemblies?
- finked : ## Anything new in Excel Services?
- glnsize : ## were do you see powershell fitting into sharepoint? Â dev, admin
- glnsize : ## are you using the new webservices cmdlets in v2?
- rfoust : ## do you have a sharepoint/powershell blog?
- rfoust : ## is there a good "getting started" guide for people new to sharepoint but not new to powershell?
- rfoust : ## any idea where sharepoint/poweshell is going in the future?
- glnsize :Â ## what is involved in "writing a provider"?
- halr9000 : ## what does nivot mean?
- halr9000 : ## Can you go into the BITS module blog post?
- Links mentioned
Â
Resources
Â
When it comes to scripting, you’re a warrior. But mighty warriors need mighty tools! For awesome PowerShell scripting, nothing matches the might of Quest’s PowerGUI. Versatile and easy to use, PowerGUI helps you build commanding scripts that leverage PowerShell’s strength across the enterprise. Now, ruling your domain is easier than ever.
Is your scripting might equal to the challenge? Put the power in your hands – download PowerGUI today
Â
- Show-Menu function: an easy way to create console-based multiple-choice menus.
- Be sure to download the required Scripting module from here first.  Thanks to listener Jason Archer for finding it.
- What is required to use Invoke-VMScript?
- PowerBoots example from Karl Prosser
- Brandon Shell gives us info on functions and why they are important
- Five simple functions for SharePoint
- Richard Siddaway shows us a new way to create hash tables
- Robbie Faust posts his PowerShell RegEx quick reference script
TipsÂ
- Pasting PowerShell scripts into blog posts
- Â
- Lee Holmes'Â Set-ClipboardScript script
- Andy Schneider adds to it with the "thinned html" option in MS Live Writer
- Hal points out the Code Snippet plugin for Live Writer
- Thomas Lee shows us way to run cmd.exe within PowerShell
- V2: Get-Alias -Definition parameter
One-Liner
PS > Get-Module -list | fl name, description