Skip to content

Latest commit

 

History

History
108 lines (76 loc) · 2.52 KB

Restore-WebConfiguration.md

File metadata and controls

108 lines (76 loc) · 2.52 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IIS.PowerShell.Provider.dll-Help.xml
WebAdministration
12/27/2016
2.0.0
Restore-WebConfiguration

Restore-WebConfiguration

SYNOPSIS

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
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the name of the backup.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Add-WebConfiguration

Backup-WebConfiguration

Clear-WebConfiguration

Get-WebConfiguration

Select-WebConfiguration

Set-WebConfiguration

Get-WebConfigurationBackup

Remove-WebConfigurationBackup