external help file | Module Name | online version | schema |
---|---|---|---|
PSKoans-help.xml |
PSKoans |
2.0.0 |
Gets the folder location where the current user's copy of the PSKoans lessons are stored.
Get-PSKoanLocation [<CommonParameters>]
Gets the current value of the PSKoans working library path.
This value defaults to $HOME\PSKoans
but can be changed as you prefer.
Get-PSKoanLocation
C:\Users\Timmy\PSKoans
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
The location used to store the user's koan topic files.
Author: Joel Sallow (@vexx32)