I use Windows 11 PowerShell for silly things, stress-relief scripts, and visual tweaks that turn a boring terminal into a fun ...
A while back, I had mentioned using Out-GridView to build a UI without really doing anything that complicated. As fun as that is, we can have even more fun by making use of Windows Presentation ...
In the previous article, I walked through the basics of using Visual Studio to easily create a UI using some drag-and-drop controls that set up the front end of the UI. From there, we took the XAML ...
Regardless of whether you love PowerShell, hate it or are just undecided there is a free tool available that unleashes the power of PowerShell while offering the ease of a GUI interface, that tool is ...
Get your fresh install settled quickly with these 4 PowerShell scripts ...
In the first part of this series, I explained that there are occasionally situations in which hard coding a PowerShell interface really isn't an option because the script is almost certainly going to ...
It's been a long time coming, but at its Build 2016 developer conference Microsoft unveiled two tools that finally put the nails in the coffin of the server GUI. And it's about time too. Looking at ...
I came to programming from an odd direction. For about 15 years, I've been a Windows sysadmin. 4 years ago I learned Powershell to automate many of my tasks. Since then I've gotten very interested in ...
Every now and then, most especially, a system administrator will need to restart a server or system. Usually, you can Remote Shut down or Restart Windows through the graphical user interface – ...