CloudEndure

1.1.0.0

A wrapper for the CloudEndure migration/DR tool APIs.

Minimum PowerShell version

3.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name CloudEndure -RequiredVersion 1.1.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name CloudEndure -Version 1.1.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 InfoReliance. All rights reserved.

Package Details

Author(s)

  • Michael Haken

Tags

CloudEndure CE Migration AWS Azure GCP Google

Functions

New-CEProfile Get-CEProfile Remove-CEProfile New-CESession Get-CESession Remove-CESession New-CEBlueprint Get-CEBlueprint Set-CEBlueprint Get-CEMachineRecoveryPoints New-CEReplicationConfiguration Get-CEReplicationConfiguration Set-CEReplicationConfiguration Get-CEUser Set-CEConsolePassword Set-CEEmailNotifications Get-CEAccount Get-CEAccountSummary Get-CELicense Get-CEProject Set-CEProject New-CECloudCredential Get-CECloudCredential Set-CECloudCredential Get-CECloud Get-CECloudRegion Get-CETargetCloud Get-CESourceCloud Get-CEMachine Remove-CEMachine Get-CEMachineReplica New-CEInstallationToken Get-CEInstallationToken Start-CEDataReplication Stop-CEDataReplication Invoke-CEMachineFailover Invoke-CEMachineTest Invoke-CEMachineCutover Invoke-CEReplicaCleanup Get-CEJobs Get-CEWindowsInstaller

Dependencies

Release Notes

*1.1.0.0
Updated module for 100% API coverage including all target cloud environments, AWS, Azure, GCP, and Generic. This includes several additional cmdlets:

Get-CEMachineRecoveryPoints
Get-CEAccount
Set-CEProject
New-CECloudCredential
Get-CECloudCredential
Get-CECloud
Get-CESourceCloud
Get-CEMachineReplica
Invoke-CEMachineFailover
Invoke-CEReplicaCleanup

All of the List operations now support Offset and Limit parameters. You can also specify a non-default ProjectId or CloudCredential Id for each cmdlet that supports it.

The New-CEReplicationConfiguration cmdlet allows for the input of the SubnetId by both the long name (as presented in the CE console with VPC info) and as the normal subnet id.

This is really a BETA release, many of the cmdlets were refactored or updated with added validation or capabilities, but I may have typos or copy/paste errors I didn't catch through testing.
Please report any bugs or errors, it's just me working on it.

** NOTE : Many of the CE APIs are case sensitive, you may receive an error response if one of the JSON keys in a POST, PATCH, or DELETE body is not capitalized correctly,
use the -Verbose option to view additional details about the request to see if this may be an issue. Send me the details if you think this is the case.

*1.0.0.3
Fixed typo in New-CEReplicationConfiguration.

*1.0.0.2
Updated New-CESession cmdlet to reflect changes CloudEndure made to the API. Added Get-CEAccountSummary and Get-CESourceCloud cmdlets. Changed name of Get-CECloudRegions to Get-CECloudRegion and added an Id parameter.

*1.0.0.1
Updated the Get-CEMachine cmdlet.

*1.0.0.0
Initial Release.

FileList

Version History

Version Downloads Last updated
2.0.0-alpha 47 1/24/2020
1.2.1.1 559 12/6/2018
1.2.1.0 164 1/29/2018
1.2.0.3 42 12/11/2017
1.2.0.2 40 10/13/2017
1.2.0.1 18 10/13/2017
1.2.0.0 19 10/10/2017
1.1.0.1 28 9/27/2017
1.1.0.0 (current version) 21 9/11/2017
1.0.0.3 30 9/6/2017
1.0.0.2 22 8/30/2017
1.0.0.1 21 8/24/2017
1.0.0.0 18 8/24/2017
Show less