Integration with Storage Systems To build the data protection and disaster recovery strategy, you can use capabilities of native snapshots created on production storage systems that host VM disks. This is a continuation of #17058 after we've shipped the embedded snapshot. Opening a new issue since most of the discussions in the original one have been settled, and now we are focusing on: Moving more of the bootstrap into the embedd. Veeam Snapshot Integration Storage Center 7.4 contains support for snapshot integration with Veeam Backup and Replication 9.5. The Veeam Backup and Replication Plug-in for Storage Center is available for download from the Veeam website. The plug-in does not support the following Storage Center objects: FluidFS volumes Live Volumes VVols.
-->Gets the integration services of a virtual machine or snapshot.
Syntax
Description
The Get-VMIntegrationService cmdlet gets the integration services of a virtual machine or snapshot.
Examples
Example 1
Gets the out-of-date integration services from virtual machine TestVM.
Example 2
Gets the Shutdown and VSS integration services from virtual machine TestVM.
Snipshot Integration And More Diverse
Example 3
Gets the Shutdown and VSS integration services from the snapshot Before applying updates of virtual machine TestVM.
Parameters
Runs the cmdlet in a remote session or on a remote computer.Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet.The default is the current session on the local computer.
Type: | CimSession[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more Hyper-V hosts on which the integration services are to be retrieved.NetBIOS names, IP addresses, and fully qualified domain names are allowable.The default is the local computer.Use localhost or a dot (.) to specify the local computer explicitly.
Type: | String[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies one or more user accounts that have permission to perform this action.The default is the current user.
Type: | PSCredential[] |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the name of the integration service to be retrieved.
Type: | String[] |
Position: | 1 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the virtual machine from which the integration services are to be retrieved.
Type: | VirtualMachine[] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the name of the virtual machine from which the integration services are to be retrieved.
Type: | String[] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the snapshot from which the integration services are to be retrieved.
Type: | VMSnapshot |
Aliases: | VMCheckpoint |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
Microsoft.HyperV.PowerShell.VMIntegrationComponent
Decision model snapshots are read-only copies of a decision model at a particular moment.
You can:
Create a snapshot at any point while creating a decision model
View the contents of a snapshot
Delete a snapshot
Export a snapshot to your local file system
Snipshot Integration And More Vulnerable
Participants with space owner or space editor permissions can create a snapshot.
Snipshot Integration And More Independent
You can create and deploy a snapshot in any one of the following ways:
From the Decision Model editor
From the Manage Snapshots dialog
To create and activate a snapshot from the Decision Model editor:
While creating a decision model, click Activate to open the Activate Application and Create Snapshot dialog.
Enter a name and description for the snapshot.
Assign a runtime version ID with which the snapshot will be activated. A runtime version ID uniquely identifies an activated snapshot among other deployed snapshots of the same model.
Optionally, select Overwrite to reuse an existing runtime version ID.
Click Activate to create and deploy the snapshot.
To create a snapshot from the manage Snapshots dialog:
Click Snapshots to open the Manage Snapshots dialog.
Description of the illustration manage_snap.pngClick Add to open the Create Snapshot dialog.
Enter a name and description for the snapshot and click Create.
To manage the existing snapshots:
Click Snapshots to open the Manage Snapshots dialog box.
Right-click an existing snapshot. The available options are:
Option Description Activate/Deactivate
Activate or deactivate the snapshot.
View
View a read-only version of the decision model snapshot.
Delete
Delete the selected snapshot. You need to deactivate a snapshot that is already activated before deleting it.
Warning: If you delete a snapshot that is currently in use in one or more applications, the reference to the associated decision model does not get deleted and remains in the process application. This may result in errors during runtime when the application tries to call the decision service associated with a decision model snapshot that has previously been deleted from the DMN server.
Export
Export any snapshot of the decision model, activated or not, to your local file system.
Note: You can import a previously exported snapshot as a new decision model and edit its content.