Episode 208 – Oisin Grehan and Keith Hill talk about the PowerShell Community Extensions
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.