I have discovered the following which I have found highly useful.
Let's say you are working in PowerShell and want to display the current working folder in Windows Explorer.
All you need to do is execute:
That is ii (for Invoke-Item), space, period.
(Of course, if you want to show a child folder, substitute its name in place of the period.)