How to do it...

To list out the providers in PowerShell, follow these steps:

  1. Run pwsh to load PowerShell on the Terminal.
  2. Run the command:
PS> Get-PsProvider

Note the providers available in PowerShell, and the drives and capabilities found within these providers.

  1. Navigate to the Alias: drive.
PS> Set-Location Alias:
Notice the preceding colon after the drive name (Alias: and not Alias). This is important to indicate to PowerShell that you're switching drives. Without the colon, PowerShell would simply try to look for a directory called Alias in your present working directory.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.221.98.71