mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Merged PR 13550: fix cmdlet
This commit is contained in:
@ -47,7 +47,7 @@ You’ll need to deploy a settings storage location, a standard network share wh
|
|||||||
|
|
||||||
**Create a network share**
|
**Create a network share**
|
||||||
|
|
||||||
1. Create a new security group and add UE-V users to it.
|
1. Create a new security group and add UE-V users to the group.
|
||||||
|
|
||||||
2. Create a new folder on the centrally located computer that stores the UE-V settings packages, and then grant the UE-V users access with group permissions to the folder. The administrator who supports UE-V must have permissions to this shared folder.
|
2. Create a new folder on the centrally located computer that stores the UE-V settings packages, and then grant the UE-V users access with group permissions to the folder. The administrator who supports UE-V must have permissions to this shared folder.
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ For evaluation purposes, enable the service on at least two devices that belong
|
|||||||
The UE-V service is the client-side component that captures user-personalized application and Windows settings and saves them in settings packages. Settings packages are built, locally stored, and copied to the settings storage location.
|
The UE-V service is the client-side component that captures user-personalized application and Windows settings and saves them in settings packages. Settings packages are built, locally stored, and copied to the settings storage location.
|
||||||
|
|
||||||
Before enabling the UE-V service, you'll need to register the UE-V templates for first use. In a PowerShell window, type `Register-UevTemplate [TemplateName]` where **TemplateName** is the name of the UE-V template you want to register, and press ENTER. For instance, to register all built-in UE-V templates, use the following PowerShell Command:
|
Before enabling the UE-V service, you'll need to register the UE-V templates for first use. In a PowerShell window, type `Register-UevTemplate [TemplateName]` where **TemplateName** is the name of the UE-V template you want to register, and press ENTER. For instance, to register all built-in UE-V templates, use the following PowerShell Command:
|
||||||
'Get-childItem c:\programdata\Microsoft\UEV\InboxTemplates\*.xml|% {Register-UevTemplate $_.Fullname}'
|
`Get-childItem c:\programdata\Microsoft\UEV\InboxTemplates\*.xml|% {Register-UevTemplate $_.Fullname}`
|
||||||
|
|
||||||
A storage path must be configured on the client-side to tell where the personalized settings are stored.
|
A storage path must be configured on the client-side to tell where the personalized settings are stored.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user