Category: CommandLine

0

Making Powershell ready for use

Before we can use the Powershell commands we need to add the cmdlets to powershell On Windows 10 we do not have to download and install the Windows Management Framework, but other distributions need it....

0

Create Vm with Azure CLI

First install Azure cli https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/ azure config mode asm azure login -u username@domain If you have multiple subscriptions run the following command azure account list Then set the subscription you want to use with the...