Results 1 to 2 of 2

Thread: Command Line Paragon

  1. #1
    Junior Member
    Join Date
    Sep 2016
    Posts
    3

    Command Line Paragon

    I am in need of writing a cmd/powershell script to check status of backups. Where would I find documentation on available command line arguments that can be used for paragon?

  2. #2
    Junior Member
    Join Date
    Sep 2016
    Posts
    3

    Re: Command Line Paragon

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •