Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.16 KB

Get-PSKoanLocation.md

File metadata and controls

55 lines (33 loc) · 1.16 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

The location used to store the user's koan topic files.

NOTES

Author: Joel Sallow (@vexx32)

RELATED LINKS

PSKoans