External Client access domain
Hello when trying to setup external client access domain I am having the below error.
Summary: 5 item(s). 0 succeeded, 1 failed.
Elapsed time: 00:00:00
EXCHFS-2\owa (Default Web Site)
Failed
Error:
You must provide a value for this property.
Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.1.218.11&t=exchgf1&e=ms.exch.err.ExF0DCB8
Exchange Management Shell command attempted:
'EXCHFS-2\owa (Default Web Site)' | Set-OwaVirtualDirectory -ExternalUrl 'https://mail.avconti.info/owa'
Elapsed Time: 00:00:00
EXCHFS-2\OAB (Default Web Site)
Cancelled
EXCHFS-2\Microsoft-Server-ActiveSync (Default Web Site)
Cancelled
EXCHFS-2\EWS (Default Web Site)
Cancelled
EXCHFS-2\ecp (Default Web Site)
Cancelled
November 26th, 2010 1:43am
try this
get-OwaVirtualDirectory | Set-OwaVirtualDirectory -ExternalUrl https://mail.avconti.info/owa
get-ecpVirtualDirectory | Set-ecpVirtualDirectory
-ExternalUrl https://mail.avconti.info/ecp
get-webservicesVirtualDirectory
| Set-webservicesVirtualDirectory -ExternalUrl
https://mail.avconti.info/EWS
get-OABVirtualDirectory
| Set-OABVirtualDirectory -ExternalUrl https://mail.avconti.info/oab
get-ActiveSyncVirtualDirectory
| Set-OABVirtualDirectory -ExternalUrl https://mail.avconti.info/Microsoft-Server-ActiveSync
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 4:51am
[PS] C:\Windows\system32>get-OwaVirtualDirectory | Set-OwaVirtualDirectory -ExternalUrl https://mail.avconti.info/owa
You must provide a value for this property.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-OwaVirtualDirectory], DataValidationException
+ FullyQualifiedErrorId : 3FE810D9,Microsoft.Exchange.Management.SystemConfigurationTasks.SetOwaVirtualDirectory
November 26th, 2010 4:05pm
Try adding -Verbose to the end of the line. What it looks like to me is that some required attribute is missing other than the one you're trying to set.
Also, run Get-OwaVirtualDirector | fl and post the results here.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 8:02pm
[PS] C:\Windows\system32>get-OwaVirtualDirectory | Set-OwaVirtualDirectory -ExternalUrl https://mail.avconti.info/owa
erbose
VERBOSE: [14:29:36.876 GMT] Set-OwaVirtualDirectory : Active Directory session settings for 'Set-OwaVirtualDirectory'
are: View Entire Forest: 'False', Default Scope: 'home.local', Configuration Domain Controller: 'dc-2.home.local',
Preferred Global Catalog: 'DC-1.home.local', Preferred Domain Controllers: '{ DC-1.home.local }'
VERBOSE: [14:29:36.908 GMT] Set-OwaVirtualDirectory : Runspace context: Executing user: home.local/Administration/and,
Executing user organization: , Current organization: , RBAC-enabled: Enabled.
VERBOSE: [14:29:36.923 GMT] Set-OwaVirtualDirectory : Beginning processing &
VERBOSE: [14:29:36.923 GMT] Set-OwaVirtualDirectory : Instantiating handler with index 0 for cmdlet extension agent
"Admin Audit Log Agent".
VERBOSE: [14:29:37.033 GMT] Set-OwaVirtualDirectory : Current ScopeSet is: { Recipient Read Scope: {{, }}, Recipient
Write Scopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive Recipient
Scope(s): {}, Exclusive Configuration Scope(s): {} }
VERBOSE: [14:29:37.033 GMT] Set-OwaVirtualDirectory : Searching objects "EXCHFS-2\owa (Default Web Site)" of type
"ADOwaVirtualDirectory" under the root "$null".
VERBOSE: [14:29:37.033 GMT] Set-OwaVirtualDirectory : Previous operation run on domain controller 'dc-2.home.local'.
VERBOSE: [14:29:37.189 GMT] Set-OwaVirtualDirectory : Processing object "EXCHFS-2\owa (Default Web Site)".
VERBOSE: [14:29:37.251 GMT] Set-OwaVirtualDirectory : Admin Audit Log: Entered Handler:Validate.
VERBOSE: [14:29:37.251 GMT] Set-OwaVirtualDirectory : Admin Audit Log: Entered Handler:OnComplete.
You must provide a value for this property.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-OwaVirtualDirectory], DataValidationException
+ FullyQualifiedErrorId : 3FE810D9,Microsoft.Exchange.Management.SystemConfigurationTasks.SetOwaVirtualDirectory
November 27th, 2010 9:35am
run Get-OwaVirtualDirectory | fl and post the results here.Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
November 27th, 2010 12:30pm
Hi,
Try to restart exchange server to reconnect DC then try to configure the external URL through EMC. What's result?
Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Thanks Gen Lin-MSFT
November 29th, 2010 2:13am
I managed by deleting an old server that was still showing and done from adsiedit
Free Windows Admin Tool Kit Click here and download it now
December 1st, 2010 2:28pm