Repair-UevTemplateIndex
Repairs a corrupted UE-V template index.
Syntax
Repair-UevTemplateIndex
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Repair-UevTemplateIndex cmdlet repairs the index for the Microsoft User Experience Virtualization (UE-V) settings location templates. A corrupted template prevents you from enumerating the UE-V templates, and can prevent UE-V from synchronizing settings for any application on the computer. You must have administrator privileges to run this cmdlet.
Examples
Example 1: Repair the template index
PS C:\> Repair-UevTemplateIndex
This command repairs the corrupted template index.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |