Search code examples
windowswindows-shell

How to locate files/directories in Windows power shell


I am using a remote windows server and I have access to only windows power shell. I need to find path of few directories. Is there any way to locate files/directories in windows power shell.

Thank You


Solution

  • I got the solution, the command is

    C:\> get-childitem -recurse -include *directory-name*