powershell
.Net / Powershell debugging
powershellNotes on debugging .Net / Powershell
Powershell steppable pipelines
powershellSteppable pipelines can be used to manually control the execution of cmdlets
Aquiring access tokens for various Azure services
powershell azureVarious Azure services can be connected to via an already established AzContext.
Powershell basic data structures
powershellThe most basic ways in Powershell (and in all other languages) to organize data is with lists or dictionaries.
Powershell Pipelines
powershellPowershell pipelines are in essence a replacement for loops. They can also be used to manipulate single objects.
Powershell Remoting Wrapper
powershell metaprogrammingThis article will demonstrate how to automatically wrap a function to make it runnable on remote computers.