PowerScripting Podcast – Bonus Episode – TechEd Day1

11 06 2008

A Podcast about Windows PowerShell.

Listen:

Hal gives us an update from day 1 of TechEd08. Enjoy!




Episode 29 – Exchange with Ilse Van Criekinge

8 06 2008

A Podcast about Windows PowerShell.

Listen:

In This Episode

  • Today we’ll be speaking to noted Exchange MVP, trainer, and author Ilse van Criekinge.  Also on tap: news, resources, and a bunch of PowerShell tips for you.

News

The news is brought to you by Sapien Technologies.

  • From the GPOGUY we get two new cmdlets get-SDMADTombstone and restore-SDMADTombstone – blog post: PowerShell Hits the Morgue
  • PowerShell sill be big at TechEd next week
  • Oisin has released a new Codeplex project he has been working on called PSMobile.  This is a PowerShell provider for your Windows Mobile phone.  Features include:
    • Copy, Move, Delete items between folders on your device (including Storage Card) with standard PowerShell Cmdlets
    • Move/Copy files to/from your device and your desktop with ConvertTo-WMFile and ConvertFrom-WMFile
    • Get device information and manipulate and explore the registry with a rich device object returned from Get-WMDevice

Interview

Our interview today is brought to you by Quest Software.

For a limited time, Quest is offering Powerscripting Podcast listeners a free copy of Jeffery Hicks upcoming book, Managing Active Directory with Windows PowerShell: TFM from Sapien Press.

Go to www.quest.com/powerscripting to register for your copy and download their free graphical user interface, script editor and Active Directory commands.

On Skype with us today is Ilse van Criekinge.  Ilse is the founder of Pro-Exchange, a resource for Belgian Exchange professionals.  She is the co-author of "Exchange Server 2007 Messaging Design and Deployment Study Guide", and author of Exchange Management Shell: TFM.  She was given a Microsoft MVP award for her work in the Exchange Server community.  Ilse is currently a trainer at Global Knowledge where she teaches classes on Exchange and other MS products.

Here are some rough notes from the interview:

Resources

Tips

The tips are brought to you today by iTripoli.

"Admin Script Editor provides a true integrated scripting environment for PowerShell.  Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and more.  Let’s not forget about the exclusive PowerShell forms designer. What’s coming up? Soon its innovative and feature-rich ScriptPackger tool
will offer support for the dynamic installation of cmdlets! Come see for yourself– Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com."

  • Hal’s struggle with untruncated strings
    • "ls | ft Mode, LastWriteTime, Length, FullName -auto |out-file test.txt -width 1000000"
      As long as you put -auto on the format-table, it doesn’t space-pad the lines to the full width, so the file size is only as big as it needs to be to make the data fit in the columns

  • Working with type extensions
  • From Hal: PowerShell + VMware Script: Get-HostHealth.ps1
  • From the $cript Fanatic blog we learn that it’s faster to select and then sort

Gotcha

Closing

Please send us feedback!  You can send email to feedback@powerscripting.net, leave us reviews and vote for us on iTunes and PodcastAlley, blog comments and anywhere else you find us.

Don’t forget to visit www.quest.com/powershell to get the free book offer.

