Parallels / prlctl-scripts

Somes useful scripts to use with Parallels command line to help in automation
MIT License
6 stars 1 forks source link

Script to restrict adding, creating and cloning VMs on an end-user hosts #5

Closed ushakovmd closed 9 months ago

ushakovmd commented 10 months ago

There is a PDB customer who deploys Parallels Desktop app via MDM and pushes the VMs to end users via Configuration profile. Deploying VMs via MDM and deployment pkg isn't an option for them. They want to have a script to restrict Parallels Desktop on end users' hosts. Pushing one will be done via Jamf Pro.

sudo prlsrvctl set --require-pwd add-vm:on sudo prlcrvctl set –require-pwd create-vm:on sudo prlcrvctl set –require-pwd clone-vm:on

cjlapao commented 9 months ago

@ushakovmd this should now be in there as restrict-operations-add-create-clone.xml