I'm looking at the examples to out a directory listing all the files into a .txt document. I can't seem to use the GET-ChildItem command to work in a different directory,
Get-ChildItem
This lists all the files and directories on the top directory, but how to do this for a spcifice folder or directory?
Thanks