craigegross
Member
- Messages
- 9
- Reaction score
- 0
- Points
- 1
We are working on an offline deployment of Windows 11. During the task sequence we have a PowerShell scriptsthat runs and collects information from the machine.
Our goal is to take that data that was gathered into a csv and send that file to a network share where the data can be compiled and used for further processing.
I have tried to run xcopy to get the file to the share but it fails.
xcopy C:\ProgramData\NESTImaging\*.csv \\IPAddress\Depot_Data\ > C:\ProgramData\NESTImaging\copy.txt
The share location has read/wrote access to "Everyone"
Any suggestions to collect this data?
Our goal is to take that data that was gathered into a csv and send that file to a network share where the data can be compiled and used for further processing.
I have tried to run xcopy to get the file to the share but it fails.
xcopy C:\ProgramData\NESTImaging\*.csv \\IPAddress\Depot_Data\ > C:\ProgramData\NESTImaging\copy.txt
The share location has read/wrote access to "Everyone"
Any suggestions to collect this data?