Hi,
We have installed exchange 2010 and also created the public folder and enabled the mailboxes. After sometime due to some issue with SAN and IP conflict we have reimage the Exchange 2010 server two time. The OS is windows 2008 r2 and we have also rename the server.
We have completely remove the Exchange attribute from ADSIedit.
Now while installing the exchnage 2010 we are getting below issue. we tried to install one by one role but failed to install.
While installing the HUB role , below issue is coming:
Error:
The following error was generated when "$error.Clear(); if ( ($server -eq $null) -and ($RoleIsDatacenter -ne $true) ) { Update-RmsSharedIdentity -ServerName $RoleNetBIOSName }" was run: "Database is mandatory on UserMailbox. Property Name: Database".
Database is mandatory on UserMailbox. Property Name: Database
While installing the CAS node:
Error:
The following error was generated when "$error.Clear(); $vdirName = "PowerShell"; $InternalPowerShellUrl="http://" + $RoleFqdnOrName + "/powershell"; new-PowerShellVirtualDirectory $vdirName -InternalUrl $InternalPowerShellUrl -DomainController $RoleDomainController -BasicAuthentication:$false -WindowsAuthentication:$false -CertificateAuthentication:$true -RequireSSL:$false;" was run: "The virtual directory 'PowerShell' already exists under 'ARFWEX05.ARF01.net/Default Web Site'.
Parameter name: VirtualDirectoryName".
The virtual directory 'PowerShell' already exists under 'ARFWEX05.ARF01.net/Default Web Site'.
Parameter name: VirtualDirectoryName
While intalling the mailbox:
Error:
The following error was generated when "$error.Clear(); $count=0; $ExchangeServers = Get-ExchangeServer -DomainController $RoleDomainController; $minVersion = New-Object -typeName Version -argumentlist "8.0.642.0"; foreach ($server in $ExchangeServers) { $currentVersion = [Version]$server.AdminDisplayVersion; if (($currentVersion -ge $minVersion) -and ($server.IsMailboxServer -eq $true)) { $count++; } } if ($count -eq 1) { Set-OrganizationConfig -DomainController $RoleDomainController; }" was run: "No provisioning handler is installed.".
No provisioning handler is installed.
Kindly let me know if i am missing something
Thanks