Hola a todos, tengo un problema con la ejecución del script .\RedistributeActiveDatabases.ps1, en mi Exchange Server 2013, actualmente cuento con 4 servidores de Exchange y mis servidores ya cuentan el CU23.
Al correr el script
.\RedistributeActiveDatabases.ps1 -DagName DAG -BalanceDbsByActivationPreference -ShowFinalDatabaseDistribution -Confirm:$false
Genera el siguiente error.
Cannot process argument transformation on parameter 'Server'. Cannot convert value "SERVEREXC04" to type
"Microsoft.Exchange.Configuration.Tasks.ServerIdParameter". Error: "Cannot convert hashtable to an object of the
following type: Microsoft.Exchange.Configuration.Tasks.ServerIdParameter. Hashtable-to-Object conversion is not
supported in restricted language mode or a Data section."
+ CategoryInfo : InvalidData: (:) [Get-MailboxDatabase], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-MailboxDatabase
+ PSComputerName : SERVEREXC01.bmm.com
Cannot process argument transformation on parameter 'Server'. Cannot convert value "SERVEREXC03" to type
"Microsoft.Exchange.Configuration.Tasks.ServerIdParameter". Error: "Cannot convert hashtable to an object of the
following type: Microsoft.Exchange.Configuration.Tasks.ServerIdParameter. Hashtable-to-Object conversion is not
supported in restricted language mode or a Data section."
+ CategoryInfo : InvalidData: (:) [Get-MailboxDatabase], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-MailboxDatabase
+ PSComputerName : SERVEREXC01.bmm.com
Cannot process argument transformation on parameter 'Server'. Cannot convert value "SERVEREXC02" to type
"Microsoft.Exchange.Configuration.Tasks.ServerIdParameter". Error: "Cannot convert hashtable to an object of the
following type: Microsoft.Exchange.Configuration.Tasks.ServerIdParameter. Hashtable-to-Object conversion is not
supported in restricted language mode or a Data section."
+ CategoryInfo : InvalidData: (:) [Get-MailboxDatabase], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-MailboxDatabase
+ PSComputerName : SERVEREXC01.bmm.com
Cannot process argument transformation on parameter 'Server'. Cannot convert value "SERVEREXC01" to type
"Microsoft.Exchange.Configuration.Tasks.ServerIdParameter". Error: "Cannot convert hashtable to an object of the
following type: Microsoft.Exchange.Configuration.Tasks.ServerIdParameter. Hashtable-to-Object conversion is not
supported in restricted language mode or a Data section."
+ CategoryInfo : InvalidData: (:) [Get-MailboxDatabase], ParameterBindin...mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-MailboxDatabase
+ PSComputerName : SERVEREXC01.bmm.com
Property 'Count' cannot be found on this object. Make sure that it exists.
At C:\Program Files\Microsoft\Exchange Server\V15\scripts\RedistributeActiveDatabases.ps1:203 char:2
+ [int]$numDbs = $script:databases.Count
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
+ FullyQualifiedErrorId : PropertyNotFoundStrict
Agradezco su ayuda.