Articles

PowerShell articles, tutorials, and guides from community experts.

Keith Hill

MVP Summit 2011

Testing out my first WordPress blog post after the switch from Windows Live Spaces (sniff, I will miss you) to WordPress. Regarding the MVP Summit last week, I can"™t really talk about much due to just about everything being NDA, NDA, NDA! I will say that I"™m excited about the future of …

Keith Hill

Make-PS1ExeWrapper

Occasionally folks want to be able to create an EXE from PoweShell. PowerShell can"™t do this by itself but this can be done with PowerShell script. Essentially what you can do is create a simple console EXE program that embeds the script as a resource and the EXE, upon loading retrieves the …