Aug 30, 2015
Post comments count0
Post likes count0
PowerTip: Retrieve Last Token with PowerShell

Summary: Learn how to use Windows PowerShell to retrieve the last token and avoid retyping. I used Get-Process to view a process I launched, and later I wanted to stop the process. How can I do this without doing a lot of typing or creating new variables? The $$ automatic variab...