PS Location Flashcards
1
Q
Gets information about the current working location or a location stack.
A
Get-Location
2
Q
Sets the current working location to a specified location.
A
Set-Location
3
Q
Adds the current location to the top of a location stack.
A
Push-Location
4
Q
Changes the current location to the location most recently pushed onto the stack.
A
Pop-Location
5
Q
Get-Location parameter indicating the cmdlet displays the locations in the current stack.
A
-Stack
6
Q
Get-Location parameter indicating the cmdlet displays the locations in a named location stack.
A
-StackName
7
Q
Set-Location parameter specifying the path of a new working location.
A
-Path