Can we fix some of the Power shell commands
When you new and trying to learn some of the Powershell command do not have proper Space and throw errors for comments making me think there is an issue:
the following line throw red errors in PowerShell because there is NO SPACE after the # sign, as a Nub, you think you've done something wrong because you get 5 lines of errors for each command when all you nee is a Space at each comment
requires -Version 5
requires -RunAsAdministrator
requires -Module PowerShellGet
requires -Module PackageManagement
The lines should read like this, makes all the difference in the world to the powershell command:
requires -Version 5
requires -RunAsAdministrator
requires -Module PowerShellGet
requires -Module PackageManagement

1 comment
-
Justin Hall commented
Thanks for the feedback Dale, and sorry for the delay. This is fixed: https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-powershell-install#add-your-packages-to-your-workstation