I am trying to write a script for remote managing some parallels VMs (leveraging `prlctl` for the most part), and I am wondering if there is some way I can query the licensing status of Parallels Desktop on the machine. I'd like to error out of my script with a message if they are not licensed, and request that the user go obtain a license and install it.
Hello, did you check this guide? There is some info about prlctl, please also let us know if it's not that case.
Yes - this actually *DOES* answer my question. I was unaware of `prlsrvctl` - I had only previously used `prlctl`. This also answers my question I previously posted at https://forum.parallels.com/threads/configure-port-forwarding-with-prlctl.348807/. Thank you!