Up Next Jeffery Hicks and his newest book Managing AD with Windows PowerShell

13 04 2011

On this week’s show (4/14/11 @ 9:30pm EST right here on Ustream!), we’ll be talking to Jeffery Hicks about his new book! Learn more about Jeffery on his webpage.

 

Be sure to drop by the Ustream channel Thursday so that you can post questions for Jeffery and interact with your fellow PowerShellers!





Episode 144 – Kirk Munro from Quest on Automating Visio with PowerShell

11 04 2011
A Podcast about Windows PowerShell.
Listen:

In This Episode

Tonight on the PowerScripting Podcast, we talk to Kirk Munro from Quest Software about automating Visio with PowerShell

News

This segment brought to you by Start-Automating

 

Start Scripting to Your Fullest Potential.  At Start-Automating, we can help you unleash the full Power of PowerShell V2.  You can use our deep PowerShell expertise to build rich PowerShell solutions, or we can train you to use PowerShell like a pro. Isn’t it time you Save-Time, Save-Money, and Start-Automating?  Find out more at Start-Automating.com.

 

Interview

This segment is brought to you by PowerGUI Pro with MobileShell, Version Control, and Easy Remote Script Execution.


At Quest we are passionate about Windows PowerShell. PowerGUI Pro enables organizations to harness the power of PowerShell without the expense of training and custom scripts and applications. PowerGUI Pro solves issues regardless of the time and place by using MobileShell to remotely manage your infrastructure. Ensure scripting best practices by leveraging integration with popular Version Control systems. Automate against thousands of computers using Easy Remote Script Execution. Get PowerGUI Pro at quest.com/powerguipro

Links:

Chatroom Buzz:

First Computer: TRS-80

Resources 
Tips

This segment brought to you by ServerFault.com





Episode 143 – Chris Harris from Microsoft on SCOM 2012

7 04 2011
A Podcast about Windows PowerShell.
Listen:

In This Episode

Tonight on the PowerScripting Podcast, we talk to Chris Harris from Microsoft about System Center Operations Manager 2012!

News

This segment is brought to you by PowerGUI Pro with MobileShell, Version Control, and Easy Remote Script Execution.


At Quest we are passionate about Windows PowerShell. PowerGUI Pro enables organizations to harness the power of PowerShell without the expense of training and custom scripts and applications. PowerGUI Pro solves issues regardless of the time and place by using MobileShell to remotely manage your infrastructure. Ensure scripting best practices by leveraging integration with popular Version Control systems. Automate against thousands of computers using Easy Remote Script Execution. Get PowerGUI Pro at quest.com/powerguipro

Interview

This segment brought to you by Start-Automating

 

Start Scripting to Your Fullest Potential.  At Start-Automating, we can help you unleash the full Power of PowerShell V2.  You can use our deep PowerShell expertise to build rich PowerShell solutions, or we can train you to use PowerShell like a pro. Isn’t it time you Save-Time, Save-Money, and Start-Automating?  Find out more at Start-Automating.com.

 

Links:

 

Chatroom Buzz:

21:47 <Start-Automating> ## are you deprecating or removing your old commands?

21:50 <RavikanthChaganti> ## Is there a way we can pull the OpsMgr alerts and perf numbers from a VISIO diagram? 
21:52 <esacteksab> ## monitoring other devices, any intentions for storage arrays?  NetApp has Powershell SDK. 
21:52 <esacteksab> ## F5 BigIP also supports PowerShell, any intention to hook inot that API?
21:56 <treym1112-1> ## Will SCOM 2012 deliver any new features associated with monitoring cross platform?
21:58 <treym1112-1> ## Does the new 2012 design and the removal of the Root Management Server provide support for a larger number of Windows and Web Console users? 
Superhero: Jesus

Resources

 

 


Tips

This segment brought to you by ServerFault.com


Feedback

This one is from Aaron Nelson aka SQLVariant:

I have a PowerShell question for you gurus. I know precisely how to do this in SQL, but I’m only kinda-sure how to do this in PowerShell.

My question is how do you contain an OR to only a certain portion of a Where-Object? In SQL all you have to do is put parens around the clauses and that will make their results act as one ‘where’ clause. In PowerShell all I could think to do is to break it up into multiple Where-Object statements. There has to be a better way to do this right?

SQL Example:

WHERE (NAME LIKE ‘%SQL%’

       OR NAME LIKE ‘Reporting%’)

   AND StartMode = ‘Auto’

   AND Started != ‘True’

