Listen:
In This Episode
Tonight on the PowerScripting Podcast, we talk to Kirk Munro from Quest Software about PowerGUI Pro and the 2010 PowerPack Challenge!Â
News
Execute commands and scripts from anywhere including the office and remote locations, as well as from a Web browser or smart phone with PowerGUI Pro from Quest Software. With the MobileShell feature, administrators can quickly run commands to troubleshoot problems or make changes, even when away from your desk! This gives teams more flexibility to work remotely while traveling, and to leverage admins from other offices in case of an emergency.
·         Execute queries remotely to determine if services or processes are running
·         Restart services, processes, or entire servers
·         Check mailbox settings
·         Unlock user accounts
·         Reset passwords
·         Run custom scripts
Visit quest.com/powerguipro and see why PowerShell and Quest PowerGUI are the ultimate Windows management tools.
- Central Ohio PowerShell User Group next meeting: Oct 27th
- There are plans in the works for PowerShell sessions during the Worldwide Online TechDay 2010
- Automating Administration with Windows PowerShell 2.0
- Congrats to our new PowerShell MVP: Efran Cobisi from PowerShell.IT
Â
Interview
Our interview is brought to you by SAPIEN Technologies, makers of PrimalScript and PrimalForms.
Links:
- PowerGUI Add-ons:
- PowerGUI Challenge 2010
Chatroom Buzz
- <cruz_daniel> Can the version control features in PowerGUI Pro help keep a consistent scripting environment from multiple places? Home, Work, Laptop etc.
Hero -Â Taskmaster
Resources
This segment brought to you by ServerFault.com
- Use PowerShell to scan ports on multiple hosts
- PowerWF tutorial:Â Integration with Service Manager
- Did you know Quest’s AD cmdlets now include support for automating PKI?
- Kirk Munro explains how to create add-ons for PowerGUI
- New Technet page lists PowerShell “features” offered by various product groups within Microsoft
- Don Jones is working on a PowerShell punctuation cheat sheet
Tips
- Carl writes to the podcast:
- for (;;){Sleep -s 5; netstat -an | ss “TIME_WAIT” | ss “:443” | mo -line}
- Aaron H writes to the podcast:
- Use Start-Transcript in your profile and have it write to a network share with your username, date, etc. in the filename.
- Use Write-Verbose to comment a script
- Grab a user logged on by grabbing the username of the explorer.exe process.
- Greg reminds us that both the forward and backwards slash will work as path separators
- Gregg-with-two-G’s says to go to SQL Saturday!
- Ken says:
- You can find lots of goodies in Twitter, especially by following Hal & Jon, as well as @alexandair/powershellmvp
- get-help * | %{get-help $_.name -full >”c:posh$($_.name).txt”}
- Jan has some tips for how to create graphs using visifire and PowerShell
Thanks to everyone who entered! Congratulations to our winners who receive a copy of Lee Holmes PowerShell Cookbook, 2nd. Ed.! The winners are:
- Bud P.
- Aaron H
- Ken M.
- Carl P.