May 2007
Beginner
320 pages
8h 23m
English
The Function provider provides access to the functions defined in Windows PowerShell. By using the function provider you can obtain a listing of all the functions on your system. You can also add, modify, and delete functions. The function provider uses a file system–based model, and the cmdlets learned earlier also apply to working with functions. The commands used in the procedure are in the ListingAllFunctionsOnTheSystem.txt file.
Listing all functions on the system
Open Windows PowerShell.
Use the Set-Location cmdlet to change the working location to the function PSDrive. This command is shown here:
Set-Location function:\
Use the Get-ChildItem cmdlet to enumerate all the functions. Do this by using the gci
Read now
Unlock full access