Skip to main content

Get-MceMigrations

SYNOPSIS

Gets available MCE migrations.

caution

Available migrations depend on the version being deployed.For details about migrations see Upgrades

SYNTAX

Get-MceMigrations [<CommonParameters>]

DESCRIPTION

This cmdlet gets available MCE migrations.

EXAMPLES

EXAMPLE 1

Get-MceMigrations

Gets all available MCE Migrations.

EXAMPLE 2

Get-MceMigrations | Format-List

Displays details of all MCE migrations in a formatted list.

EXAMPLE 3

Get-MceMigrations | Where-Object MigrationId -eq 1 | Select-Object MigrationId -ExpandProperty Prerequisites

Displays the details of the required prerequisites for the MCE migration with migration ID 1.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

MindLink Docs