Edit Computer Settings
1 Votes |
Description
This task will allow non-master operators to add "Client Settings" to computers under their purview. They will only be able to deploy this task to computers they have access to.
Note: Because computer settings are usually created via a specific mechanism of the console an additional step will need to be taken after this deployment is complete in order for the setting to be visible under the "Computers" navigator item in the console. Once deployment of this task is completed, a user must manually assign a value to this setting on any computer (even the original one that this task was deployed to).
What this does is force the server to create a "Property" in the properties repository so the value of this setting can be displayed using the "Column Picker". If this last step is not done the setting will exist in the computer, but it will not be visible in the console.
Property Details
22634 | |
Alpha - Code that was just developed | |
Edit Computer Settings | |
BESC | |
Client Setting | |
0 | |
Mike Consuegra - Lighthouse Computer Services | |
11/17/2016 6:08:34 PM | |
Edit Computer Settings, Client Settings | |
True | |
mxc0bbn on 11/17/2016 6:08:34 PM | |
mxc0bbn on 11/17/2016 6:08:34 PM | |
5252 Views / 61 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Actions
Action 1 (default)
// Request for user to enter the name of the client setting to be created or modified
action parameter query "SettingName" with description "Please enter the name of the Client Setting to be added/modified"
// Request for user to enter the value of the client setting to be created or modified
action parameter query "SettingValue" with description "Please enter the value of the Client Setting to be added/modified"
// Create or modify the client setting as requested above
setting "{parameter "SettingName" of action}"="{parameter "SettingValue" of action}" on "{parameter "action issue date" of action}" for client
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |