MDA400
MDA400
xcopy works, use the "run command line" task sequence step instead. xcopy [source] [destination] /option Example: xcopy "%ScriptRoot%\CustomStartMenu\Win11\start2.bin" "C\Users\Default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy\LocalState\" /y
it works, but looks like you are using a SMB share path ( \ \\Servername\path ) instead of %ScriptRoot% variable in your command line field, which isn't supported with PSD....
I see you are trying to move a whole folder's contents (recursive) from your deployment share to the computer being imaged. Unfortunately, xcopy cannot do this in PSD. You will...
Good to hear the directory download script at least worked! What are the reason(s) you are trying to run the script from a directory local in Windows, but using the...
> > what does your permissions look like under the deployment share? Does the account specified in the bootstrap.ini have Full access to the folder and subfolders? > > Yes,...
Running into this issue as well on the latest build at the time of this post (0.2.3.0). Put the drivers into a folder in Out-Of-Box Drivers that is named exactly...
Have a look at this post about modelalias use with configmgr - https://www.deploymentresearch.com/using-modelalias-for-configmgr-driver-management/ Its likely how its being used. There are lines in the ZTIGather.xml file (scripts folder) that explain...
Yeah, documentation is a little out of date (references names of old scripts for example). Got it working by changing **Windows 11 \ %ModelAlias%** to just **Windows 11 \ %Model%**...
> Can you provide the PSD.log; this should contain some additional information. I see it is looking for App id: {a1f8efee-d27b-41f5-924f-b7eef881e9eb}. Are you doing ZeroTouch (with no PSDwizard) or LiteTouch...
(accidentally closed this issue)