Restore-WebConfiguration

Restores an IIS configuration backup.

Syntax

Restore-WebConfiguration
       [-Name] <String>
       [-WhatIf]
       [-Confirm]
       [<CommonParameters>]

Description

The Restore-WebConfiguration cmdlet restores an Internet Information Services (IIS) configuration backup that was created by using the Backup-WebConfiguration cmdlet.

Examples

Example 1: Restore a backup

IIS:\> Restore-WebConfiguration -Name "MyBackup"

This command restores the IIS configuration backup named MyBackup.

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

-Name

Specifies the name of the backup.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
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