Merge pull request #89 from JanKeller1/6641851a

Changed Agent to service in multiple places
This commit is contained in:
Brian Lich 2016-07-29 13:56:29 -07:00 committed by GitHub
commit 8fe77ef122
9 changed files with 14 additions and 24 deletions

View File

@ -12,12 +12,12 @@ ms.prod: w10
# Administering UE-V # Administering UE-V
After you have deployed User Experience Virtualization (UE-V), you must be able to perform various ongoing administrative tasks, such as managing the configuration of the UE-V Agent and recovering lost settings. These post-installation tasks are described in the following sections. After you have deployed User Experience Virtualization (UE-V), you must be able to perform various ongoing administrative tasks, such as managing the configuration of the UE-V service and recovering lost settings. These post-installation tasks are described in the following sections.
## Managing UE-V configurations ## Managing UE-V configurations
In the course of the UE-V lifecycle, you have to manage the configuration of the UE-V Agent and also manage storage locations for resources such as settings package files. In the course of the UE-V lifecycle, you have to manage the configuration of the UE-V service and also manage storage locations for resources such as settings package files.
[Manage Configurations for UE-V](uev-manage-configurations.md) [Manage Configurations for UE-V](uev-manage-configurations.md)

View File

@ -139,7 +139,7 @@ The **Template Auto Update** task checks the settings template catalog for new,
   
**Example:** The following command configures the UE-V Agent to check the settings template catalog store every hour. **Example:** The following command configures the UE-V service to check the settings template catalog store every hour.
``` syntax ``` syntax
schtasks /change /tn "Microsoft\UE-V\Template Auto Update" /ri 60 schtasks /change /tn "Microsoft\UE-V\Template Auto Update" /ri 60

View File

@ -44,8 +44,7 @@ The following policy settings can be configured for UE-V.
<tr class="even"> <tr class="even">
<td align="left"><p>First Use Notification</p></td> <td align="left"><p>First Use Notification</p></td>
<td align="left"><p>Computers Only</p></td> <td align="left"><p>Computers Only</p></td>
<td align="left"><p>This Group Policy setting enables a notification in the notification area that appears when the UE-V</p> <td align="left"><p>This Group Policy setting enables a notification in the notification area that appears when the UE-V service runs for the first time.</p></td>
<p>agent runs for the first time.</p></td>
<td align="left"><p>The default is enabled.</p></td> <td align="left"><p>The default is enabled.</p></td>
</tr> </tr>
<tr class="odd"> <tr class="odd">

View File

@ -17,7 +17,7 @@ User Experience Virtualization (UE-V) uses XML settings location templates to de
## Manage UE-V settings location templates by using Windows PowerShell ## Manage UE-V settings location templates by using Windows PowerShell
The WMI and Windows PowerShell features of UE-V include the ability to enable, disable, register, update, and unregister settings location templates. By using these features, you can automate the process of registering, updating, or unregistering templates with the UE-V Agent. You can also manually register templates by using WMI and Windows PowerShell commands. By using these features in conjunction with an electronic software distribution solution, Group Policy, or another automated deployment method such as a script, you can further automate that process. The WMI and Windows PowerShell features of UE-V include the ability to enable, disable, register, update, and unregister settings location templates. By using these features, you can automate the process of registering, updating, or unregistering templates with the UE-V service. You can also manually register templates by using WMI and Windows PowerShell commands. By using these features in conjunction with an electronic software distribution solution, Group Policy, or another automated deployment method such as a script, you can further automate that process.
You must have administrator permissions to update, register, or unregister a settings location template. Administrator permissions are not required to enable, disable, or list templates. You must have administrator permissions to update, register, or unregister a settings location template. Administrator permissions are not required to enable, disable, or list templates.

View File

@ -39,7 +39,7 @@ Simply copying the files and folders does not preserve the security settings and
4. Grant share-level permissions to the new share. Leave the NTFS file system permissions as they were set by Robocopy. 4. Grant share-level permissions to the new share. Leave the NTFS file system permissions as they were set by Robocopy.
On computers that run the UE-V Agent, update the **SettingsStoragePath** configuration setting to the Universal Naming Convention (UNC) path of the new share. On computers on which the UE-V service is enabled, update the **SettingsStoragePath** configuration setting to the Universal Naming Convention (UNC) path of the new share.
## Have a suggestion for UE-V? ## Have a suggestion for UE-V?

View File

