Ask a questionAsk a question
 

General Discussionii (Invoke-Item), Captain!

  • Thursday, July 31, 2008 12:17 AMBinaryCoder Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Has Code

    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:

    ii . 

    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.)

All Replies