May 2007
Beginner
320 pages
8h 23m
English
Using the Get-Command cmdlet, you can obtain a listing of all the cmdlets installed on the Windows PowerShell, but there is much more that can be done using this extremely versatile cmdlet. One such method of using the Get-Command cmdlet is to use wild card characters. This is shown in the following procedure:
Just the Steps Searching for cmdlets using wild card characters In a Windows PowerShell prompt, enter the Get-Command cmdlet followed by a wild card character. Example:
get-command *
Finding commands by using the Get-Command cmdlet
Start Windows PowerShell by using Start | Run | Windows PowerShell. The PowerShell prompt will open by default at the root of your Documents And Settings.
Use an alias to refer ...