< Back

Enable-UevTemplate

Wed Jan 30, 2019 6:05 pm

NAME Enable-UevTemplate



SYNOPSIS

Enables a settings location template.





SYNTAX

Enable-UevTemplate [-ID] <String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Enable-UevTemplate cmdlet enables a settings location template for the current user of the computer.





PARAMETERS

-ID <String>

Specifies the ID of a settings location template. The cmdlet enables the template that you specify.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

string



The settings location template ID.





OUTPUTS









Example 1: Enable a specific template



PS C:\\> Enable-UevTemplate -ID "MicrosoftCalculator6"



This command enables a settings location template that has the specified ID for the current user.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=826043

Disable-UevTemplate

Get-UevTemplate

Register-UevTemplate

Test-UevTemplate

Unregister-UevTemplate

Update-UevTemplate