January 2019
Intermediate to advanced
754 pages
18h 13m
English
If your work is not GUI-based, PowerShell could be your friend. You can set up your computer by installing Azure Stack PowerShell upon Azure PowerShell by running the following commands:
install-module AzureRM
Import-Module -Name PowerShellGet -ErrorAction StopImport-Module -Name PackageManagement -ErrorAction StopGet-PSRepository -Name "PSGallery"Register-PsRepository -DefaultSet-PSRepository -Name "PSGallery" -InstallationPolicy Trusted# Install the AzureRM.Bootstrapper module. Select Yes when prompted to install NuGetInstall-Module -Name AzureRm.BootStrapper# Install and import ...
Read now
Unlock full access