Using PowerShell for managing Azure resources

From PUBLIC-WIKI
Revision as of 08:59, 15 November 2018 by Eyales (talk | contribs) (Created page with "== How to configure PowerShell for managing Azure resources (Windows platform) == * Login to the machine using privileged account. * From command prompt, run the command below...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to configure PowerShell for managing Azure resources (Windows platform)

  • Login to the machine using privileged account.
  • From command prompt, run the command below to invoke PowerShell:
powershell
Note: You need to run cmd.exe or PowerShell.exe as administrator.
  • Run the command below to find out the current PowerShell version:
$PSVersionTable.PSVersion