Gets information about the current working location or a location stack.
Get-Location
Sets the current working location to a specified location.
Set-Location
Adds the current location to the top of a location stack.
Push-Location
Changes the current location to the location most recently pushed onto the stack.
Pop-Location
Get-Location parameter indicating the cmdlet displays the locations in the current stack.
-Stack
Get-Location parameter indicating the cmdlet displays the locations in a named location stack.
-StackName
Set-Location parameter specifying the path of a new working location.
-Path