@ -192,11 +192,11 @@ When you use the Encrypting File System (EFS) to encrypt files on a remote serve
This encryption process does not apply when your system includes Internet Protocol security (IPsec) or Web Distributed Authoring and Versioning (WebDAV). IPsec encrypts data while it is transported over a TCP/IP network. If the file is encrypted before it is copied or moved to a WebDAV folder on a server, it remains encrypted during the transmission and while it is stored on the server. This encryption process does not apply when your system includes Internet Protocol security (IPsec) or Web Distributed Authoring and Versioning (WebDAV). IPsec encrypts data while it is transported over a TCP/IP network. If the file is encrypted before it is copied or moved to a WebDAV folder on a server, it remains encrypted during the transmission and while it is stored on the server.
### Let the UE-V Agent create folders for each user ### Let the UE-V service create folders for each user
To ensure that UE-V works optimally, create only the root share on the server, and let the UE-V Agent create the folders for each user. UE-V creates these user folders with the appropriate security. To ensure that UE-V works optimally, create only the root share on the server, and let the UE-V service create the folders for each user. UE-V creates these user folders with the appropriate security.
This permission configuration enables users to create folders for settings storage. The UE-V Agent creates and secures a settings package folder while it runs in the context of the user. Users receive full control to their settings package folder. Other users do not inherit access to this folder. You do not have to create and secure individual user directories. The agent that runs in the context of the user does it automatically. This permission configuration enables users to create folders for settings storage. The UE-V service creates and secures a settings package folder while it runs in the context of the user. Users receive full control to their settings package folder. Other users do not inherit access to this folder. You do not have to create and secure individual user directories. The UE-V service that runs in the context of the user does it automatically.
**Note** **Note**
Additional security can be configured when a Windows Server is used for the settings storage share. UE-V can be configured to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable additional security, use the following command: Additional security can be configured when a Windows Server is used for the settings storage share. UE-V can be configured to verify that either the local Administrators group or the current user is the owner of the folder where settings packages are stored. To enable additional security, use the following command:
@ -205,12 +205,12 @@ Additional security can be configured when a Windows Server is used for the sett
2. Set the registry key value to *1*. 2. Set the registry key value to *1*.
When this configuration setting is in place, the UE-V Agent verifies that the local Administrators group or current user is the owner of the settings package folder. If not, then the UE-V Agent does not grant access to the folder. When this configuration setting is in place, the UE-V service verifies that the local Administrators group or current user is the owner of the settings package folder. If not, then the UE-V service does not grant access to the folder.
If you must create folders for the users, ensure that you have the correct permissions set. If you must create folders for the users, ensure that you have the correct permissions set.
We strongly recommend that you do not pre-create folders. Instead, let the UE-V Agent create the folder for the user. We strongly recommend that you do not pre-create folders. Instead, let the UE-V service create the folder for the user.
### Ensure correct permissions to store UE-V 2 settings in a home directory or custom directory ### Ensure correct permissions to store UE-V 2 settings in a home directory or custom directory

View File

@ -11,7 +11,7 @@ ms.prod: w10
# Sync Trigger Events for UE-V # Sync Trigger Events for UE-V
User Experience Virtualization (UE-V) lets you synchronize your application and Windows settings across all your domain-joined devices. *Sync trigger events* define when the UE-V Agent synchronizes those settings with the settings storage location. UE-V 2 introduces a new *Sync Method* called the *SyncProvider*. For more information about Sync Method configuration, see [Sync Methods for UE-V](uev-sync-methods.md). User Experience Virtualization (UE-V) lets you synchronize your application and Windows settings across all your domain-joined devices. *Sync trigger events* define when the UE-V service synchronizes those settings with the settings storage location. UE-V 2 introduces a new *Sync Method* called the *SyncProvider*. For more information about Sync Method configuration, see [Sync Methods for UE-V](uev-sync-methods.md).
## UE-V 2 Sync Trigger Events ## UE-V 2 Sync Trigger Events

View File

@ -109,7 +109,7 @@ You can deploy UE-V settings location template with the following methods:
For more information using UE-V and Windows PowerShell, see [Managing UE-V Settings Location Templates Using Windows PowerShell and WMI](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md). For more information using UE-V and Windows PowerShell, see [Managing UE-V Settings Location Templates Using Windows PowerShell and WMI](uev-managing-settings-location-templates-using-windows-powershell-and-wmi.md).
- **Registering template via Template Catalog Path**. If you use the Settings Template Catalog Path to manage templates on users computers, copy the Office 2013 template into the folder defined in the UE-V Agent. The next time the Template Auto Update (ApplySettingsCatalog.exe) scheduled task runs, the settings location template will be registered on the device. For more information, see [Deploying the Settings Template Catalog for UE-V 2](http://technet.microsoft.com/library/dn458942.aspx#deploycatalogue). - **Registering template via Template Catalog Path**. If you use the Settings Template Catalog Path to manage templates on users computers, copy the Office 2013 template into the folder defined in the UE-V service. The next time the Template Auto Update (ApplySettingsCatalog.exe) scheduled task runs, the settings location template will be registered on the device. For more information, see [Deploying the Settings Template Catalog for UE-V 2](http://technet.microsoft.com/library/dn458942.aspx#deploycatalogue).
- **Registering template via Configuration Manager**. If you use Configuration Manager to manage your UE-V settings storage templates, then recreate the Template Baseline CAB, import it into Configuration Manager, and then deploy the baseline to your clients. For more information, see the guidance provided in the documentation for the [System Center 2012 Configuration Pack for Microsoft User Experience Virtualization 2](http://go.microsoft.com/fwlink/?LinkId=317263). - **Registering template via Configuration Manager**. If you use Configuration Manager to manage your UE-V settings storage templates, then recreate the Template Baseline CAB, import it into Configuration Manager, and then deploy the baseline to your clients. For more information, see the guidance provided in the documentation for the [System Center 2012 Configuration Pack for Microsoft User Experience Virtualization 2](http://go.microsoft.com/fwlink/?LinkId=317263).
@ -117,12 +117,3 @@ You can deploy UE-V settings location template with the following methods:
Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc). Add or vote on suggestions [here](http://uev.uservoice.com/forums/280428-microsoft-user-experience-virtualization). For UE-V issues, use the [UE-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-us/home?forum=mdopuev&filter=alltypes&sort=lastpostdesc).
 
 

View File

@ -23,7 +23,7 @@ This technical reference section includes additional technical documentation abo
- [Sync Trigger Events for UE-V](uev-sync-trigger-events.md) - [Sync Trigger Events for UE-V](uev-sync-trigger-events.md)
Defines when the UE-V Agent synchronizes those settings with the settings storage location. This topic provides technical reference information about when synchronization takes place based upon the sync method deployed. Defines when the UE-V service synchronizes those settings with the settings storage location. This topic provides technical reference information about when synchronization takes place based upon the sync method deployed.
- [Synchronizing Office 2013 with UE-V 2.0](uev-synchronizing-office-2013-with-uev.md) - [Synchronizing Office 2013 with UE-V 2.0](uev-synchronizing-office-2013-with-uev.md)