Hello,
Thanks for your feedback, I didn't realize the batch operation is limited in this way. In that case, you'll want to use a CLI Script instead. With ProCurve/AOS you can change the "PVID" by creating a CLI Script with contents like:
configure
vlan ${vlan-id} untagged ${port-range}
When you deploy the script, select all the applicable devices, and then fill in the variables on a per-device basis. They can also be scheduled as needed.
port-range variable should be filled in during deployment with the interfaces you want to change on the devices, in the format that ProCurve/AOS accepts, like:
[ethernet] PORT-LIST Enter a port number, a list of ports or 'all' for all ports.
Examples: 1,3-4,6 or A1-A2,B4,C5 (port numbering varies by fixed-port/chassis/stackable models)
If you would like Batch Operations or VLAN Deployment to be expanded in the future to support this directly, please contact your HPE Sales/Account Management rep and ask them to open Feature Request(s) for IMC.
PS. A more advanced alternative is to add a new custom Interface Configuration Guide option to perform this task on ProCurve/AOS switches. The unofficial IMC Customization document has a chapter on "Creating custom batch device and interface operations".