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
I got the solution, the command is
C:\> get-childitem -recurse -include *directory-name*