FriendsOfMDT / PSD

PowerShell Deployment
MIT License
525 stars 83 forks source link

The term X:\MININT\Cache\PSDResources\Read ERROR entering deploymentboot #180

Open Tokkiedekip opened 2 months ago

Tokkiedekip commented 2 months ago

Schermafbeelding 2024-09-17 113142

PowerShellCrack commented 2 months ago

I assume this is after the 2.30 upgrade?

Can u post your custom settings.ini.

PowerShellCrack commented 2 months ago

Also is there ps1 file in the PSDResources\Readiness folder? Also do you have this set in cs.ini:

PSDReadinessScript=Computer_Readiness.ps1

it can be that script or something similar. But you must also set this value to skip this :

SkipReadinessCheck=YES
ewplayer3 commented 1 month ago

It's possible this may be a bug in the PSDDeploymentShare.psm1 module.

I'd been having similar, but unrelated troubles with it referencing a cache folder on X:\MiniNT\ and not finding the files or folders there.

The code chunk from ~193 - ~210 has calls to actually copy the content if it's Web or UNC path, but standard Volume drives (which I assume is related to the Else statement) has no call to ever copy the content anywhere.