PowerShell Example (that doesn’t work)

Get-WmiObject win32_service -ComputerName AARON |

Where {$_.name -match “^*SQL*” -or $_.name -match “Report”} |

Where {$_.StartMode -eq “Auto” -and $_.Started -ne “True”} |

Select SystemName, Name, StartName, Started, StartMode | Ft -a

Hal’s answer: 

Review the Operator Precedence help page, you’ll see that -and -or are near the bottom, so you need parentheses to make this work. For example:

get-stuff | ? { ($_ -gt $x) -and ($_ -ne $y) }





Up Next Chris Harris as he will be talking about the release of Operations Manager, SCOM 2012

29 03 2011

On this week’s show (3/31/11 @ 9:30pm EST right here on Ustream!), we’ll be talking to Chris Harris from Microsoft about the release of System Center Operations Manager 2012!

Be sure to drop by the Ustream channel Thursday so that you can post questions for Chris and interact with your fellow PowerShellers!





Sorry, we have to cancel the show for this week

24 03 2011

Due to unforeseen circumstances in each of our families neither one of us is available to record tonight. We had some great guests lined up that we will be working to reschedule with as soon as we can coordinate schedules.

Hope to see you in the chat next week,

Jonathan





Episode 142 – Richard Giles from Idera on PowerShell Plus

21 03 2011
A Podcast about Windows PowerShell.
Listen:

In This Episode

Tonight on the PowerScripting Podcast, we talk to Richard Giles from Idera about PowerShell Plus!

News

This segment is brought to you by Start-Automating
Start Scripting to Your Fullest Potential.  At Start-Automating, we can help you unleash the full Power of PowerShell V2.  You can use our deep PowerShell expertise to build rich PowerShell solutions, or we can train you to use PowerShell like a pro. Isn’t it time you Save-Time, Save-Money, and Start-Automating?  Find out more at Start-Automating.com.

Interview

This segment brought to you by SAPIEN Technologies
Links:

Chatroom Buzz:

<RavikanthChaganti> ## is there an public SDK we can use to extend the editor features?
<aleksandar> ## what was the most requested feature for this version of PSP?
<ChadMiller> ##What do you feel is the one feature which sets Idera editor apart from other editors
<aleksandar> ## what is the most requested feature for the next version?
<aleksandar> ## is there a plan to introduce source version control support in the next version?
Superhero: Flash

Resources


Tips

This segment brought to you by ServerFault.com





Episode 141 – The PowerShell Deep Dive Conference with Jeffrey Snover and Kenneth Hansen

14 03 2011
A Podcast about Windows PowerShell.
Listen:

In This Episode

Tonight on the PowerScripting Podcast, we talk to Jeffrey Snover and Kenneth Hansen about The PowerShell Deep Dive Conference

News

This segment is brought to you by Start-Automating

 

Start Scripting to Your Fullest Potential.  At Start-Automating, we can help you unleash the full Power of PowerShell V2.  You can use our deep PowerShell expertise to build rich PowerShell solutions, or we can train you to use PowerShell like a pro. Isn’t it time you Save-Time, Save-Money, and Start-Automating?  Find out more at Start-Automating.com.

 

Interview

 

Links:

 

Chatroom Buzz:

<JefferyHicks> ##How many people are working on PowerShell?
<MarkDW> ## is there anything more you can tell us about V3? Progress/Status/timeline, new features, etc.
21:41 <ChadMiller> #why not release /w .NET releases like the other programming languages?
21:42 <RavikanthChaganti> ##so, when is next version of Windows coming? 😛
21:42 <JefferyHicks> ##Any plans for enterprise level case studies on PowerShell adoption?
21:42 <adamdriscoll> #Why was it not a language natively available in Visual Studio
21:43 <Jaykul> ##Is there any reason the ISE couldn’t be decoupled from PowerShell versions?
21:48 <RavikanthChaganti> ## Is there a module marketplace (or something like that) coming up for PowerShell? and any plans for module validation/certification?

21:49 <lizaoreo> ## What about adding Intellisense to the ISE?
21:54 <MarkDW> ## will there be an RC for V3 like you did for V2?

21:54 <mkline> Are there going to be “regular” powershell sessions at TEC 2011 that are not part of the deep dive
21:55 <JefferyHicks> ##are there any plans to help the PASH initiative or is the ball in their court?
22:01 <BartekB> ## Any plans for DeepDive with team members in Europe this year?

22:01 <MarkDW> ##Any plans for a text editor feature like edit or vi? 

