Jonathan Walz avatar

Jonathan Walz

Explore articles and content from this author

Jonathan Walz avatar

Jonathan Walz

1 article  •  326 podcast episodes

Podcast Episode 2 min

Episode 5 – PowerShell Hits a Million

A Podcast about Windows PowerShell.

- 

Introduction

Shout-out to Mark Allen for answering the challenge

- 

News

New AD cmdlets - the one step account creation works great

    - 

From the ScriptingNewswire, May 2007

Windows PowerShell guide for beginners

        - 

Downloadable and cmdlet-accessible graphical help for Windows PowerShell

    - 

/n software will be releasing NetCmdlets at TechEd next week

They are giving away free PowerShell stickers

Podcast Episode 2 min

Episode 4 – Get Data and Format the Output

A Podcast about Windows PowerShell.

News

- 

New PowerShell book in the works “Windows PowerShell: The Definitive Guide” by Lee Holmes’ (a developer on the PowerShell team) from O’Reilly they have an early access program http://shrinkster.com/p8l

- 

Windows Server 2008

- 

AD Cmdlets 1.0.2 released - http://shrinkster.com/p8e

Support for Vista and Server 2008

    - 

You now have the ability to create enabled user accounts

    - 

Dmitry’s PowerBlog - http://shrinkster.com/p8d

Podcast Episode 1 min

Episode 3 – Select, Set, Measure

A podcast about Windows PowerShell.

News

- 

Quest Software has released some beta cmdlets for managing Active Directory

- 

PowerShell Analyzer RC1 has been released

In this show I discussed the cmdlets:





- 
  Select-String


- 
  Set-Content


- 
  Measure-Command

Resources: PowerShell newsgroup Quest Software’s PowerShell cmdlets for AD management Tips:

- 

Quoting rules

- 

Double quotes - variables are expanded and can contain text right after it

- 

Uses of backtick or backquote `

Podcast Episode 1 min

Episode 2 – Filtering Cmdlets

A podcast about Windows PowerShell.

News

  - 

Windows Powershell will ship with Longhorn and will be available in Beta 3

  In this show I discussed the cmdlets:





  - 
    Where-Object


  - 
    Sort-Object


  - 
    ForEach-Object

Resources: PowerShell Analyzer An Introduction to Microsoft PowerShell -by Don Jones Tips:

  - 

Gettype()

  - 

Learn Aliases

Get-Alias

  One Liner:





  Select-String *.txt -pattern username | %{$_.line} | set-content username.log

Podcast Episode 1 min

Episode 1 – Fundamental Cmdlets

A podcast about Windows PowerShell.
In this show I discussed the cmdlets Get-Command, Get-Help and Get-Member.
Here is a great video discussion of these cmdlets by Jeffrey Snover. (updated to a newer version)
I also talked about a great Technet video by Don Jones about the PowerShell Pipeline.
For our first PowerShell moment I talked about $f= dir
The one-liner (full version) is:

Get-Content servers.txt | %{$x = net time $_ ; $x[0];If($x2.contains(“Local”)){$x2}} | Add-Content Servertime.txt

Podcast Episode 1 min

Episode 0 – Episode Zero

I have finally posted my first podcast

I started with Episode Zero because all collections in Powershell start with zero. This show is an introduction to the podcast, PowerShell and to scripting. I gave an overview of the segments that will be featured in upcoming podcasts as well as my reasoning behind them.

You can find the Windows PowerShell homepage at http://microsoft.com/powershell.

PowerShell Help 1.1 can be downloaded from http://www.sapien.com/software/communitytools.

I hope you enjoy my first attempt at podcasting. If the link at the right doesn’t work for you to subscribe you can go directly to http://feeds.feedburner.com/Powerscripting and click one of the links or paste the URL in your podcatching software.