[PS] C:\Documents and
Settings\Administrator.VANCOUVER>Set-OABVirtualDirectory -identity
"MAILBOX\OAB (Default Web Site)" -externalurl https://site.domain.com/OAB
-RequireSSL:$true
WARNING: An unexpected error has occurred and a Watson dump is being
generated:
The network path was not found.
Set-OabVirtualDirectory : The network path was not found.
At line:1 char:24
+ Set-OABVirtualDirectory <<<< -identity "MAILBOX\OAB (Default Web Site)"
-ext
ernalurl https://site.domain.com/OAB -RequireSSL:$true
"site.domain.com" is Outlook Anywhere listener in ISA 2006, which is in DNS
and resolvable from Exchange box.
I get the same error when I try to set external URL in Management Console,
too.
What can be the problem?
Try a Get-OabVirtualDirectory to confirm the list of the identities you are
allowed to use. Or even try piping it from the Get command;
Get-OabVirtualDirectory | Set-OabVirtualDirectory etc...............
Lee.
--
_______________________________________
Outlook Web Access for PDA, OWA For WAP:
www.leederbyshire.com
________________________________________
[PS] C:\Documents and
Settings\Administrator.VANCOUVER>Get-WebServicesVirtualDirectory
Name : EWS (Default Web Site)
InternalAuthenticationMethods : {Ntlm}
ExternalAuthenticationMethods : {Ntlm}
BasicAuthentication : False
DigestAuthentication : False
WindowsAuthentication : True
MetabasePath :
IIS://mailbox.stockgroup.local/W3SVC/1/ROOT/EWS
Path : D:\Program Files\Microsoft\Exchange
Server\Clie
ntAccess\exchweb\EWS
Server : MAILBOX
InternalUrl :
https://mailbox.stockgroup.local/EWS/Exchange.a
smx
ExternalUrl :
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=EWS (Default Web
Site),CN=HTTP,CN=Protocols,
CN=MAILBOX,CN=Servers,CN=Exchange
Administrativ
e Group (FYDIBOHF23SPDLT),CN=Administrative
Gro
ups,CN=Stockgroup Media Inc,CN=Microsoft
Exchan
ge,CN=Services,CN=Configuration,DC=stockgroup,D
C=local
Identity : MAILBOX\EWS (Default Web Site)
Guid : 7006cd6f-b2b9-4eea-8e9b-779b3e3e4f38
ObjectCategory :
stockgroup.local/Configuration/Schema/ms-Exch-W
eb-Services-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory,
msExchWebServices
VirtualDirectory}
WhenChanged : 6/20/2007 10:01:15 AM
WhenCreated : 6/20/2007 10:01:08 AM
OriginatingServer : dc1.stockgroup.local
IsValid : True
And then:
[PS] C:\Documents and
Settings\Administrator.VANCOUVER>Set-WebServicesVirtualDirectory -Identity
7006cd6f-b2b9-4eea-8e9b-779b3e3e4f38 -ExternalUrl
https://site.domain.com/EWS/Exchange.asmx
WARNING: An unexpected error has occurred and a Watson dump is being
generated:
The network address is invalid.
Set-WebServicesVirtualDirectory : The network address is invalid.
At line:1 char:32
+ Set-WebServicesVirtualDirectory <<<< -Identity
7006cd6f-b2b9-4eea-8e9b-779b3e3e4f38 -ExternalUrl
https://site.domain.com/EWS/Exchange.asmx
I wonder, is it a problem with active directory?
"Konstantine" <Konst...@discussions.microsoft.com> wrote in message
news:62F552C6-0D4F-4C57...@microsoft.com...