ZTIGather.xml errors on fresh deployment share
On a fresh windows 11 22H2 install, when installing Install-PSD.ps1, I get an error message: Move-Item: Cannot find path "...PSD-master\PSD-master\scripts\ZTIGather.xml" because it does not exist
Also, when updating my deploymentshare, I get the same error about ZTIGather.xml... I looked in the Scripts folder on github--it really isn't there. Is this intentional or a booboo? How important is this file?
seem this is a bug, ZTIGather.xml was moved instead of copied my workaround is re-extract the source code of PSD then run the script again
did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.
As you see here it copies to a backup (while named $FoldertoMove)
Then later on there it will try to copy the modules to their path:
Your Install-PSD>log file may tell you more.
@GeoSimos @arwidmark do you think this may be a bug?
did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.
As you see here it copies to a backup (while named $FoldertoMove)
Then later on there it will try to copy the modules to their path:
Your Install-PSD>log file may tell you more.
@GeoSimos @arwidmark do you think this may be a bug?
If memory serves well, it is a bug, not fixed yet. Got to deal with it at some point.
did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.
As you see here it copies to a backup (while named $FoldertoMove)
Then later on there it will try to copy the modules to their path:
Your Install-PSD>log file may tell you more.
@GeoSimos @arwidmark do you think this may be a bug?
did you run use Install-PSD.ps1 with -Upgrade switch? I have seen inconsistent results trying to upgrade. Try to start fresh if you can. I noticed there isn't a -Force in the Copy-Item and, in my experience, this may not replace/overwrite the current modules.
As you see here it copies to a backup (while named $FoldertoMove)
Then later on there it will try to copy the modules to their path:
Your Install-PSD>log file may tell you more.
@GeoSimos @arwidmark do you think this may be a bug?
this is a fresh windows install, on a fresh deployment share. It was not ran with -Upgrade. I haven't even used PSD because I am assuming it is broken until this is corrected.