Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.06 KB

Get-PSKoanLocation.md

File metadata and controls

46 lines (31 loc) · 1.06 KB
external help file Module Name online version schema
PSKoans-help.xml
PSKoans
2.0.0

Get-PSKoanLocation

SYNOPSIS

Gets the folder location where the current user's copy of the PSKoans lessons are stored.

SYNTAX

Get-PSKoanLocation [<CommonParameters>]

DESCRIPTION

Gets the current value of the PSKoans working library path. This value defaults to $HOME\PSKoans but can be changed as you prefer.

EXAMPLES

EXAMPLE 1

Get-PSKoanLocation

C:\Users\Timmy\PSKoans

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.String

NOTES

RELATED LINKS

https://github.com/vexx32/PSKoans