Restore-Web
Configuration
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.
Required Parameters
Specifies the name of the backup.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
| Type: | SwitchParameter |
| Aliases: | cf |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
| Type: | SwitchParameter |
| Aliases: | wi |
| Position: | Named |
| Default value: | False |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |