Morning,
Sorry I am new to using powershell - it is a simple script to provide me a folder structure and files in a particular drive. I am struggling to work out why anything I try it will not export my results. The script is as follows so any help someone can offer
would be appreciated:
Get -ChildItem -Force "G:\Blah Blah Blah" -Recurse
Thanks