Stop-IISCommitDelay
Instructs the IIS configuration system to resume the commitment of changes.
Syntax
Default (Default)
Stop-IISCommitDelay
[[-Commit] <Boolean>]
[<CommonParameters>]
Description
The Stop-IISCommitDelay cmdlet instructs the Internet Information Services (IIS) configuration system to resume the commitment of changes.
Examples
Example 1: Commit configuration changes
PS C:\> Stop-IISCommitDelay -Commit $True
This command commits the configuration changes made since the Start-IISCommitDelay cmdlet was executed.
Example 2: Discard configuration changes
PS C:\> Stop-IISCommitDelay -Commit $False
This command discards the configuration changes made since the Start-IISCommitDelay cmdlet was executed.
Parameters
-Commit
Indicates that the cmdlet commits the changes if True; Otherwise, if False, the cmdlet discards the changes.
Parameter properties
Type: | Boolean |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.