Test Ubuntu Webserver for Windows Admins

Not to long ago I took a class in HTML5, while the teacher encouraged everyone to just work off their own machine and just open the web pages they design with a browser. Being a bit of a nerd, I couldn’t bring myself to do it this way. To me I was making a web site so I wanted a […]

Compile a PowerShell Script into an EXE

Ever want an easier way to run your scripts?  Or even better, an easier way to share them with others and maybe you don’t want them to mess with the code or even to see it?  The best way I have found for all of those situations is to compile my script into an EXE.  Doing so is not only […]

Create a GUI for a PowerShell Script

Create a GUI for a PowerShell Script If you are anything like me, you have found PowerShell one day and refuse to let anyone take it from you.  I am a big fan of re-usability and for me that is what PowerShell brings to the party, the ability to create a script for something and then use it again and […]