Hello,
I want to clone my system SSD (256GB) to a new empty SSD (1TB) but after starting the cloning it fails instantly with the API Error 0x00B4001500000000.
I attached the exported log files.
Any help will be highly appreciated!

It seems that the WMI repository in your Windows is corrupted, please run the following command in a cmd.exe running with administrator privileges to fix it.
net stop winmgmt /y
c:
cd %systemroot%\system32\wbem
rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
cd %programfiles%\citrix\system32\citrix\wmi
for /f %s in ('dir /b *.mof *.mfl') do mofcomp %s
net start winmgmt
Reboot the machine and try again. If an error occurs while resetting, try several more times. Please let us know the result, thanks.