Problem
Using Invoke-ReflectivePEInjection crashes the host PowerShell process.
Environment
Microsoft Windows 10 Pro 1909 Build 18363.1256
How to recreate
copy C:\Windows\System32\calc.exe .
$PEBytes = [IO.File]::ReadAllBytes('C:\Users\Anon\calc.exe')
Invoke-ReflectivePEInjection -PEBytes $PEBytes
Crash Artifacts
WerFault.exe is invoked by PowerShell and svchost signaling the crash of the former.

Note: 404 is PID of the PowerShell process.