Summary: Learn how to retrieve the last token that was received by Windows PowerShell.
How can I retrieve the last token received by Windows PowerShell?
Use the $$ automatic variable:
PS C:\> notepad C:\fso\AMoreComplete.txt
PS C:\> $$
C:\fso\AMoreComplete.txt