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
-
Get-UICulture
-
about topic: Logical Operators
-
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
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?