A Podcast about Windows PowerShell.![]()
-
Introduction
-
Welcome to Hal Rottenberg! Check out his blog
-
-
News
-
VMWare “gets it”! VI PowerShell blog
- ex: Get-VM | where { $_.state -eq “poweredOn” } | Stop-VM
- Post from $hay@Israel’s $cript Fanatic blog about Sapien
- Cmdlet of the week
- select-object – BSonPoSH’s article on creating custom objects
- and a follow up article
- select-object – BSonPoSH’s article on creating custom objects
- Resources
- /\/\o\/\/’s blog post about the Channel 9 videos
- PowerShell Newgroup
- Tips
- Your $Profile – part 1 – here’s a great article that BSonPoSH linked to in the comments
- One-liners
- $tempfile = [System.IO.Path]::GetTempFileName() #obtains a unique temp file –guaranteed not to clobber!
- Gotchas
- Subexpressions – “This is some text $($server.name)”
- Our Facebook group
Thanks for listening! Please send us you feedback.
CLICK HERE TO SUBSCRIBE!
[...] PowerScripting Podcast – Episode 8 , This time joined by Hal Rottenberg . [...]
[...] not the only one by a longshot. Yesterday evening I was at home listening to the most recent PowerScripting Podcast where they announced that VMWare “gets it”. VMWare announced recently at their recent [...]
Listening to the Podcast…
Here is a good link on Profiles
http://www.codeplex.com/PsObject/Wiki/View.aspx?title=Configuration&referringTitle=PSH%20Community%20Guide
p.s. Thanks for the shout out
Also… I did a followup on Select-Object here
http://bsonposh.com/modules/wordpress/?p=26
I found a nice elaboration on the Get Temp File oneliner on Kirk Jackson’s blog:
PowerShell temporary file – tmpnam / File::Temp