PS Location Flashcards

1
Q

Gets information about the current working location or a location stack.

A

Get-Location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sets the current working location to a specified location.

A

Set-Location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Adds the current location to the top of a location stack.

A

Push-Location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Changes the current location to the location most recently pushed onto the stack.

A

Pop-Location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Get-Location parameter indicating the cmdlet displays the locations in the current stack.

A

-Stack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Get-Location parameter indicating the cmdlet displays the locations in a named location stack.

A

-StackName

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Set-Location parameter specifying the path of a new working location.

A

-Path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly