Added MSU links: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-405#post-1526432 And updated the updates overview, linked to at the OP (first post of this thread)
First i got all updates offered on a clean 18362.30 techbench iso install, the CU was to 18362.116, after a reboot and manually clicking on "search for updates", i get kb4497935 (18362.145) offered on WU, showing the screen @Leope shows.
The Dism.exe command is your friend from an Admin CMD prompt. Code: DISM /export-image /SourceImageFile:"X:\FullImagePath\install.wim" /SourceIndex:IndexNumber /DestinationImageFile:"C:\install.esd" /Compress:recovery /CheckIntegrity Wim Info: Code: DISM.exe /Get-WimInfo /WimFile:"X:\FullImagePath\install.wim" Dism Help: Code: DISM /?
He already gave you the answer. Use the Get-WimInfo command to determine the index number of Enterprise x64 in YOUR WIM file. And adjust the parameters of the first DISM command he posted accordingly.