Installing PowerShell(PWSH) and VMware Power CLI on redhat Linux

 

Install PWSH:

On RHEL 7.x:

 # Register the Microsoft RedHat repository

curl https://packages.microsoft.com/config/rhel/7/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo

On RHEL 8.x:

# Register the Microsoft RedHat repository curl https://packages.microsoft.com/config/rhel/8/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo


# Install PowerShell

sudo yum install -y powershell

# Start PowerShell

pwsh



Installing VMware Power CLI:

install-module -name VMware.PowerCLI


    

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...