Other ways to interact with us: Facebook Group (forums, networking), Twitter (jonwalz & halr9000)





    Episode 28 – Jeffrey Snover talks about WinRM

    1 06 2008

    A Podcast about Windows PowerShell.

    Listen:

    In This Episode

    We have a great show for you guys today.  Several weeks back we had Jeffrey Snover on the show.  We had teased at the time that there was a third portion to the interview that deals with WinRM and WS-MGMT.  We’re going to play that today for you.  Also on tap: news, resources, and a bunch of PowerShell tips for you.

    News

    The news is sponsored by Sapien Technologies.

    • BGShell now has a Codeplex page
    • Microsoft Forefront 2008 (code-named Stirling) looks to be built on PowerShell. Here’s a blog post.
    • PowerShell Plus supports the new CTP2 STA feature
      • This is big because it allows for you to play with all of the new WPF stuff we’ll be talking about later in the show.

    Interview

    Admin Script Editor provides a true integrated scripting environment for
    PowerShell.  Advanced features include an integrated PowerShell debugger,
    advanced code generating tools for Active Directory, Databases, XML files
    and more.  Let’s not forget about the exclusive PowerShell forms designer.
    What’s coming up? Soon its innovative and feature-rich ScriptPackger tool
    will offer support for the dynamic installation of cmdlets! Come see for
    yourself– Admin Script Editor v3.5 is available for a 45 day trial at
    AdminScriptEditor.com.

    We hope you enjoy the Jeffrey Snover clip on Win-RM and WS-MGMT.

    Resources

    Tips

    One-Liner

    $a = (get-clipboard).split(“`n”).trim()

    Get Involved!

    • We love feedback.  You can tell because we ask for it at the beginning and end of every show.  🙂  You can reach us by email to feedback@powerscripting.net.  Also, please write reviews and vote for us on iTunes, Podcast Alley, Digg, and other podcast portals you use.  And blog comments are great, too.
    • Don’t forget to visit www.quest.com/powershell to get the free book offer (while supplies last).
    • Other ways to interact with us:




    Episode 27 – Darren Mar-Elia talks about Group Policy

    26 05 2008

    A Podcast about Windows PowerShell.

    Listen:

    In This Episode

    We have an interview this week with noted group policy expert, Darren Mar-Elia.  And we have no news for you today, but a lot of resources, tips, and one-liners to ease your scripting pains.  And don’t forget about Quest’s excellent book giveaway offer.  Keep listening for details on that.

    Interview

    Interview sponsored by iTripoli.

    Admin Script Editor provides a true integrated scripting environment for PowerShell.  Advanced features include an integrated PowerShell debugger, advanced code generating tools for Active Directory, Databases, XML files and more.  Let’s not forget about the exclusive PowerShell forms designer. What’s coming up? Soon its innovative and feature-rich ScriptPackger tool will offer support for the dynamic installation of cmdlets! Come see for yourself– Admin Script Editor v3.5 is availble for a 45 day trial at AdminScriptEditor.com.

    Be sure to listen to the show for the interview, it’s a great one!

    Resources

    This segment is sponsored by our friends at Sapien.

    Tips

    The tips this week are brought to you by Quest Software.

    For a limited time, Quest is offering Powerscripting Podcast listeners a free copy of Jeffery Hicks upcoming book, Managing Active Directory with Windows PowerShell: TFM from Sapien Press.

    Go to www.quest.com/powerscripting to register for your copy and download their free graphical user interface, script editor and Active Directory commands.

    One-Liner

    # Find files not touched in the last month

    dir | ? { $_.LastWriteTime -le ([datetime]::Now).AddDays(-30) } | rm -whatif

    # From Keith Hill on the newsgroup, a quick replacement for the pslist.exe util from Sysinternals

    Get-Process PowerShell | Select ProcessName -Expand Modules





    Episode 26 – Keith Hill

    18 05 2008

    A Podcast about Windows PowerShell.

    Listen:

    In This Episode

    We’ve got a great show lined up for you today.  I am really pleased to announce our guest: Keith Hill, a well-known developer in the PowerShell Community.  Also, as we hinted during the last show, your participation and support makes advertisers happy, and when they’re happy, they give away stuff.  This one is cool because many will enter–and many will win!  Stay tuned for details.  And as usual, we’ve got a bunch of news, tips, and resources to share.

    News

    This week’s show is brought to you by Quest Software.

    For a limited time, Quest is offering Powerscripting Podcast listeners a free copy of Jeffery Hicks upcoming book, Managing Active Directory with Windows PowerShell: TFM from Sapien Press.

    Go to www.quest.com/powerscripting to register for your copy and download their free graphical user interface, script editor and Active Directory commands.

    • Dmitry (from Dmitry’s PowerBlog) has a tutorial on how to do the impossible–install PowerShell on 2008 Server Core!
    • Marco Shaw wrote a chapter on PowerShell in the newly released Windows Server 2008 Administrator’s Companion according to Marco’s blog post it’s about 80 pages and is an overview intended for administrators that are new to PowerShell.

     Interview

    Resources

    • /\/\O\/\/ has a beta version of his WMI explorer that uses WPF

    Tips

    • Article from Dimitry from the PowerGUI team: Execute PowerShell Scripts from Your Smartphone
      Suppose you are on vacation/commute/away from your desk and get an emergency IT request. Would not it be cool to just text the PowerShell commands from your phone to your desk, have PowerShell over there execute the script, and send you back the results?
    • Joel from Huddled Masses has written a powerful snapin for working with HTML and XML files.
    • Dev tip: How to Register Cmdlets, Providers, and Host Applications
      This section describes how to register cmdlets, Windows PowerShell providers, and hosting applications with Windows PowerShell.
    • Hal’s Get-Parameter script (need to blog it first, don’t want to give out this link: http://powershellcentral.com/scripts/255)
    • Bunch of CTP2-specific stuff:
      • Remoting with PowerShell QuickStart(PowerShell Team blog)

        PowerShell V2 introduces a new capability which allows you to remotely manage machines in your organization. I will give a basic overview of PowerShell remoting here and follow it up with some adavanced topics later. Are you ready for the fun..

      • Fun with Script Cmdlets (PowerShell Team blog)
        Script Cmdlets are one of the coolest things about the newer version of PowerShell.  A Script cmdlet allows you to use all of the variety of cmdlet parameter sets inside of PowerShell functions.

      • PowerShell Transactions QuickStart (PowerShell Team blog)
        The second CTP of PowerShell V2 (CTP2) introduces full engine support for transactions – groups of actions that can be finalized or undone in an all-or-nothing way.
      • Joel from Huddled Masses wrote a couple of posts about using STA (Single Threaded Apartment) mode and a few other CTP2 goodies to build some wicked-cool GUI elements using WPF and XAML.




    Episode 25 – CTP 2: The Return of CTP

    10 05 2008

    A Podcast about Windows PowerShell.

    Listen:

    In This Episode

    • We have a great show lined up for you today.  Don Jones from Sapien is here.  [applause]  He’ll be giving us a taste of the trade show circuit, going into CTP2, and other goings-on in the PowerShell world.  And of course we have tips and resources and whatever else we can throw in.
    • We will be announcing the winner of our Vista Ultimate giveaway on Show 26 next week.  If you haven’t entered yet, now is the time!  It’s really easy, just send feedback about the show to powerscripting@gmail.com and you are in the running.

    News

    The News today is sponsored by SDM Software.
    “SDM Software provides innovative solutions that combine PowerShell and Group Policy to help reduce the complexity of managing your Windows systems.  Their unique GPExpert Scripting Toolkit for PowerShell, provides the means to automate the management of your Group Policy Objects. To get more information about these products and download trial copies,
    visit sdmsoftware.com/powerscripting.php.”

    Interview

    [sponsor] Our interview today is brought to you by Quest Software.
    Quest LOVES PowerShell. Go to www.quest.com / PowerShell and download their free graphical user interface, script editor and Active Directory cmdlets. While you’re there, join their online community where you can share ideas and download free PowerPacks to extend PowerGUI.  Visit www.quest.com / powershell today!

    We have Don Jones with us on the phone today.  Don Jones, for the three people who don’t know who he is, has authored over thirty books.  He’s a frequent speaker at conventions and also runs training classes for PowerShell.  Here are some notes we took during the conversation.

    • MS MVP Summit
    • MMS last week
      • 5th year
    • Training videos
      • fundamentals class, twice a week for 4 weeks = $400
      • scriptingoutpost.com
    • New version of Primalscript 2007
      • coming soon: visual forms editor
    • Blog: blog.sapien.com
    • CTP2
      • e-book on sapienpress.com: PowerShell v2: TFM, updated for CTP2!
      • Remoting
        • push cmds to remote computer
        • bring results back
        • interactive like ssh
      • transactional registry operations
      • create your own cmdlets (script cmdlets)
      • new little features
        • convertTo-Html
          • head parameter
          • css links
        • get-wmiobject
        • get-process, get-service
      • send feedback to connect.microsoft.com
      • New graphical console
    • Shows coming up: Tech Mentor, TechEd
    • New e-books: 2008 Server – What’s New, What’s Changed, Exchange Management: TFM, cookbook style

    Resources

    Tips

    • We found a nice script on the blog post PowerShell and Excel (from the “Powershell,Passion,Persistence and Pursuit” blog).  This script reads a server list from a text file and collects IP configuration settings of each server and uses that data to populate an excel sheet.
    • Using SQL with Powershell
    • Hal wrote an article that explains how to automate the syncing of iTunes to your iPod, using PowerShell of course.
    • Interesting article that talks about working with Hyper-V virtual hard disks.  Some neat examples in there about passing text to console apps like diskpart.exe.

    One-Liner

    • $env:path.split(‘;’) updated by John Cook

    Gotchas

    • The alias for Set-Content collides with sc.exe.  Workaround is to be sure to type sc-dot-exe.
    • There is no Remove-Alias cmdlet!  You can use the alias: PSProvider with “del” to get the job done.
    • Oisin Graham has written about a big gotcha with working with remoting and WinRM with computers which are not domain members.

    Give Away

    • As mentioned at the top of the show, we’ll be announcing the winner of our Vista Ultimate giveaway next week.  If you want a chance at it, send us feedback about the show to powerscripting@gmail.com.

    Emails!

    • We got some GREAT feedback from a few listeners lately.  Some of whom were obviously motivated by the free copy of Vista, which is why we did it.  🙂




    Show Us Your Cmdlets!

    4 05 2008

    This little one-liner will show the most common verbs among all the cmdlets installed in the current PowerShell session.

       1: PS > gcm -CommandType cmdlet | Group Verb | Sort Count -Descending | Select -First 10
       2: 
       3: Count Name                      Group
       4: ----- ----                      -----
       5:   128 Get                       {Get-Acl, Get-ADObject, Get-Alias, Get-Authentico...
       6:    46 Set                       {Set-Acl, Set-Alias, Set-AuthenticodeSignature, S...
       7:    36 New                       {New-Alias, New-CDDrive, New-Client, New-Cluster,...
       8:    34 Remove                    {Remove-CDDrive, Remove-Cluster, Remove-CustomFie...
       9:    15 Send                      {Send-Email, Send-FTP, Send-IM, Send-Mail, Send-M...
      10:    14 Write                     {Write-BZip2, Write-Clipboard, Write-Debug, Write...
      11:    13 Invoke                    {Invoke-Command, Invoke-Expression, Invoke-Histor...
      12:    11 Out                       {Out-Chart, Out-Clipboard, Out-Default, Out-File,...
      13:    10 Add                       {Add-Contact, Add-Content, Add-History, Add-Membe...
      14:    10 Move                      {Move-Cluster, Move-Datacenter, Move-Folder, Move...

    I just realized the above is the CLI equivalent of looking at a screenshot of someone’s Windows desktop and wondering what all those tray icons do.  🙂

    What snapins do you think I have installed?  What about you guys?





    Episode 24 – Admin Script Editor

    3 05 2008

    A Podcast about Windows PowerShell.

    Listen:

    In This Episode

    • Today we’ll be speaking to Steven Behrns from iTripoli, the developers who brought you Admin Script Editor. Also on tap: news, resources, and a bunch of PowerShell tips for you. In addition, we’ve got a product giveaway, the first of many! But you have to listen to find out how to enter. 🙂

    News

    The News today is sponsored by SDM Software.

    Before we go into the spiel, I’d like to mention that we’ve gotten some great feedback from Quest already, so thanks to everyone who has done a clickthrough and filled out the form. You do keep doing that, and we keep the advertisers happy, and that allows US to do more for you. You will start to see the results of that in this very show!

    “SDM Software provides innovative solutions that combine PowerShell and Group Policy to help reduce the complexity of managing your Windows systems. Their unique GPExpert Scripting Toolkit for PowerShell, provides the means to automate the management of your Group Policy Objects.
    To get more information about these products and download trial copies,
    visit sdmsoftware.com/powerscripting.php.”

    • We want to highlight a ton of IMPORTANT posts which Jeffrey Snover has made over the past few weeks:
      • How Could You Top CTP1?
        • This post has the background for why and how some upcoming changes will be made.
      • Changes in upcoming CTP
        • This post has an extract from the release notes for CTP2. Very important to read if you want to keep up with the new version. There’s also some good discussion in the comments attached to the article.
      • Get-Random
        • I love this quote: I saw THIS posting over on Mark Minasi’s forums that caught my eye. It gives you a random help file under the motto of: “A powershell help file a day, keeps Don Jones away”
        • The article goes on to talk about a new cmdlet by the name Get-Random which will get you a random number, or–grab a random item from a collection.
    • iTripoli just released version 3.5 of their Admin Script Editor. (Should be out by the time you read this.) It now includes a debugger and has a ton of PowerShell templates.
    • VMware just announced that Beta 2 of VMware Server 2 (the free version of their virtualization software) is manageable by their PowerShell Toolkit! This is awesome news for smaller shops which have not shelled out for their higher-end Virtual Infrastructure products.

    Interview

    [sponsor] Our interview today is brought to you by Quest Software.
    Quest LOVES PowerShell. Go to www.quest.com / PowerShell and download their free graphical user interface, script editor and Active Directory cmdlets. While you’re there, join their online community where you can share ideas and download free PowerPacks to extend PowerGUI. Visit www.quest.com / powershell today!

    We interview Steven Behrns from iTripoli in today’s show. Be sure to listen! Here are some of the questions we asked him.

    1. Who is Steven? What do you do at iTripoli, and what is your background?
      1. co-founder
      2. company started in 2001 w/Bob Kelly. Kixscript editor
    2. What are your favorite features?
      1. Comprehensive code wizards to generate ps script code for ADSI, WMI, XML, database connections, etc.
      2. Script packager, turns your scripts into an executable.
      3. Script Form Designer
    3. When did iTripoli get into PowerShell? Was it a hard sell internally or was this an obvious way forward for ASE?
      1. Thought about this in 2006 during a code overhaul discussion.
      2. First supported powershell in spring of 2007 with the release of 3.0.
    4. What are the primary design goals for ASE? How has it done in the marketplace and changed over time?
      1. Everything related to making scripting tasks easier.
      2. They want ASE to appear invisible and intuitive to the scripters.
    5. How long was the dev cycle (for PowerShell support)? What were your greatest challenges?
    6. Where do you see PowerShell in two years? How will ASE evolve to match it?
    7. So I heard you have something to show us?
      1. They wrote a podcast / MP3 player entirely in PowerShell as an example of how much you can do.
      2. The graphics in the GUI are embedded WITHIN the script file using base-64 encoding.

    Thanks a bunch to Steven, we had fun with the interview.

    Resources

    • We have two links for you today from John Robbins, author and master debugger. It’s a heartwarming before and after powershell love story. 🙂 He also links to a Compile-Help script which we somehow missed when it was new. This script grabs the help files from all installed cmdlets as well as the about topics, and packages them into a HTML help file for easy reading.
    • Carter at VMware (yes, Hal has a thing about them, sorry) also blogged about a way to have your VMware alert events fire off instant messages using Jabber

    One-Liner

    • One liner sent to us by John Cook and a write up on his blog
      • $env:path -replace “;”, “`n”

    Give Away

    • A beautiful NFR copy of Windows Vista Ultimate could be yours. Listen to the show for how to enter.




    Episode 23 – IIS7 Special

    26 04 2008

    A Podcast about Windows PowerShell.

    Listen:

    In This Episode

    • Today we’ve got an interview with a senior program manager from the IIS team at Microsoft.  We’ve also got news, resources, and a bunch of PowerShell tips for you.

    News

    The News today is sponsored by SDM Software:
    “SDM Software provides innovative solutions that combine PowerShell and Group Policy to help reduce the complexity of managing your Windows systems.  Their unique GPExpert Scripting Toolkit for PowerShell, provides the means to automate the management of your Group Policy Objects. To get more information about these products and download trial copies, visit sdmsoftware.com/powerscripting.php.”

    • Reports are coming in from MVPs right and left that the things they learned about the AD teams forthcoming PowerShell support echoes what were heard in our interview with Jeffery Snover.
    • Thanks to Andrew Westgarth who blogged about some really cool IIS7 news.  There’s a “Tech Preview” now available for a PowerShell provider to manage your IIS server.  Very cool possibilities.  Download and overview are on blogs.iss.net, and on learn.iss.net they have several walkthroughs.
    • Pash – a cross platform open source reimplementation of PowerShell has been released
    • And thanks also to Mark Schill for this one: “Citrix has released some cmdlets for use with their XenServer virtualization product. No where near as powerful as VMWare’s cmdlets, but at least its a start. You can check them out and get more information at this URL.”
    • Windows PowerShell Virtual User Group Meeting #5 happened on April 22
      • Bart DeSmet (Microsoft) gave a cool presentation of script cmdlets
      • Steven Nelson talked briefly about Powershell documentation – PowerShell videos are coming
      • Look for the download at http://MarcoShaw.blogspot.com

    Interview

    Our interview today is brought to you by Quest Software.
    Quest LOVES PowerShell. Go to www.quest.com / PowerShell and download their free graphical user interface, script editor and Active Directory cmdlets. While you’re there, join their online community where you can share ideas and download free PowerPacks to extend PowerGUI.  Visit www.quest.com / powershell today!

    Today we speak with Thomas Deml from Microsoft.  He is the Senior Program Manager in the IIS team.  He’s been with MSFT for 17 years!  Old timer. His team “owns” the core engine of IIS and the PS provider is a subset of that.  Below are some notes from the interview.

    • Who are you
    • What’s your background at MS and elsewhere
    • Talk about the IIS7 management cmdlets
      • Get/Set-WebConfiguration
      • Start-WebItem
      • Remove-WebConfigurationProperty
      • Ability to use XPath filters
    • Talk about the IIS7 PSprovider
      • Provider timeline – 2nd beta in June, final in October
      • Features
        • ability to configure IIS and ASP.net, sites, vdirs, apps, all that
        • ability to delegate
        • root of namespace: sites, app pools
    • What does the future hold (that you can discuss)
      • We talk about Server Core

    Resources

    Tips

    • This came up on #PowerShell (on freenode.net): How can I remove an item from a collection?
      For example “$servers = get-QADComputer srv*”.

      • Option 1 – Set the item to $null.  This does not actually remove the item, but for most purposes it serves well.
        • $servers[3] = $null
      • Option 2 – Create a new collection which is a subset of the first.  Drawback here is double the memory as the collection is copied in place.
        • $servers = $servers -ne “itemthatyouwantremoved”
      • Option 3 – Use system.collection.arraylist instead of a generic array.  More steps, but the item or items are removed, and it much more efficient than option 2.  The Scripting Guys explain it well in one of their PowerShell tipsof the week.
        • $servers = new-object system.collection.arraylist; $servers.Remove(“item”)
    • PowerShell Power User Tips: Current Directory – The core of this tip is very simple: Windows tracks your application’s “current directory” … and you can get and set this location using static methods of the System.IO.Directory class: SetCurrentDirectory and GetCurrentDirectory.  (Thanks Jaykul of Huddledmasses.org.)
    • Newsgroup posts
      • Excel Row Format” – In this thread, Oisin explains how to teach yourself how to automate Excel by examining vbscript created by the macro recorder.
    • This snippet is from Chris in Charleston, SC.  He sent a long email with feedback (which you all should do) with several suggestions.  Thanks, Chris!  This tip is that it’s quite easy to integrate the old with the new in PowerShell.  He’d also found that grep.exe in some cases is much faster than select-string, so it was a good example for his point.  Jonathan’s test had Grep for Windows 2:30 and Select-String 11:08 against the same 6.7 GB log file.
      • $cmd = “grep.exe `”$username`” $logfile”
        Invoke-Expression $cmd | Set-Content F:\4report\$username.txt
    • Don Jones post “Include in PowerShell” dot source a PS1 file at the beginning of your script – http://blog.sapien.com/index.php/2008/04/08/include-in-powershell/




    Where did the time go?

    18 04 2008

    First, I go on vacation (this is Hal typing). Then, Jonathan has a big project at work which takes up our next available studio slot. Then, my weekend just totally filled up end to end. I’m afraid we still haven’t gotten Episode 23 out yet, folks! But fear not, this will not become a habit. We were really good about the two-week rotation, we’ll get back to it very soon.

    In the meantime, let me tell you what we’re working on in upcoming episodes:

    • An Active Directory special which will have not one but TWO MVPs (plus Jonathan who is a pro himself) around to answer your questions.
    • A VMware special with a manager for part of their powershell efforts and possibly one of the devs on that team.
    • IIS7 has a new PS Provider which will give you a filesystem-style interface to your site’s data and metadata (so I understand so far). We’re trying to line up the MS Program Manager for that tool, he’s volunteered so we just need to make the schedule work out.
    • We’ve got the WinRM special. I think we’ll be able to get someone from the Server 2008 team to show up for that.

    And there are a ton of other stuff out there. For example, I just realized we should have a Group Policy special, I know who to call upon for that. GPO Guy to the rescue! Oh, and MOM/SC, I know a local MVP for that who I’ll draft for the cause.

    What would help us out more than anything from you guys reading is to leave feedback on the blog or send email in to powerscripting@gmail.com and let us know what strikes your fancy the most. Or if you have specific questions about the above technologies relating to how you can use them with PowerShell, send them on please.

    We’ll get that next episode out RSN!








    Design a site like this with WordPress.com
    Get started