I spend a lot of time, as you might expect, at a PowerShell prompt. Especially when training, presenting or doing demonstrations. Very often I’m in a folder with a long path like PS C:\users\jeff\Documents\Enterprise Mgmt Webinar. That takes up a lot of screen real estate and can be distracting. What I often will do is…
Tag: Function
Windows Update Module
I don’t have a large environment to manage, but I do have a number of test boxes I try to keep up date using Windows Software Update Server (WSUS). Occasionally I’ve needed to manage things client-side. Unfortunately, there aren’t a lot of good tools, and nothing PowerShell-related that I’ve found so I wrote my own….