Listen:

In This Episode
Tonight on the PowerScripting Podcast, we talk to Brian and Ben from DevFarm about PowerWF and PowerSE
News
Â
Â
- MVP Sean Kearney just had an interview with Talk Technet
- The PowerShell team announces the first ever PowerShell Deep Dive Conference!
- Book News:
- Software news:
- The 2011 Scripting Games Study Guide is out
Interview
Â
- PowerWF:Â http://powerwf.com/
- PowerSE:Â http://powerwf.com/products/powerse.aspx
Â
Chatroom Buzz:
21:47 <RavikanthChaganti> ##Can we extend the editor features? Is there a public SDK?
This segment is brought to you by SAPIEN Technologies
- Profiles in PowerShell
- Shay (re)found a very cool PowerShell sidebar gadget
- Cool script to remove local profiles
- Dmitry links to a video showing how to change VMware attributes using PowerGUI
- Another one from Shay: Netstat for PowerShell
- Ravikanth Chaganti has release a free eBook WMI Query Language via PowerShell
Feedback
I have written my first script. From Jerry Lee Ford Jr’s book, the script is the knock knock joke. And when I run it I get the message “execution of scripts is disabled on this system. Please see get-help about-signingâ€.
So of course I want to run the script right away and so I type “get-executionpolicyâ€Â and I see that it is restricted. So I “set-executionpolicy remotesignedâ€.
 So finally my question, can I leave “executionpolicy remotesigned†?  Do I need to be concerned about security? Would I be better off to sign all my scripts?
 Thanks,
Bob