Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.81 KB

Get-WebConfigurationBackup.md

File metadata and controls

67 lines (48 loc) · 1.81 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
Get-WebConfigurationBackup

Get-WebConfigurationBackup

SYNOPSIS

Gets a list of available IIS configuration backups.

SYNTAX

Get-WebConfigurationBackup [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

The Get-WebConfigurationBackup cmdlet gets a list of available Internet Information Services (IIS) configuration backups.

EXAMPLES

Example 1: Get available IIS configuration backups

IIS:\> Get-WebConfigurationBackup
Name          Creation Date
----          -------------
MyIISBackup   2/25/2009 12:00:00 AM

This command returns a list of available IIS configuration backups.

PARAMETERS

-Name

Specifies the name of an IIS configuration backup. If a backup exists that has the specified name, this cmdlet returns information about that backup.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
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

Remove-WebConfigurationBackup