RESOLUTION:
1. You can rename the tasks as follows:
Task names can be modified using the Set-MNETask PowerShell cmdlet.
For example:
Set-MNETask -TaskGuid $task.TaskGuid -Name "My Task Name"
You can get the task GUID of the task to modify using a cmdlet something like:
$task = Get-MNEMigrationTask -ConfigurationType DirExport | where {$_.Name -eq "Directory Export 2017/05/12 10:49:57"}
2. If you need to install the MNE module, then please follow these steps:
You can use PowerShell cmdlets to configure and troubleshoot various wizards
and other components of Quest’s Migrator for Notes to Exchange (MNE).
To import the PowerShell module so you can use the MNE cmdlets, enter the following
commands in a PowerShell console:
a. Go to folder:
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\Dell.MNE.Powershell
b. Run this command:
Import-Module Dell.MNE.Powershell.psd1
b. To view a list of the available MNE cmdlets, enter the following command:
Get-Command -Module Dell.MNE.Powershell