< Back

Restore-UevBackup

Wed Jan 30, 2019 6:05 pm

NAME Restore-UevBackup



SYNOPSIS

Applies backed up settings from another computer to this computer.





SYNTAX

Restore-UevBackup [-ComputerName] <System.String> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Restore-UevBackup cmdlet allows all of the backed up settings from another computer to apply to this computer. This cmdlet sets a restore flag for

each user application that has a profile of Backup. The next time that such an application runs, the backed up settings apply to the application.





PARAMETERS

-ComputerName <System.String>

Specifies the fully qualified name of the computer from which to restore packages.



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











OUTPUTS











Example 1: Restore backed up settings from another computer



PS C:\\>Restore-UevBackup -ComputerName "PattiFullerDevice03@Contoso.Com"



This command restores all backup packages from another computer. The command sets a restore flag for all applications associated with the Backup profile

on this computer.







RELATED LINKS

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

Set-UevTemplateProfile