The UE-V agent can be configured using powershell, here are some examples how to configure the agent:
Every UE-V powershell command must be run under the UE-V module. This module must be imported: Import-module Microsoft.UEV.commands
Set the location where to save the users settings: Set-UevUserSetting -Names SettingsStoragePath -Values \\server\Share\UserName
Set the location where to template files are stored, these contain the registry and folder settings what to save: Set-UevUserSetting -Names SettingsTemplateCatalogPath -Values \\server\share\UE-V\Templates
Apply a self-created Template file: Register-UevTemplate -path \\server\Share\UE-V\Templates\Template.xml
To query what settings are applied for the current user use the following command: Get-UevSetting -User
To query what templates are applied on the system use the following command: Get-UevTemplate
Unregister a template from the system: Unregister-UevTemplate -path \\server\Share\UE-V\Templates\Template.xml
Updates a settings location template: Update-UevTemplate –path \\server\Share\UE-V\Templates\Template.xml
Validate a Template if it complies with its XML schema: Confirm-UevTemplate-path \\server\Share\UE-V\Templates\Template.xml
Restore settings for an application: Restore-UevUserSettings -Application Notepad -force
Can’t get the solution to work? Contact me and let me do the trick.
No responses yet