Use Custom PSImage Behaviors
PSImage is an unsupported alternative to FileWave Network Imaging / IVS, so FileWave Support does not troubleshoot it. For paid setup or customization help, contact Professional Services. Community discussion is available on the FileWave Discord server. For the supported Windows imaging workflow, use Network Imaging / IVS.
- To prevent client certificate issues when reimaging
- Do not delete old device entries.
- Enable "Automatically resolve conflicts - Replace old clients with new" in the New Client From Server window.
- If
z:\scripts\debug.onexists, restore stops at a command prompt instead of rebooting so you can review output. Toggle this behavior withedit_config.ps1in theconfigfolder. - If
z:\scripts\mode.reimageexists, PSImage goes directly to imaging and skips the main menu. Toggle it withedit_config.ps1in theconfigfolder. - If
z:\extraexists, PSImage copies its contents tow:\windows\temp\psimage, which becomesc:\windows\temp\psimageafter the new operating system starts. - If
z:\scripts\to_do.batexists, PSImage copies it to the temporary PSImage folder and runs it during post-imaging. A sampleto_do.batis included by default. - Set
server=promptinx:\imaging\config.inito ask for the server address while reading the remaining credentials fromconfig.ini. This supports distributed sites that should image from a local share instead of across the WAN. - Set
mode=usbin theconfig.inistored inboot.wimfor dual-partition USB disk imaging. - If
z:\fwclient\customexists, PSImage copies its contents toC:\Program Files (x86)\FileWave\customto customize FileWave Kiosk. - Enter
zto open a command prompt at either of these points:- The main PSImage menu and
- When asked to press Return to reboot after successful image capture.
- PSImage creates
C:\Windows\Temp\restore.doneimmediately before the final post-imaging reboot. Requirement scripts can use this marker to postpone Filesets until post-imaging is complete.