Hello, my name is HCRitter. Welcome to my Dev Blog

A PowerShell Devblog

Blog Post illustration

.NET or not .NET - ForEach

Published

.NET or not .NET this is the question, we will ask in this post Lets find out if the .NET .ForEach() method is significantly faster than their equivalent in native PowerShell The most of us are interested in making the code faster, with that in mind ...

hcritter avatar
HCRitter
Blog Post illustration

Padding and Parameters

Published

Today I would like to show you special interest topic: Padding and Parameters This post won't cover all off the aspects of parameters in PowerShell or neither everything you can do with the padding of a string. Sometime ago I created a little loggin...

hcritter avatar
HCRitter
Blog Post illustration

3 ways to sort a list unique

Published

Today I would like to show you a performance table comparing different ways to sort a list/array unique. Sometimes it is necessary to sort a list or an array unique to get rid of duplicates this can be a time consuming task In this post we will have...

hcritter avatar
HCRitter
Blog Post illustration

Today I would like to show you a performance table comparing different ways to write to the registry. Writing to the registry is more or less a standard task while working as an administrator or software packaging person. This is how most of the peo...

hcritter avatar
HCRitter
1 2 3 »