Export VM Snapshot
Exports a virtual machine snapshot to disk.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
VM Name | String | Yes | Specifies the virtual machine of which the snapshot is to be exported. |
Snapshot Name | String | Yes | Specifies the name of the snapshot to be exported. |
Path | String | Yes | Specifies the path to the folder into which the snapshot is to be exported. |
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 |
---|---|---|---|
VM Name | String | No | Guest001 |
Snapshot Name | String | String | Guest001-Snapshot |
Path | String | Yes | D:\Guest001 |