ZertoApiWrapper.psd1

#
# Module manifest for module 'ZertoApiWrapper'
#
# Generated by: Wes Carroll
#
# Generated on: 12/1/2019
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ZertoApiWrapper.psm1'

# Version number of this module.
ModuleVersion = '1.3.0.20191201'

# Supported PSEditions
# CompatiblePSEditions = @()

# ID used to uniquely identify this module
GUID = '4c0b9e17-141b-4dd5-8549-fb21cccaa325'

# Author of this module
Author = 'Wes Carroll'

# Company or vendor of this module
CompanyName = 'Zerto'

# Copyright statement for this module
Copyright = '(c) 2019 Wes Carroll. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Windows PowerShell and PowerShell Core API Wrapper Module for Zerto Virtual Manager'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.1.0'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

# Minimum version of the Windows PowerShell host required by this module
# PowerShellHostVersion = ''

# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# DotNetFrameworkVersion = ''

# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only.
# CLRVersion = ''

# Processor architecture (None, X86, Amd64) required by this module
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
# RequiredModules = @()

# Assemblies that must be loaded prior to importing this module
# RequiredAssemblies = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
# FormatsToProcess = @()

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
# NestedModules = @()

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = 'Add-ZertoPeerSite', 'Checkpoint-ZertoVpg', 'Connect-ZertoAnalytics', 
               'Connect-ZertoServer', 'Copy-ZertoVpg', 'Disconnect-ZertoServer', 
               'Edit-ZertoVra', 'Export-ZertoVmNicSetting', 'Export-ZertoVpg', 
               'Get-ZAAlert', 'Get-ZADatastore', 'Get-ZAEvent', 
               'Get-ZAJournalAverageHistory', 'Get-ZAJournalAverageSize', 
               'Get-ZAJournalBreach', 'Get-ZAJournalHistoryStat', 
               'Get-ZAJournalSiteAverageHistory', 'Get-ZAJournalSiteAverageSize', 
               'Get-ZAJournalSiteHistoryStat', 'Get-ZAJournalSiteHistorySummary', 
               'Get-ZAJournalSiteSizeStat', 'Get-ZAJournalStatusProportion', 
               'Get-ZAJournalStorageStat', 'Get-ZAJournalSummary', 'Get-ZALicense', 
               'Get-ZAMonitoring', 'Get-ZANetworkSiteAverageIOPS', 
               'Get-ZANetworkSiteAveragePerformance', 'Get-ZANetworkSiteStat', 
               'Get-ZANetworkSiteSummary', 'Get-ZANetworkVpgAverageIOPS', 
               'Get-ZANetworkVpgAveragePerformance', 'Get-ZANetworkVpgStat', 
               'Get-ZANetworkVpgSummary', 'Get-ZARPOAccountAverage', 
               'Get-ZARPOAverage', 'Get-ZARPOBreach', 'Get-ZARPOStat', 
               'Get-ZARPOStatusProportion', 'Get-ZARPOSummary', 'Get-ZASite', 
               'Get-ZASitePair', 'Get-ZASiteTopology', 'Get-ZATask', 'Get-ZAVolume', 
               'Get-ZAVpg', 'Get-ZAzOrg', 'Get-ZertoAlert', 'Get-ZertoDatastore', 
               'Get-ZertoEvent', 'Get-ZertoLicense', 'Get-ZertoLocalSite', 
               'Get-ZertoPeerSite', 'Get-ZertoProtectedVm', 
               'Get-ZertoRecoveryReport', 'Get-ZertoResourcesReport', 
               'Get-ZertoServiceProfile', 'Get-ZertoTask', 'Get-ZertoUnprotectedVm', 
               'Get-ZertoVirtualizationSite', 'Get-ZertoVolume', 'Get-ZertoVpg', 
               'Get-ZertoVpgSetting', 'Get-ZertoVra', 'Get-ZertoZorg', 
               'Get-ZertoZsspSession', 'Import-ZertoVmNicSetting', 'Import-ZertoVpg', 
               'Install-ZertoVra', 'Invoke-ZertoEvacuateVra', 'Invoke-ZertoFailover', 
               'Invoke-ZertoFailoverCommit', 'Invoke-ZertoFailoverRollback', 
               'Invoke-ZertoForceSync', 'Invoke-ZertoMove', 'Invoke-ZertoMoveCommit', 
               'Invoke-ZertoMoveRollback', 'New-ZertoPairingToken', 'New-ZertoVpg', 
               'New-ZertoVpgSettingsIdentifier', 'Remove-ZertoPeerSite', 
               'Remove-ZertoVpg', 'Remove-ZertoVpgSettingsIdentifier', 
               'Resume-ZertoVpg', 'Save-ZertoVpgSetting', 'Set-ZertoAlert', 
               'Set-ZertoLicense', 'Start-ZertoCloneVpg', 'Start-ZertoFailoverTest', 
               'Stop-ZertoCloneVpg', 'Stop-ZertoFailoverTest', 'Suspend-ZertoVpg', 
               'Uninstall-ZertoVra'

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = @()

# Variables to export from this module
# VariablesToExport = @()

# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()

# List of all modules packaged with this module
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = 'Zerto', 'Automation'

        # A URL to the license for this module.
        LicenseUri = 'https://github.com/ZertoPublic/ZertoApiWrapper/blob/master/LICENSE'

        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/ZertoPublic/ZertoApiWrapper'

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        ReleaseNotes = '# 1.3.0.20191201
 
### Zerto Virtual Manager
 
* [Zerto version 7.5 has been released.](https://s3.amazonaws.com/zertodownload_docs/Latest/Zerto%20Virtual%20Replication%20Release%20Notes.pdf) As part of this release Zerto has added API functionality that requires the following updates.
  * A token is now required to pair two sites together. The need is discussed in [Issue 46](https://github.com/ZertoPublic/ZertoApiWrapper/issues/46). To implement this change a `-token` parameter has been added to the `Add-ZertoPeerSite` function.
  * A new function has been added; `New-ZertoPairingToken`. This function will allow users to generate a pairing authentication token from the target ZVM to be used in the pairing process. [Issue 47](https://github.com/ZertoPublic/ZertoApiWrapper/issues/47) covers additional details.
* A new function has been added; `Invoke-ZertoEvacuateVra`. This function will allow users to evacuate a target VRA by specifying a Host Name, VRA Name, or VRA Identifier. All VMs currently replicating to the specified location will be migrated to different targets. [Issue 51](https://github.com/ZertoPublic/ZertoApiWrapper/issues/51)
* A function has been added; `Copy-ZertoVpg`. This function will allow users to copy the settings of a single VPG and add new VMs to it. There is currently no customization beyond specifying the VMs to be placed in the newly created VPG. Should additional edits \ updates be required, they should be done post creation. [Issue 54](https://github.com/ZertoPublic/ZertoApiWrapper/issues/54)
* Fixed [issue 57](https://github.com/ZertoPublic/ZertoApiWrapper/issues/57) where a `Start-ZertoFailoverTest` would throw an error complaining about validating the body parameter. This has been fixed and tested against Zerto Virtual Manager 7.5 Update 1 with Windows PowerShell 5.1 and PowerShell Core 6.2.
'


    } # End of PSData hashtable

} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''

}