Backup Web Configuration
This Automation Manager object saves the current IIS configuration to $env: Windir\System32\inetsrv\backup
. Supports IIS versions 7 and above.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Backup Name | String | Yes | The name of the backup to be created. |
Output Parameters
Name | Type | Description |
---|---|---|
Result | Number |
Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Backup Name | String | Yes | My IIS Backup |