cannot remove cas servers and manage autodiscover
		
	hii everyone.
i installed 2 test server in new organization (now the organization working on 
Linux mail system)
the old mailbox servers  formtted and not exsist anymore
(2 old servers names 1.exch01 2.mailbox01)
the new server is working on raid 1 and called "mailboxserver"
if i want to create new Outlook profile, autodiscover found "mailbox01" - old server
old server deleted from Dns
exch01 and mailbox01 not exsist anymore- still in exchange server list
in administrative center i found the old servers
but i cant delete it from adasi
please help :)		
				June 13th, 2012 3:32am
			Hi
The problem here is that you have removed the servers and their computer account object without uninstalling Exchange first.  Your only option, although not recommended, is to delete the servers using ADSIedit.
In your screenshot above you have open the Default naming context, you need to open the configuration context instead and in there browse to Services -> Microsoft Exchange -> First Organisation -> Administrative Groups -> Exchange Administrative
 Group (FYDIBOHF23SPDLT) -> Servers.
Cheers, Steve		
				Free Windows Admin Tool Kit Click here and download it now
					June 13th, 2012 3:58am
			Hii Steve !
thank you!
but now, 
Oulook cannot find the "MAILBOXSERVER" , Has eror messege on Oulook "outlook cannot complete the operation,outlook cannot complete the operation,outlook cannot complete theoperation)"
if i insert the syntex, to create Autodiscover
New-AutodiscoverVirtualDirectory -mailboxserver https://mailboxserver/autodiscover/autodiscover.xml -BasicAuthentication:$true -WindowsAuthentication:$trueit's not working		
				June 13th, 2012 4:38am
			No problem.
You need to configure the autodiscover SCP using this command:
Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://yourserverFQDN/Autodiscover/Autodiscover.xml
Steve		
				Free Windows Admin Tool Kit Click here and download it now
					June 13th, 2012 4:41am
			hii Steve, 
I typed
the following message:
Set-ClientAccessServer -AutoDiscoverServiceInternalUri https://xxxx.co.il/Autodiscover/Autodiscover.xml
cmdlet Set-ClientAccessServer at command pipeline position 1
Supply values for the following parameters:
Identity:
if i press "1" , has message:
Set-ClientAccessServer : The operation could not be performed because object '1
' could not be found on domain controller 'xxxx.domain'.
At line:1 char:23
+ Set-ClientAccessServer <<<<  -AutoDiscoverServiceInternalUri https://xxxx
co.il/Autodiscover/Autodiscover.xml
    + CategoryInfo          : NotSpecified: (0:Int32) [Set-ClientAccessServer]
   , ManagementObjectNotFoundException
    + FullyQualifiedErrorId : C8977DAD,Microsoft.Exchange.Management.SystemCon
   figurationTasks.SetClientAccessServer
the domain name is "domain"
fqdn is:xxxx (xxxx.domain)		
				June 13th, 2012 5:48am
			Sorry I was typing too quickly and I left out the identity:
Set-ClientAccessServer YourCASServerName -AutoDiscoverServiceInternalUri https://xxxx.co.il/Autodiscover/Autodiscover.xml
Steve		
				Free Windows Admin Tool Kit Click here and download it now
					June 13th, 2012 6:50am
			hii Steve,
i still cannot connect, has eror 1010
if i run test 
Test-OutlookWebServices -ClientAccessServer "mailboxserver"
i get eror : unable to identify use
(in exchange management shell)
Outlook eror messege : Unable to
identify the name. Unable to 
complete the operation		
				June 13th, 2012 7:37am
			You need to create a test user before running Test-OutlookWebServices.
To create the test user open this directory in the Exchange Management Shell C:\Program Files\Microsoft\Exchange Server\V14\Scripts and then run .\new-TestCasConnectivityUser.ps1		
				Free Windows Admin Tool Kit Click here and download it now
					June 13th, 2012 7:57am
			Steve,
I really appreciate
your help!
but I can't access to folder,
Or  I'm  making a mistake
I don't know the 
exchange management shell		
				June 13th, 2012 8:38am
			Ah, you are using Exchange 2007, the directions I gave were for 2010.
Run that script from: \Program Files\Microsoft\Exchange Server\Scripts		
				Free Windows Admin Tool Kit Click here and download it now
					June 13th, 2012 8:59am
			Hi Steve,
i ran the script from the script folder, run the script file bt shell. it's asking for password
typing password for example:1234, and it's closed immediately		
				June 14th, 2012 1:25am
			That's fine, it was asking you to create a password for the test account.  Try run Test-OutlookWebServices now.		
				Free Windows Admin Tool Kit Click here and download it now
					June 14th, 2012 4:17am
			No file called : Test-OutlookWebServices
Buy the way, the script :TestCasConnectivityUser.ps1 failed (show the eror for one seconed in red and closing himself).
it's exchange 2007 :)		
				June 14th, 2012 5:18am
			OK try this:
Test-OutlookWebServices youremail@yourdomain.com		
				Free Windows Admin Tool Kit Click here and download it now
					June 14th, 2012 6:27am
			Hii Steve,
still same problem: eror 1010 - unable to indentify use...		
				June 14th, 2012 9:16am
			hii everyone.
