Start-IISCommitDelay
Instructs the IIS configuration system to delay the commitment of changes.
Syntax
Start-IISCommitDelay []
Description
The Start-IISCommitDelay cmdlet instructs the Internet Information Services (IIS) configuration system to delay the commitment of changes. The commitment of changes is delayed until the Stop-IISCommitDelay cmdlet is executed.
Examples
Example 1: Delay the commit of changes
PS C:\> Start-IISCommitDelay
This command delays the modification of IIS configuration settings until the Stop-IISCommitDelay cmdlet is executed.
Inputs
None