I found the documentation of what I needed. Still mulling it over. On the machine running paragon protect and restore open PS Session. Just hit the window key and type PS Session, and then you should see it. In the new powershell window type "get-help prm"
You will be so overloaded with information you will not know what to do so do this instead:

get-help prm > C:\users\(your user)\desktop\prm-help.txt
Change out (your user) with your actual user name. This will save a txt file to your desktop with the entire output of get-help. If you have 0 scripting experience this might be a bad place to start learning, it is easy but not straight forward.