Install-Module fails for AzureAutomationAuthoringToolkit

cenko2 41 Reputation points
2021-06-29T21:06:18.75+00:00

When installing the Azure Automation Authoring Toolkit module, it errored with the following message:
PackageManagement\Install-Package : No match was found for the specified search criteria and module name 'AzureAutomationAuthoringToolkit'. Try Get-PSRepository to see all available registered module repositories.
110442-image.png

There are two listed repositories after executing Get-PSRepository. Does the error mean it cannot find the module in either repository? What would be the best course of action to be able to install the module? Thank you in advance.

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,131 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,387 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 45,096 Reputation points
    2021-06-29T21:34:22.71+00:00

    That looks more like a problem with DNS than PowerShell. The warnings say that the names of the repositories cannot be resolved.

    0 comments No comments