A Podcast about Windows PowerShell.
Listen:
In This Episode
This episode features PowerShell MVP, author, and scripting guru Jeff Hicks as a guest co-host and an excellent, information pack interview with PowerShell Quality Expert James Brundage.
News
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
- What’s going on at Sapien?
- PowerGui surpasses 200K downloads!
- Dmitry is also looking for input on PowerPack directions
- Windows 7 beta with new PowerShell bits. Â There is a blog post on the Group Policy team blog about using the new group policy cmdlets (http://blogs.technet.com/grouppolicy/archive/2009/01/14/introduction-to-windows-powershell-cmdlets-in-windows-7.aspx)
Interview
What can you really do with PowerShell? With Admin Script Editor the question becomes what can’t you do with PowerShell? Besides all the advanced code generating tools this is the only tool offering a true PowerShell Forms Desiginer. To illustrate what can be done the guys at iTripoli created a full-featured MP3/Podcast player written entirely in PowerShell and delivered as a single script. Check it out at adminscripteditor.com/player.
- James, tell us a bit about yourself, where you come from and how you ended up on the PowerShell team?
- What is a typical day like for you?
- I see you part of a PowerShell script club. Â How is that working out? What can you tell us about it?
- Being involved with testing and QA there must be times when you get to be a thorn in the sides of Jeffrey Snover, Bruce Payette and the rest. Â Deep down, secretly, doesn’t that feel good? Â But seriously, what is it like to work with them?
- I know you’ve developed a lot of testing tools for PowerShell, you’ve even shown them to me. Any chance some of them will be released to the community?
- Do you have any performance or benchmarking scripts that you can publish?
- James’s personal blog
Resources
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!
- Exclusive tip from Bruce Payette:Â Out-Default wrapper / URL launcher
- Brandon Shell gives us some Regular Expression Info and Tips for PowerShell
Tips
- Use PowerShell’s transcript feature to assist in learning PowerShell. Put Start-Transcript into your profile to start recording your entire PowerShell session. A great way to review your work, especially when trying to learn PowerShell from the beginning.
- Increase your Powershell history buffer by setting $MaximumHistoryCount to a value higher than 64. You may also want to change the command buffer in the window settings to match.
One-Liner
(dir $env:temp -r | measure-object length -sum).sum /1MB
Here is a PowerShell script to clean up your temp directory
In This Episode
This episode features PowerShell MVP, author, and scripting guru Jeff Hicks as a guest co-host and an excellent, information pack interview with PowerShell Quality Expert James Brundage.
News
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
- What’s going on at Sapien?
- PowerGui surpasses 200K downloads!
- Dmitry is also looking for input on PowerPack directions
- Windows 7 beta with new PowerShell bits. Â There is a blog post on the Group Policy team blog about using the new group policy cmdlets (http://blogs.technet.com/grouppolicy/archive/2009/01/14/introduction-to-windows-powershell-cmdlets-in-windows-7.aspx)
Interview
What can you really do with PowerShell? With Admin Script Editor the question becomes what can’t you do with PowerShell? Besides all the advanced code generating tools this is the only tool offering a true PowerShell Forms Desiginer. To illustrate what can be done the guys at iTripoli created a full-featured MP3/Podcast player written entirely in PowerShell and delivered as a single script. Check it out at adminscripteditor.com/player.
Resources
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!
- Exclusive tip from Bruce Payette:Â Out-Default wrapper / URL launcher
- Brandon Shell gives us some Regular Expression Info and Tips for PowerShell
Tips
- Use PowerShell’s transcript feature to assist in learning PowerShell. Put Start-Transcript into your profile to start recording your entire PowerShell session. A great way to review your work, especially when trying to learn PowerShell from the beginning.
- Increase your Powershell history buffer by setting $MaximumHistoryCount to a value higher than 64. You may also want to change the command buffer in the window settings to match.