Category Archives: powershell

Invoking Private Static Methods Using PowerShell

Usually if I want to accomplish a task in PowerShell, I can count on either a cmdlet or a publicly available .Net method to come to my rescue. Sometimes though, a method that I would like to use is just … Continue reading

Posted in powershell | Tagged , , , , | 6 Comments

PowerShell and WPF: Ink Canvas

Today’s PowerShell and WPF topic is all about the Ink Canvas, which is a WPF control that gives you the opportunity to draw on it, just like MS Paint! There really isn’t a lot to this control and we can … Continue reading

Posted in powershell | Tagged , , , | Leave a comment

The 2015 Scripting Games and the First Puzzle

In case you haven’t heard, the 2015 Scripting Games have taken a different approach than what has been done in the previous years. Instead of a throwing down all of the events within a 2-4 weeks span as has been … Continue reading

Posted in powershell | Tagged , , | Leave a comment

Looking at Local Groups Using PowerShell on MCPMag

My latest series on MCPMag talks about local groups and using PowerShell (of course ) to not only report on the groups, but also to manage them. Check them out and let me know what you think! Managing Local Groups … Continue reading

Posted in powershell | Tagged , , , | Leave a comment

Supporting Synchronized Collections in PoshRSJob

I had a question where someone asked if PoshRSJob had support for synchronized variables (or collections) much like I have shown in the past using runspaces. This happened to be something that I touted as an advantage over the use … Continue reading

Posted in powershell | Tagged , , , | Leave a comment