PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Christian Ritter

@hcritter

488 Points 2 Followers

26 Posts

0 Answers

Personal blog of Christian Ritter He/Him | Father of two ♥️♥️ | Microsoft MVP |#PowerShell aficionado | Automation enthusiast | Blog author | Founder of PSUGFFM | Public Speaker | Opinions are my own.

PowerShell-Script Showcase: Get-WifiPassword

### PowerShell is a powerful scripting language that can be used to automate a variety of tasks. #### In this blog post, we will explore my Get-WifiPassword script that retrieves stored Wif...

PowerShell-Technique: Randomizing

### PowerShell-Technique: Randomizing #### PowerShell is a powerful tool for automating tasks and managing systems, and one of its useful features is its ability to generate random values. I...

PowerShell-Technique: Switching

### Enhance Your PowerShell Scripting with Switch Statements #### Have you ever found yourself writing a lot of if/elseif/else statements in your PowerShell script? You may have heard of the...

PowerShell-Technique: Update-TypeData

### Enhancing PowerShell objects with Update-TypeData #### Sometimes the objects that PowerShell cmdlets return don't have all the properties and methods that you need. Fortunately, PowerS...

PowerShell-Technique: Trapping

### Enhance Your PowerShell Scripting with Trapping #### This blog post explains how to use the trap statement in PowerShell to improve error handling, reduce code size, and make scripts mor...

PowerShell-Technique: $PSDefaultParameterValues

### Enhance Your PowerShell Scripting with Default Parameter Values #### In this post, we'll take a closer look at the benefits of using default parameter values in PowerShell. As we previou...

.NET or not .NET - Where

### Dotnet or not Dotnet this is the question we will ask in this post #### Lets find out if the .NET .Where() method is significantly faster than their equivalent in native PowerShell In...

String concatenation performance boosting

### String concatenation performance boosting - is this too much ado about nothing? #### Concatenating strings is a common operation in programming, but did you know that there are different...

.NET or not .NET - ForEach

### .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...

3 ways to sort a list unique

### 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 du...

[Microsoft.Win32.Registry] VS Set-ItemProperty

### 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 adm...