April 22nd, 2015

PowerTip: Display Locations Stored on Stack

Doctor Scripto
Scripter

SummaryUse Windows PowerShell to display locations stored on the default stack.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see the locations that are stored on my default location stack?

Hey, Scripting Guy! Answer Use the –Stack parameter of Get-Location:

Get-Location -Stack

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.