Jan David Narkiewicz (Developer)
Saturday, August 29, 2020
Azure: Azure Resource Manager (ARM) templates for creating Virtual Machines for Standard Window's SKU's
›
Creating Virtual Machines (VMs) with the Azure portal is convenient but it can become tedious if numerous VMs are needed and it can be an er...
Friday, August 28, 2020
PowerShell: Two Interview Questions
›
During a recent interview I was asked the following questions. How do you remove duplicates from an array? My answer was to perform a Selec...
Tuesday, August 25, 2020
Azure/PowerShell: Cmdlet Parameter and Result Complexity (Get-AzHost, Get-AzVM, New-AzVM)
›
Overview The concept of cmdlet parameter sets was discussed in " PowerShell: Cmdlet Parameter Sets ". The motivation for introduci...
Monday, August 17, 2020
PowerShell: Cmdlet Parameter Sets
›
PowerShell cmdlet parameter sets are documented at Cmdlet parameter sets where they are defined as follows: Each parameter set must contai...
Sunday, August 16, 2020
PowerShell: Reading, Modifying, and Saving Json Files
›
In the previous blog entry, PowerShell: Converting Json-Formatted Strings to/from Json-Objects and Json-Object Depth , it was shown how to c...
Saturday, August 15, 2020
PowerShell: Converting Json-Formatted Strings to/from Json-Objects and Json-Object Depth
›
PowerShell has extremely versatile cmdlets for converting Json-formatted strings to Json-objects (ConvertFrom-Json) and converting Json-obje...
Thursday, August 13, 2020
Git: Reverting git commit
›
Every developer making use of git from the command-line has mistakenly invoked "git commit". The "git commit" command co...
‹
›
Home
View web version