Hey All,
Forgive my ignorance here but I'm trying to get a batch migration underway and I'm having a nightmare getting the syntax to work can someone shed some light on this for me, I've got;
New-MigrationBatch -Name -FailedUsers -CSVData ([System.IO.File]::ReadAllBytes("'C:\Exchange Migration\Batch1Users.csv'")) -TargetDatasbases @(DB01, DB02, DB03)
Cannot process argument transformation on parameter 'CSVData'. Cannot convert value
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:108
+ ... etDatasbases @(DB01 DB02 DB03)
This has been taken from the TechNet article and its failing on the CSVData and also the TargetDatabases
HELP!! :)
R182