WARNING: [localhost]:Cannot bind argument to parameter becasue it is null.

ste 21 Reputation points
2022-08-10T15:35:23.017+00:00

Hi,

Every time I run a PowerShell command, I get this message, how can i fix it please?

230052-image.png

Thank you.

Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rich Matheisen 47,901 Reputation points
    2022-08-11T18:29:05.877+00:00

    Have you installed the PowerShellGet module? If so, are you running the most recent version?

    If you haven't, try this: Install-Module -Name PowerShellGet -Repository PSGallery -Force and then try installing the AZ module.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.