Category: PowerShell

  • How-to: Uninstall PowerShell

    I’m posting this for archival purposes, as I had to figure it out myself… Windows PowerShell doesn’t appear in Add/Remove Programs nor is there an uninstall shortcut in the Programs menu.  So the way to do it uninstall is to check the Show updates option in Add/Remove Programs. Peace!  \m/

  • PowerShell Cheat Sheet

    ,

    A handy cheat sheet I found on one of the MSDN Blogs.

  • Free Windows PowerShell course book

    ,

    The Schweizer IT Professional and TechNet Blog is sharing a free Windows PowerShell course book that they’ve translated to English.  The book seems to be pretty good. From their blog entry:  Due to its great popularity, we have decided to translate the Windows PowerShell course book to English. So if your mother tongue is not…

  • Accessing specific event logs on a remote server

    An old friend and classmate of mine, Zahid Faisal, wanted to know how to access/read event logs on a remote server using Windows PowerShell. I thought it was an interesting challenge, so after some research and playing around I found that you can make use of the WMI objects to do this. Follow along to…