Stop-IISCommitDelay

Mis à jour: août 2015

Stop-IISCommitDelay

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

Syntaxe

Parameter Set: Default
Stop-IISCommitDelay [[-Commit] <Boolean> ] [-InformationAction <ActionPreference> {SilentlyContinue | Stop | Continue | Inquire | Ignore | Suspend} ] [-InformationVariable <String> ] [ <CommonParameters>]

Description détaillée

The Stop-IISCommitDelay cmdlet instructs the Internet Information Services (IIS) configuration system to resume the commitment of changes.

Paramètres

-Commit<Boolean>

Indicates that the cmdlet commits the changes if True; Otherwise, if False, the cmdlet discards the changes.

Alias

none

Requis ?

false

Position ?

1

Valeur par défaut

none

Accepter l'entrée de pipeline ?

true(ByValue,ByPropertyName)

Accepter les caractères génériques ?

false

-InformationAction<ActionPreference>

Specifies how this cmdlet responds to an information event. The acceptable values for this parameter are:

-- SilentlyContinue
-- Stop
-- Continue
-- Inquire
-- Ignore
-- Suspend

Alias

infa

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

-InformationVariable<String>

Specifies a variable in which to store an information event message.

Alias

iv

Requis ?

false

Position ?

named

Valeur par défaut

none

Accepter l'entrée de pipeline ?

false

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d'informations, consultez  . about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d'entrée correspond au type des objets que vous pouvez adresser à l'applet de commande.

Sorties

Le type de sortie correspond au type des objets que l'applet de commande émet.

Exemples

Example 1: Commit configuration changes

This command commits the configuration changes made since the Start-IISCommitDelay cmdlet was executed.

PS C:\> Stop-IISCommitDelay -Commit $True

Example 2: Discard configuration changes

This command discards the configuration changes made since the Start-IISCommitDelay cmdlet was executed.

PS C:\> Stop-IISCommitDelay -Commit $False

Rubriques connexes

Start-IISCommitDelay

IIS Administration Cmdlets