skip to Main Content

I was leaning a powershell tutorial where the following code was written:

dotnet tool install --global PowerShell

I tried the code — and found that it installed a something named Powershell(dotnet global)

My question is it is another version of powershell or module or tool or what?
And another question is that without this Powershell(dotnet global) – Will I not be able to install any module?

I am using Windows Terminal and that thing shows like the below picture
reference for powershell(dotnet global)

2

Answers


  1. https://devblogs.microsoft.com/powershell/introducing-powershell-as-net-global-tool/

    Hello , I have put this link that can help you to find the answer to your question.

    Login or Signup to reply.
  2. You have installed PowerShell (formerly PowerShell core), the successor to Windows PowerShell.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search