Track PSImage Imaging and Add Windows PE Drivers

PSImage is not supported by FileWave Technical Support. This material is provided for educational use. For paid setup or customization help, contact professional.services@filewave.com or review Professional Services. If your organization has unused Professional Services hours, ask whether they can be used for this work. Send PSImage feedback to the same email address. You can discuss community use on the FileWave Discord server. For FileWave's supported Windows imaging workflow, use Network Imaging / IVS.

View imaging history

Browse to the logs folder on the PSImage share or the Imaging volume of the USB thumb drive, right-click search_history.ps1, and choose Run with PowerShell. Expand the window horizontally if the query results are clipped. Transcripts of each image restore operation are saved as .log files in \logs\restore. The start and end times shown there cover the image restoration only, not the post-imaging phase.

PSImage writes the beginning and ending imaging times to HKLM\Software\PSImage on the reimaged client. This duration covers only the post-imaging phase. The same Registry key records the restored image name. Custom Field data from image_mappings.txt is also written there when another imaging method is used instead of a Fileset.

PSImage writes the post-imaging log to C:\Windows\Temp\psimage.log on the restored client. When you add custom actions to to_do.bat, direct their output to this log for troubleshooting.

Adding drivers to boot.wim

If you find that there is no network access or degraded network access when booted into Windows PE, you may need to inject the appropriate Windows 10 NIC drivers for some of your PC models.

  1. Create C:\Windows\Temp\drivers.
  2. On a working PC of the model you are having an issue with boot into Windows and open a CMD prompt with admin privileges to export all 3rd party drivers. If you have already extracted drivers for this PC model then just check the models folder on your psimage share for the ethernet NIC driver.
    dism /online /export-driver /destination:c:\windows\temp\drivers
    
  3. View c:\windows\temp\drivers or \\psimage\models and check folder names to determine which one holds the ethernet NIC drivers for your PC. Copy the folder containing your ethernet NIC driver to your desktop.
  4. Mount your boot.wim image using the instructions from Building Your Imaging Environment (PSImage).
  5. Inject the drivers for your ethernet NIC with
    dism /image:C:\WinPE_amd64\mount /add-driver /driver:"C:\fully\qualified\path\to\driver\folder" /recurse
    
  6. Unmount and commit your changes to boot.wim using the instructions from Building Your Imaging Environment (PSImage).

Revision #7
Created 2023-07-21 15:56:01 UTC by Josh Levitsky
Updated 2026-07-23 13:04:50 UTC by Josh Levitsky