Posts Tagged ‘cross’

If you run a multi-site DAG over subnets, it could happen, that you have anomalous database switchovers within your DAG. In the event log is triggered, that the FailoverCluster service has lost its heartbeat. This happens because of the WAN connections latency. You could avoid this behaviour with the cluster.exe command: cluster /prop SameSubnetDelay=2000:DWORD cluster […]


Today I’ll post my favourite way to move user and mailbox objects across forrests. Prerequisite: Transitive AD trust, migration server running ADMT Migrate the user object with ADMT Mail enable migrated users with PowerShell Enable-MailUser -Identity user -ExternalEmailAddress user@domain.com Collect both domains’ credentials $LocalCredentials = GetCredential $RemoteCredentials = Get-Credential Prepare move with “prepare-moverequest.ps1″ from Exchange […]



Follow

Get every new post delivered to your Inbox.

Join 301 other followers