You can update client properties for clients in a client computer group.
Procedure
-
Download the update_multiple_clients_template.xml file to the computer where you will run the command.
-
Open the XML file and update the parameters as needed.
For information on supported parameters, see XML Parameters for Client Operations.
-
Save the changes to the XML file.
-
From software_installation_directory/Base type the following command:
qoperation execute -af xml_path/update_multiple_clients_template.xmlIf the XML file is saved in the software_installation_directory/Base directory, the file path (xml_path in the preceding example) does not need to be included on the command line.
Example
The following command sets AES encryption on the clients in the "tier1" client group. In this example, the parameters are listed on the command line:
qoperation execute -af xml_path/update_multiple_clients_template.xml -entity/clientGroupName "tier1" -CipherType "AES" -EnableEncryption true -EncryptKeyLength 256