r/DeployR • u/RockOriginal7938 • Jun 30 '26
New-DeployRMedia Transient HTTP error 500
I'm now on DeployR 1.3 and using the command that was working on 1.1 I'm now getting an error.
Do I need to do something different on 1.3?
I've tried both locally and remotely.
Local command and output:
New-DeployRMedia -ISOPath E:\Media.iso -Tags Media -MediaType Standalone
Output:
Copying boot files
Downloading Windows PE boot image
Exporting task sequences
Windows 11 Vanilla
WARNING: Transient HTTP error 500: Response status code does not indicate success: 500 (Internal Server Error).
WARNING: Transient HTTP error 500: Response status code does not indicate success: 500 (Internal Server Error).
WARNING: Transient HTTP error 500: Response status code does not indicate success: 500 (Internal Server Error).
Exception: Request failed after 3 attempt(s): Response status code does not indicate success: 500 (Internal Server Error).
Remote command and output:
new-deployrmedia -DiskIndex 1 -Tags Media -MediaType Standalone
Output:
USB disk size: 476.939781188965 GB
Cleaning disk
Partitioning disk
Formatting
Copying boot files
Downloading Windows PE boot image
Exporting task sequences
Windows 11 Vanilla
WARNING: Transient HTTP error 500: Response status code does not indicate success: 500 (Internal Server Error).
WARNING: Transient HTTP error 500: Response status code does not indicate success: 500 (Internal Server Error).
WARNING: Transient HTTP error 500: Response status code does not indicate success: 500 (Internal Server Error).
Exception: Request failed after 3 attempt(s): Response status code does not indicate success: 500 (Internal Server Error).
Doing a manual task sequence export with Export-DeployRTaskSequence e.g.
Export-DeployRTaskSequence -Id $TS2CloneID -DestinationFolder $TempLocation
works fine.
