Browse by Tags

All Tags » .NET » Powershell (RSS)

2008 Scripting Games - My solutions

Here are my solutions to the 2008 Scripting Games scripting competition. This is a rather large post but I decided one post would be better than posting them all individually, this way they will all be in one place when I want to find them later. I had...

2008 Scripting Games

It’s the third annual Scripting Games , the biggest scripting competition of the year! As a matter of fact, it’s most likely the biggest scripting competition ever . (The fact that it may be the only scripting competition is beside the point.) The games...
Posted by puzzlehacker | 2 comment(s)
Filed under: , ,

Powershell script to find strings and highlight them in the output

After reading about Brad 's find script I starting thinking about how cool it would be if I could highlight the search pattern in the output. So I wrote my own custom Find-String script to highlight the results. Find-String.ps1 # Find-String.ps1 # Wrapper...
Posted by puzzlehacker | 2 comment(s)
Filed under: , ,

Retrieving your Outlook appointments for a given date range

Before we dive into the code sample lets take a quick look at what it means for an appointment to fall into a given date range. When you compare an appointment with a given date range (or any two time intervals) there are the 6 possible outcomes displayed...
Posted by puzzlehacker | 6 comment(s)
Filed under: , , ,
More Posts