2 responses to “WPF From PowerShell – Updating Windows”

  1. Dew Drop - May 9, 2008 | Alvin Ashcraft's Morning Dew

    [...] WPF From PowerShell – Updating Windows (Joel Bennett) [...]

  2. stej

    Great WPF sample(s). I hope you will continue :)
    One note: [DateTime]::Now.ToString(“hh:MM.ss”) should be maybe [DateTime]::Now.ToString(“hh:mm.ss”).

    I think WPF will persuade many people to start with Powershell.