exam questions

Exam 70-537 All Questions

View all questions & answers for the 70-537 exam

Exam 70-537 topic 1 question 41 discussion

Actual exam question from Microsoft's 70-537
Question #: 41
Topic #: 1
[All 70-537 Questions]

HOTSPOT -
You have an Azure Stack integrated system.
You need to install the Azure Stack-compatible Azure PowerShell modules on a management workstation.
You set the $profile variable to the correct API version.
Which commands should you run? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-powershell-install

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
dd13
4 years, 5 months ago
# Install the AzureRM.BootStrapper module. Select Yes when prompted to install NuGet Install-Module -Name AzureRM.BootStrapper # Install and import the API Version Profile required by Azure Stack Hub into the current PowerShell session. Use-AzureRmProfile -Profile <2019-03-01-hybrid> -Force
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...