I know that the title sounds deceiving, especially to those who’ve been watching the open source realm over the past couple decades. However, Microsoft has been dabbling with open source for awhile, and they even have a website that talks about...
After a long silence, a grand new version of PowerTab is there ! With thanks to Jason Archer who took up the job and converted PowerTab to a PowerShell V2 Module. Next to that, he fixed the issues with PowerTab on V2.0 and made some fabulous additions to PowerTab too ! You can find PowerTab on Codeplex...
Just when you think we’ve seen all that the (awesome) PowerShell community can do, along comes another cool development. The latest coolness comes from Oisin Grehan in the form of a PowerShell Script provider. This is a tool, which you can download from...
I am doing some work at the moment building SQL PowerShell training for an upcoming PowerShell MasterClass . In my searching, I came across a small project being done by Chad Miller, called SQLIse. As Chad describes in his blog, SQLISE is an ISE add-on...
I’ve been playing a bit with a Codeplex project called PowerShell Admin Modules (PSAM). Developed by Richard Siddaway, PSAM is intended to supply a number of PowerShell modules for use by IT Pros. The first of these modules contains 6 functions that work...
< # .SYNOPSIS This script displays the virtual Memory assigned to Hyper-V VMs on a given host. .DESCRIPTION This script uses The Hyper-V module from Codeplex to first get all the VMs on...