Under Resource > Batch Operations, unfortunately no - almost everything but Web Manager.: Telnet SSH snmp login -
That needs to be an added feature. I suspect the reason its not supported is that this info is stored in another table from the regular access info above.
However if you feel up to some DB surgery., you can add to the table that stores the web manager access.
** make a backup first of course **
This is for MySQL but I suspect the MS SQL DBs & tables are named the same. The MySQL workbench tool is very handy for this kind of stuff BTW
The config_DB has the device information in the tbl_dev, which includes the field for dev_ip with the key dev_id.
get the dev_ids for the devices you need from here.
Go to the table tbl_dev_extendedinfo and insert new rows with the dev_ids and other fields you want populated:
dev_id, dev_web_access_protocol, dev_web_access_port, url