Showing posts with label account. Show all posts
Showing posts with label account. Show all posts

Monday, 5 September 2016

How to Login to your Azure from PowerShell

How to Login to your Azure from PowerShell

  • To login to your Azure account, use the Add-AzureRmAccount cmdlet.

Add-AzureRmAccount

  • The cmdlet prompts you for the login credentials for your Azure account. 
  • After logging in, it downloads your account settings so they are available to Azure PowerShell.
  • The account settings expire, so you need to refresh them occasionally. 
  • To refresh the account settings, run Add-AzureRmAccount again.

Tuesday, 6 October 2015

Can IIS Managment Pack run on Low Privilege account

Can IIS Management Pack run on Low Privilege account



  • The IIS Management Pack relies on the IIS metabase, which requires administrator rights. Because of this requirement, the Management Pack cannot be run using a low-privilege account on an agent computer