22:01 <Poshoholic> ## It would be wonderful if the PowerShell Team members could share the scripts that they use day to day without necessarily putting them through a huge process for testing, quality, etc.

 

22:12 <JefferyHicks> ##have all the sessions been picked and if so are they psoted?

22:16 <Toshana-1> ##Is thre going to be any round table type events, or just presentations.
22:16 <BartekB> ## Is it going to be recorded and posted like TechEd sesstions?

22:16 <bbnetman> ## does anyone know or can take an estimated guess of the powershell user base at this point?

 

22:16 <toenuff> ## What is the coolest thing you’ve seen done with PowerShell over the years?

Superhero: Kenneth – Superman





The Scripting Games Are Coming!

14 03 2011

2011 Scripting Games badgeThe 2011 Scripting Games begin on April 4, 2011 and run through April 15, 2011. What is the Scripting Games, you may ask? Well simply put, the Scripting Games are the premier learning event of the year for IT Pro’s and others who wish to master Windows PowerShell. Comprising 10 events, a registered contestant has seven days to create a solution to a scenario driven problem and post their code to a MVP maintained script repository for evaluation by a panel of internationally recognized judges. Daily leaderboards and prize drawings help to maintain the suspense throughout the two-week international event.

During the 2011 Scripting Games hundreds of contestants will submit thousands of scripts that will be reviewed by dozens of judges. Hundreds of thousands of spectators from all around the world will view the games themselves. Last year, participants from more than 100 countries participated in the Scripting Games. With an emphasis on real world scripting scenarios and problems, the scripts will be of immediate value to both the participants and to the spectators.

Preparation for the 2011 Scripting Games is already underway, with a learning guide, step-by-step tutorials, videos and other resources being generated on a daily basis. The 2011 Scripting Games all in one page is the portal for the games themselves. The 2010 Scripting Games all in one page is still available, as are the events from the 2009 Scripting Games.

àAction: Grab the 2011 Scripting Games badge and display it on your blog to show your support for the games.





PowerScripting Podcast News

22 02 2011

Hi everyone. We just wanted to let you know what our show schedule will be like for the next couple of weeks. There won’t be a live show this week or next (2/24, 3/3). However—we will be releasing shows! Hal will be at the Microsoft MVP Summit next week and will be bringing recording gear. Yes, that’s right, Hal and a bunch of other like-minded geeks in the same room talking about PowerShell.

No absolute promises on timetable or topics, but at the very least, we hope to record:

  • Interview with Oisin Grehan (and maybe others) to talk about PowerShell & NuGet
  • Perhaps a PowerShell v2 SDK deep dive
  • MVP roundtable (this is the easy one!)

Watch the website, rss, and Twitter IDs @halr9000, @jonwalz, and @powerscripting for the latest!





Episode 140 – Scripting Guy Ed Wilson

20 02 2011
A Podcast about Windows PowerShell.
Listen:

In This Episode

Tonight on the PowerScripting Podcast, we talk to Scripting Guy Ed Wilson about the 2011 Scripting Games!

News

This segment is brought to you by Start-Automating

 

Start Scripting to Your Fullest Potential.  At Start-Automating, we can help you unleash the full Power of PowerShell V2.  You can use our deep PowerShell expertise to build rich PowerShell solutions, or we can train you to use PowerShell like a pro. Isn’t it time you Save-Time, Save-Money, and Start-Automating?  Find out more at Start-Automating.com.

 

Interview

 

Links:

Chatroom Buzz:

21:47 <jonwalz-1> You can’t see it but Hal is wearing a cool Indiana Jones shirt
21:48 <halr9000> why thank you jonwalz-1 
21:48 <halr9000> got it from Disney
21:52 <ChadMiller-1> +1 Scripting Wife is awesome
21:53 <SQLvariant> Do I get to go in the Beginner category since I’ve never participated in the Scripting Games before?  🙂
21:57 <halr9000> that’s what we need in a scripting guy: a PowerShell Bigot
21:59 <Start-Automating> Ed, Boots and WPK are (slowly) merging
21:59 <jasonmarcher> like two galaxies
22:06 <halr9000> ha! I love mixed metaphors!
22:06 <halr9000> gotta rein that train in!
22:07 <halr9000> my own original: You don’t want to be the third wheel in a two horse race
22:10 <jonwalz-1> who’s going to grade the vbscripts?
Resources

This segment is brought to you by SAPIEN Technologies

Tips








Design a site like this with WordPress.com
Get started