Skip to main content

19 november 2024

Prepare the Client

Prepare your Windows or Ubuntu client for the PowerShell deployment.

Procedure

  1. Open the PowerShell command window with administrative rights.

  2. Run the command.

    VersionCommand
    PowerShell 5
    Install-Module -Name AzureRM -Force
    PowerShell 7
    Install-Module -Name Az -Force
  3. To log in to your Azure environment, run the command.

    VersionCommand
    PowerShell 5
    connect-AzurermAccount
    PowerShell 7
    connect-AzAccount

Was deze pagina nuttig?

Feedback geven over dit onderwerp

Was dit onderwerp nuttig?

Vermeld geen persoonlijke of vertrouwelijke informatie.

Link genereren…