cbsch.no


powershell

.Net / Powershell debugging

powershell

Notes on debugging .Net / Powershell

Powershell steppable pipelines

powershell

Steppable pipelines can be used to manually control the execution of cmdlets

Aquiring access tokens for various Azure services

powershell azure

Various Azure services can be connected to via an already established AzContext.

Powershell basic data structures

powershell

The most basic ways in Powershell (and in all other languages) to organize data is with lists or dictionaries.

Powershell Pipelines

powershell

Powershell pipelines are in essence a replacement for loops. They can also be used to manipulate single objects.

Powershell Remoting Wrapper

powershell metaprogramming

This article will demonstrate how to automatically wrap a function to make it runnable on remote computers.