i installed 2 test server in new organization (now the organization working on 
Linux mail system)
the old mailbox servers  formtted and not exsist anymore
(2 old servers names 1.exch01 2.mailbox01)
the new server is working on raid 1 and called "mailboxserver"
if i want to create new Outlook profile, autodiscover found "mailbox01" - old server
old server deleted from Dns
exch01 and mailbox01 not exsist anymore- still in exchange server list
in administrative center i found the old servers
but i cant delete it from adasi
please help :)
Hi,
Exchange server related information is still in Active Directory after you format the server.
First please open ADSIedit,msc.
Then please click Action->Connect to...
There please select "Configuration" from "Select a well known Naming Context".
After that,you can see configuration container. Please try to delete the whole folder of the dismissed the server, you can find via CN=Configuration->CN=Configuration,DC=domain,DC=COM->cn=services->CN=Microsoft Exchange->CN=First
 Organization->CN=Administrative Groups->CN=Exchange Administrative Group(FYDOBOHF23SPDLT)->CN=Servers.
After that, please run get-exchangeserver from Exchange management Shell to see if those servers have been deleted.
Also please run get-clientaccessserver |fl and then post here.
Please run set-clientaccessserver to set autodiscoverinternaluri to the current CAS server and then test the issue again.
Also please test to manunally configure the profile with the current CAS server.
Xiu Zhang
TechNet Community Support		
				Free Windows Admin Tool Kit Click here and download it now
					June 15th, 2012 3:08am
			Hi Xui Zhang...
thank you...there is it pictures ...		
				June 17th, 2012 3:00am
			Hi,
Set-clientaccessserver mailboxserver -AutodiscoverServiceInternalUri https://mailboxserver.domain.com/autodiscover/autodiscover.xml
After that, please create new profile and then test the issue again.
Xiu Zhang
TechNet Community Support		
				June 18th, 2012 1:10am
			Hi,
Set-clientaccessserver mailboxserver -autodiscoverinternaluril https://mailboxserver.domain.com/autodiscover/autodiscover.xml
After that, please create new profile and then test the issue again.Xiu Zhang
TechNet Community Support		
				Free Windows Admin Tool Kit Click here and download it now
					June 18th, 2012 1:21am
			Typo~~~
Set-clientaccessserver mailboxserver -AutodiscoverServiceInternalUri
https://mailboxserver.co.il/autodiscover/autodiscover.xml
Xiu Zhang
TechNet Community Support		
				June 18th, 2012 1:38am
			Hi,
still has eror message		
				Free Windows Admin Tool Kit Click here and download it now
					June 18th, 2012 1:46am
			Typo~~~
Set-clientaccessserver mailboxserver -autodiscoverinternaluri
https://mailboxserver.co.il/autodiscover/autodiscover.xmlXiu Zhang
TechNet Community Support		
				June 18th, 2012 1:50am
			Hi,
Please try again. I have edited my previous post since there's typo in the cmdlet.Xiu Zhang
TechNet Community Support		
				June 19th, 2012 3:18am
			Hi Xiu,
still same problem :(
cannot find "mailboxserver"		
				Free Windows Admin Tool Kit Click here and download it now
					June 19th, 2012 9:30am
			if i'll create new mailbox server, it's will be 
easier to handle it??		
				June 20th, 2012 1:25am
			Hi,
Mailboxserver is your Exchange server name, is that ture?
If you have new CAS role installed, then we can set internaluri to that CAS server.Xiu Zhang
TechNet Community Support		
				Free Windows Admin Tool Kit Click here and download it now
					June 20th, 2012 2:08am
			"mailboxserver" is the name of the exhange server, true :)
so, if i'll install new CAS server it's works fine ?		
				June 20th, 2012 2:50am
			Yes, I think.Xiu Zhang
TechNet Community Support		
				Free Windows Admin Tool Kit Click here and download it now
					June 20th, 2012 4:37am
			hii, new server installed and called , mbxsvr01
not i can't remove the public database from old server "mailboxserver", also from the folder
 command :
Get-PublicFolder -mailboxserver "\Non_Ipm_Subtree" -Recurse -ResultSize:Unlimited | Remove-PublicFolder -mailboxserver -Recurse -ErrorAction:SilentlyContinuealso the command : Get-PublicFolderDatabase -Server MAILBOXSERVER | Remove-PublicFolderDatabase -RemoveLastAllowednot working, and can't uninstall the server		
				June 21st, 2012 2:54am
			OK , exchange uninstalled, old server removed from domain also		
				Free Windows Admin Tool Kit Click here and download it now
					June 21st, 2012 3:28am
			new mailbox, working
but if i configured settings maually it's not working		
				June 21st, 2012 3:44am
			Hii,
more details:		
				Free Windows Admin Tool Kit Click here and download it now
					June 21st, 2012 6:30am
			June 21st, 2012 6:30am
			Hi,
Please verify if you have certificate for domain.co.li.
From internet, we should can resolve domain.co.li to your CAS server. So please verify if you have A record for your domain, which should be pointed to your new CAS server.Xiu Zhang
TechNet Community Support		
				Free Windows Admin Tool Kit Click here and download it now
					June 25th, 2012 2:14am
			 Other recent topics
			Other recent topics
		

