Archives by date

You are browsing the site archives by date.

PowerShell Script Club in Rochester on Wednesday

Consider this a reminder that December is ScriptClub month at our local PowerShell User Group. What is Script Club? Script clubs are like a hands on lab with no set topic or teacher. You bring an idea for a script, and ask your fellow PowerShell users for help getting the script written. Pretty much anything [...]

JSON from PowerShell (but why?)

Putting together some scripts from Keith Hill and some of my own code … and using the System.Runtime.Serialization.Json namespace, I’ve managed to make a few pieces to import and export JSON for you to play with. I put it on PoshCode. This code is very raw at the moment, and quite honestly, the only function [...]

Fixing Search Results: PowerShell 2.0 is RTM

For some reason, people are having trouble finding links to the release version of Windows PowerShell 2.0 … I suspect it’s because while it was in CTP, a lot of us bloggers wrote about it and linked to the various CTP downloads … but there aren’t nearly as many posts announcing the release of Windows [...]

Mono Tools for Visual Studio allow cross-platform remote debugging

Image via Wikipedia Ok, the Mono team has announced the release of their Mono Tools for Visual Studio which really picks up on your ability (as a Windows-based .Net developer) to target Linux and Mac for application deployment. So, yeah: no thanks to Microsoft (well, not directly, anyway), Visual Studio is sort-of a cross-platform development [...]