Start-WebCommitDelay

Start-WebCommitDelay

Instructs the IIS configuration system to delay the commitment of changes.

Sintaxis

Start-WebCommitDelay [ <CommonParameters>]

Descripción detallada

The Start-WebCommitDelay cmdlet instructs the Internet Information Services (IIS) configuration system to delay the commitment of changes. The commitment of changes is delayed until the Stop-WebCommitDelay cmdlet is run.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1: Delay the commitment of changesment

This command delays the modification of IIS configuration settings until the Stop-WebCommitDelay cmdlet is run.

PS C:\> Start-WebCommitDelay

Temas relacionados

Stop-WebCommitDelay