Hello,
I'm trying to use SPMT powershell cmdlets, and I need to use parameter "-AzureActiveDirectoryLookup $false" but it is not found:
=================================
Register-SPMTMigration : A parameter cannot be found that matches parameter name 'AzureActiveDirectoryLookup'.
At line:1 char:61
+ ... OCredential $Global:SPOCredential -AzureActiveDirectoryLookup $false ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Register-SPMTMigration], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.SharePoint.MigrationTool.PowerShell.RegisterSPMTMigrati
on
=================================================
any help will be appreciated, thanks!
Mauricio.

