May 2007
Beginner
320 pages
8h 23m
English
In Chapter 1, Overview of Windows PowerShell, we presented the various Help utilities available that show how to use cmdlets. The alias provider provides easy-to-use access to all aliases defined in Windows PowerShell. To work with the aliases on your machine, use the Set-Location cmdlet and specify the Alias:\ drive. You can then use the same cmdlets you would use to work with the file system.
With the alias provider, you can use a Where-Object cmdlet and filter to search for an alias by name or description.
Working with the alias provider
Open Windows PowerShell.
Obtain a listing of all the providers by using the Get-PSProvider cmdlet. This is shown here:
Get-PSProvider
The PSDrive associated with the alias provider ...
Read now
Unlock full access