PowerShell Module: Install the Public Preview Version

PowerShell Module: Install the Public Preview Version

This feature is only available in the Nerdio Manager Premium edition.

For each release of Nerdio Manager where there are changes to the REST API, we release a corresponding new version of the Nerdio Manager PowerShell module. When the release goes to Public Preview, we release a version of the module tagged in the PowerShell Gallery as a pre-release version, which is not install by default. For customers who adopt the Public Preview release of Nerdio Manager, and who want to install the corresponding version of the Power Shell module, here are the instructions for each installation method.

Install the PowerShell Module from the PowerShell Gallery

The following steps must be performed to install the PowerShell Module from the Microsoft PowerShell Gallery.

To install the module:

  1. Open PowerShell ISE as Administrator.

  2. Execute the following command:

    Install-Module -Name NerdioManagerPowerShell -AllowPrerelease

  3. When prompted, select Yes to All.

Install the PowerShell Module from GitHub

The following steps must be performed to install the PowerShell Module.

To install the module:

  1. Open a browser and navigate to https://github.com/Get-Nerdio/NerdioManagerPowerShell.

  2. Select main and then select public-preview to switch to the public-preview branch.

  3. Select CodeDownload Zip.

  4. Optionally, based on OS security, unblock the zip file.

    • Right-click the zip file and select Properties.

    • At the bottom of the General tab, select Unblock.

    • Select OK.

  5. Unzip the file.

    Note: When using Windows Extract Compress file remove NerdioManagerPowerShell-Main for the end of the path. If that is not done, there will be a nested NerdioManagerPowerShell-Main in the path.

  6. Open PowerShell ISE and navigate to the folder from the previous step. (for example, CD C:\Users\ssa\Downloads\NerdioManagerPowerShell-Main)

    Note: When using this PowerShell module in development, you may want to install it so it is accessible by default. See this Microsoft article for instructions.

  7. In PowerShell, run the following command to import the PowerShell Module:

    Import-Module NerdioManagerPowerShell

  8. Run the following command to verify the installation completed properly:

    Get-Command -Module NerdioManagerPowerShell

Note: When successfully installed, the previous command returns output that looks like this:

Was this article helpful?

0 out of 0 found this helpful
Have more questions? Submit a request

Comments (0 comments)

Please sign in to leave a comment.