PowerShell Menus ($Host.UI.PromptForChoice) – Defined or… Dynamic!
Sometimes, we want to interact with the user who runned a script. The main purpose of this interaction is that the script …
Sometimes, we want to interact with the user who runned a script. The main purpose of this interaction is that the script …
Here’s an example working on the automation of Excel worksheet filling. For this example, data comes from the eventlog, but obviously any …
Perfmon is a powerfull tool, for sysadmins… But to provide nice (and especially readable for them!) graphs for your managers, here’s a …
Thanks to Jeremy on StackOverflow (http://stackoverflow.com/questions/2969321/how-can-i-do-a-screen-capture-in-windows-powershell), .NET allows us to take a screenshot programatically:
This bulletin summary lists security bulletins released for November 2012. With the release of the bulletins for November 2012, this bulletin summary …
We saw yesterday the different ways to install IIS7.x with PowerShell. “When I’m paid, I always follow my job through. You know …
We’re talking here about PowerShell and IIS; maybe the first thing to do should have been to install IIS (7.x) with PowerShell… …
When we have to add multiple host headers to a website, we have the “classic” way, ie using the ‘New-WebBinding’ cmdlet in …
Here’s a script to count files under the specified path (or the working directory if the parameter is omitted) and times the …
Here’s a script to scan an entire IP range. It allows to find out what IP addresses are free and what are …
It’s not a “real” conversion, but it gives us an ‘.exe’ file, and the one who will use it doesn’t need to …
Have a look to the PowerShell Book Guide. This site is designed to help you select the Windows PowerShell book, or books, …
Just a reminder, Ed Wilson, the Microsoft Scripting Guy, is presenting to the group tomorrow, Wednesday, November 11th. He will be discussing …
PowerShell loves maths! By using System.Math .NET Framework class, PowerShell is a great calculator. Here are common examples of System.Math functions Returning …