Podcast
Episode 208 – Oisin Grehan and Keith Hill talk about the PowerShell Community Extensions
Listen to this Episode
Audio available
A Podcast about Windows PowerShell.** Listen:
In This Episode
Tonight on the PowerScripting Podcast, we talk to Keith Hill and Oisin Grehan about the PowerShell Community Extensions (PSCX)
**
-
psexec.exe -s -i powershell_ise.exe
-
[Get-Culture](http://technet.microsoft.com/en-us/library/hh849930.aspx)
-
[Get-UICulture](http://technet.microsoft.com/en-us/library/hh849926.aspx)
-
about topic: [Logical Operators](http://technet.microsoft.com/en-us/library/hh847789.aspx)
-
if (Get-Culture -or Get-UIculture -eq "fr*"){#do stuff} this is the WRONG way
-
if (Get-Culture -eq "fr*" -or Get-UICulture -eq "fr*"){#do stuff}
**Â **
Interview
**Â **
Guests - Keith Hill and Oisin Grehan
Links
**Â **
-
[http://www.nivot.org/blog/post/2009/08/19/PowerShell20AConfigurableAndFlexibleScriptLoggerModule](http://www.nivot.org/blog/post/2009/08/19/PowerShell20AConfigurableAndFlexibleScriptLoggerModule)
The Question -
Superpower: Keith - Superman
       Oisin (first computer) -
**Â **
Chatroom Buzz
mwjcomputing: ## Did you have cmdlets that overlapped with Microsoft's base?
**justpaul: ## Is the goal to get the community extentions adopted into official PS cmdlets? Or is there a bit of a post-partem depression?**