The Jlink is being powered by the target processors USB connector

To get the Jlink Segger target probe to work I have tried:
Un-installing, then re-installing MCUXpressoIDE_11.0.0_2516.exe
tried
1. JLink_Windows_V647d.exe
2. JLink_Windows_V612.exe
3. JLink_Windows_V646h.exe
When I reinstalled MCUXpressoIDE_11.0.0_2516.exe, it uses version:
JLink_Windows_V6.44i
When it installs, it creates the Jlink folder here:
C:\Program Files (x86)\SEGGER\JLink_V644i
But the IDE looks for it here:
C:\Program Files (x86)\SEGGER\JLink
So I moved all the files from the C:\Program Files (x86)\SEGGER\JLink_V644i folder to the C:\Program Files (x86)\SEGGER\JLink folder.
The Console Tab:
[03-7-2019 01:07:28] Executing Server: "C:\Program Files (x86)\SEGGER\JLink\JLink.exe" -nosilent -swoport 2332 -select USB -telnetport 2333 -singlerun -endian little -noir -speed auto -port 2331 -vd -device MKL28Z512xxx7 -if SWD -halt -reportuseraction
SEGGER J-Link Commander V6.44i (Compiled May 17 2019 17:35:18)
DLL version V6.44i, compiled May 17 2019 17:34:22
Unknown command line option -nosilent.
Server has been shut down.
The windows message box:

As I mentioned, powering the FRDM-KNL28Z from the target USB and using the PEMico's Multilink Probe,
the project can be debugged.