Der Blog dokumentiert eine funktionsfähige Umgebung unter Verwendung aller Funktionalitäten, intern und extern auf einen Exchange 2007 Server zuzugreifen. Die Doku kann als Vergleichswert genutzt werden, um andere Installationen gegenzuprüfen.
Ausgangslage:
1. E2K7 installiert auf einem einzigen Rechner - NETBIOS-Name: rx300 - FQDN rx300.netsec.local
2. Comodo UCC-Zertifikat ausgestellt mit 3 Namen: support.netsec.de / autodiscover.netsec.de / rx300
Von extern kann folgendes Tool zum Testen genutzt werden:
Exchange Server Remove Connectivity Analyzer (ExRCA) : https://www.testexchangeconnectivity.com/
(http://msexchangeteam.com/archive/2009/03/25/450908.aspx)
Einleitung
Das Feature AUTODISCOVER stellt alle Informationen bereit, dass Outlook 2007 Clients mit Konfigurationsinformationen versorgt werden.
- Offline Address Book (OAB)
- Unified Messaging
- Out of Office (OOF)
- Availability Services
1. Allgemeine Überprüfung
Überprüfung:
Get-clientAccessServer | fl Name,AutoDiscoverServiceInternalUri
Output:
"https://rx300/autodiscover/autodiscover.xml"
Ansonsten ändern mit:
Set-ClientAccessServer -Identity rx300 -AutoDiscoverServiceInternalUri "https://rx300/autodiscover/autodiscover.xml"
2. Überprüfung Autodiscover
Get-AutodiscoverVirtualDirectory | fl | out-File "c:\Get-AutodiscoverVirtualDirectory.txt"
Output:
Name: Autodiscover (Standardwebsite)
InternalAuthenticationMethods: {Basic, Ntlm, WindowsIntegrated}
ExternalAuthenticationMethods: {Basic, Ntlm, WindowsIntegrated}
BasicAuthentication: True
DigestAuthentication: False
WindowsAuthentication: True
MetabasePath: IIS://rx300.netsec.local/W3SVC/1/ROOT/Autodiscover
Path: C:\Programme\Microsoft\Exchange Server\ClientAccess\Autodiscover
Server: RX300
InternalUrl:
ExternalUrl:
AdminDisplayName:
ExchangeVersion: 0.1 (8.0.535.0)
DistinguishedName: CN=Autodiscover (Standardwebsite),CN=HTTP,CN=Pr
otocols,CN=RX300,CN=Servers,CN=Exchange Adminis
trative Group(FYDIBOHF23SPDLT),CN=AdministrativeGroups,CN=ErsteOrganisation,CN=MicrosoftExchange,CN=Services,CN=Configuration,DC=netsec,DC=local
Identity: RX300\Autodiscover (Standardwebsite)
Guid: 72348e18-fc08-4847-9e12-75ebde8cd8bc
ObjectCategory: netsec.local/Configuration/Schema/ms-Exch-Auto-Discover-Virtual-Directory
ObjectClass: {top, msExchVirtualDirectory, msExchAutoDiscoverVirtualDirectory}
OriginatingServer: rx300.netsec.local
IsValid: True
3. Überprüfung OAB
Get-OABVirtualDirectory | fl | out-File "c:\Get-OABVirtualDirectory.txt"
Ansonsten ändern mit:
Set-OABVirtualDirectory -Identity "OAB (Standardwebsite)" -InternalUrl: https://exchangesrv/oab
Anmerkung: "Standardwebsite" kann auch "Default Web Site" lauten
Name: OAB (Standardwebsite)
PollInterval: 480
OfflineAddressBooks: {OAB}
RequireSSL: False
BasicAuthentication: False
WindowsAuthentication: True
MetabasePath: IIS://rx300.netsec.local/W3SVC/1/ROOT/OAB
Path: C:\Programme\Microsoft\Exchange Server\ClientAccess\OAB
Server: RX300
InternalUrl: https://rx300/oab
InternalAuthenticationMethods: {WindowsIntegrated}
ExternalUrl: https://support.netsec.de/oab
ExternalAuthenticationMethods: {WindowsIntegrated}
AdminDisplayName:
ExchangeVersion: 0.1 (8.0.535.0)
DistinguishedName: CN=OAB (Standardwebsite),CN=HTTP,CN=Protocols,C
N=RX300,CN=Servers,CN=Exchange Administrative G
roup (FYDIBOHF23SPDLT),CN=Administrative Groups
,CN=Erste Organisation,CN=Microsoft Exchange,CN
=Services,CN=Configuration,DC=netsec,DC=local
Identity: RX300\OAB (Standardwebsite)
Guid: fbbf1966-c4e0-43ab-9f68-828cb5117702
ObjectCategory: netsec.local/Configuration/Schema/ms-Exch-OAB-Virtual-Directory
ObjectClass: {top, msExchVirtualDirectory, msExchOABVirtualDirectory}
OriginatingServer: rx300.netsec.local
IsValid: True
4. Überprüfung Webservices
Test-WebServicesConnectivity | fl | out-File "c:\Test-WebServicesConnectivity.txt"
ClientAccessServer : rx300.netsec.local
Scenario : GetFolder
ScenarioDescription : Verwenden Sie den 'GetFolder'-Vorgang der Exchange-Web
dienste zum Abrufen eines Ordners.
PerformanceCounterName : CreateItem Latency
Result : Fehler
MailboxServer : rx300.netsec.local
StartTime : 08.09.2009 07:15:56
Latency : -00:00:01
SecureAccess : True
Error : [System.Net.WebException]: Die zugrunde liegende Verbi
ndung wurde geschlossen: Für den geschützten SSL/TLS-K
anal konnte keine Vertrauensstellung hergestellt werde
n.. Interner Fehler [System.Security.Authentication.Au
thenticationException]: Das Remotezertifikat ist laut
Validierungsverfahren ungültig.
UserName : CAS_bc18b8bf8b8a4a7e
VirtualDirectoryName :
Url :
UrlType : Unknown
EventType : Error
Port : 0
ConnectionType : Plaintext
Get-WebServicesVirtualDirectory | fl | out-File "c:\Get-WebServicesVirtualDirectory.txt"
Falls Änderung erforderlich ist:
Set-WebServicesVirtualDirectory -Identity "EWS (Standardwebsite)" -InternalUrl: https://rx300/EWS/Exchange.asmx -InternalNLBBypassUrl: https://rx300/EWS/Exchange.asmx
InternalNLBBypassUrl : https://rx300/ews/exchange.asmx
Name : EWS (Standardwebsite)
InternalAuthenticationMethods : {Ntlm, WindowsIntegrated}
ExternalAuthenticationMethods : {Ntlm, WindowsIntegrated}
BasicAuthentication : False
DigestAuthentication : False
WindowsAuthentication : True
MetabasePath : IIS://rx300.netsec.local/W3SVC/1/ROOT/EWS
Path : C:\Programme\Microsoft\Exchange Server\ClientAc
cess\exchweb\EWS
Server : RX300
InternalUrl : https://rx300/ews/exchange.asmx
ExternalUrl :
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=EWS (Standardwebsite),CN=HTTP,CN=Protocols,C
N=RX300,CN=Servers,CN=Exchange Administrative G
roup (FYDIBOHF23SPDLT),CN=Administrative Groups
,CN=Erste Organisation,CN=Microsoft Exchange,CN
=Services,CN=Configuration,DC=netsec,DC=local
Identity : RX300\EWS (Standardwebsite)
Guid : b661f2ac-c55f-4cf1-b239-86131d852249
ObjectCategory : netsec.local/Configuration/Schema/ms-Exch-Web-S
ervices-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msExchWebServices
VirtualDirectory}
WhenChanged : 23.02.2009 22:14:32
WhenCreated : 23.02.2009 22:12:08
OriginatingServer : rx300.netsec.local
IsValid : True
5. Überprüfung ActiveSync
Test-ActiveSyncConnectivity | fl | out-File "c:\Test-ActiveSyncConnectivity.txt"ClientAccessServer : rx300.netsec.local
Scenario : Optionen
ScenarioDescription : Geben Sie einen HTTP OPTIONS-Befehl aus, um die Protok
ollversion von Exchange ActiveSync abzurufen.
PerformanceCounterName : DirectPush Latency
Result : Fehler
MailboxServer : rx300.netsec.local
StartTime : 08.09.2009 07:17:58
Latency : -00:00:01
SecureAccess : True
Error : [System.Net.WebException]: Die zugrunde liegende Verbi
ndung wurde geschlossen: Für den geschützten SSL/TLS-K
anal konnte keine Vertrauensstellung hergestellt werde
n.. Interner Fehler [System.Security.Authentication.Au
thenticationException]: Das Remotezertifikat ist laut
Validierungsverfahren ungültig.
UserName : CAS_bc18b8bf8b8a4a7e
VirtualDirectoryName :
Url :
UrlType : Unknown
EventType : Error
Port : 0
ConnectionType : Plaintext
Get-ActiveSyncVirtualDirectory | fl | out-File "c:\Get-ActiveSyncVirtualDirectory.txt"
MobileClientFlags : BadItemReportingEnabled
MobileClientCertificateProvisioningEnabled : False
BadItemReportingEnabled : True
MobileClientCertificateAuthorityURL :
MobileClientCertTemplateName :
ActiveSyncServer : https://support.netsec.de/Microsof
t-Server-ActiveSync
RemoteDocumentsActionForUnknownServers : Allow
RemoteDocumentsAllowedServers : {}
RemoteDocumentsBlockedServers : {}
RemoteDocumentsInternalDomainSuffixList : {}
MetabasePath : IIS://rx300.netsec.local/W3SVC/1/R
OOT/Microsoft-Server-ActiveSync
BasicAuthEnabled : True
WindowsAuthEnabled : False
CompressionEnabled : True
ClientCertAuth : Ignore
WebsiteName : Standardwebsite
WebSiteSSLEnabled : True
VirtualDirectoryName : Microsoft-Server-ActiveSync
Path :
Server : RX300
InternalUrl : https://rx300.netsec.local/Microso
ft-Server-ActiveSync
InternalAuthenticationMethods : {}
ExternalUrl : https://support.netsec.de/Microsof
t-Server-ActiveSync
ExternalAuthenticationMethods : {}
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
Name : Microsoft-Server-ActiveSync (Stand
ardwebsite)
DistinguishedName : CN=Microsoft-Server-ActiveSync (St
andardwebsite),CN=HTTP,CN=Protocol
s,CN=RX300,CN=Servers,CN=Exchange
Administrative Group (FYDIBOHF23SP
DLT),CN=Administrative Groups,CN=E
rste Organisation,CN=Microsoft Exc
hange,CN=Services,CN=Configuration
,DC=netsec,DC=local
Identity : RX300\Microsoft-Server-ActiveSync
(Standardwebsite)
Guid : f2a075a6-a57a-4f36-89eb-b44e6ed684
8a
ObjectCategory : netsec.local/Configuration/Schema/
ms-Exch-Mobile-Virtual-Directory
ObjectClass : {top, msExchVirtualDirectory, msEx
chMobileVirtualDirectory}
WhenChanged : 23.02.2009 22:27:30
WhenCreated : 23.02.2009 22:12:01
OriginatingServer : rx300.netsec.local
IsValid : True
6. Überprüfung OWA
Test-OWAConnectivity | fl | out-File "c:\Test-OWAConnectivity.txt"
AuthenticationMethod: FBA
ClientAccessServer: rx300.netsec.local
Scenario: Anmeldung
ScenarioDescription: Melden Sie sich bei Outlook Web Access, und überprüfenSie die Antwortseite.
PerformanceCounterName: Logon Latency
Result : Erfolgreich
MailboxServer: rx300.netsec.local
StartTime: 08.09.2009 07:13:30
Latency: 00:00:00.5937500
SecureAccess: True
Error:
UserName: CAS_bc18b8bf8b8a4a7e
VirtualDirectoryName: owa (Standardwebsite)
Url: https://rx300/owa/
UrlType: Internal
EventType: Success
Port: 0
ConnectionType: Plaintext
Get-OWAVirtualDirectory | fl | out-File "c:\Get-OWAVirtualDirectory.txt"
Name: Exchange (Standardwebsite)
WebSite: Standardwebsite
DisplayName: Exchange
DirectFileAccessOnPublicComputersEnabled :
DirectFileAccessOnPrivateComputersEnabled :
WebReadyDocumentViewingOnPublicComputersEnabled :
WebReadyDocumentViewingOnPrivateComputersEnabled :
ForceWebReadyDocumentViewingFirstOnPublicComputers :
ForceWebReadyDocumentViewingFirstOnPrivateComputers :
RemoteDocumentsActionForUnknownServers :
ActionForUnknownFileAndMIMETypes :
WebReadyFileTypes :
WebReadyMimeTypes :
WebReadyDocumentViewingForAllSupportedTypes :
WebReadyDocumentViewingSupportedMimeTypes :
WebReadyDocumentViewingSupportedFileTypes :
AllowedFileTypes :
AllowedMimeTypes :
ForceSaveFileTypes :
ForceSaveMimeTypes :
BlockedFileTypes :
BlockedMimeTypes :
RemoteDocumentsAllowedServers :
RemoteDocumentsBlockedServers :
RemoteDocumentsInternalDomainSuffixList :
FolderPathname: \\.\BackOfficeStorage\netsec.de\MBXUrl :
InternalAuthenticationMethods: {Basic, Ntlm, WindowsIntegrated}
LogonFormat: FullDomain
ClientAuthCleanupLevel: High
DefaultDomain: netsec.local
BasicAuthentication: True
DigestAuthentication: False
WindowsAuthentication: True
FormsAuthentication: False
GzipLevel: Off
MetabasePath: IIS://rx300.netsec.local/W3SVC/1/ROOT/Exchange
FilterWebBeaconsAndHtmlForms :
NotificationInterval :
DefaultTheme :
UserContextTimeout:
ExchwebProxyDestination : NotSpecified
VirtualDirectoryType: Mailboxes
OwaVersion: Exchange2003or2000
RedirectToOptimalOWAServer:
DefaultClientLanguage :
LogonAndErrorLanguage : 0
UseGB18030 :
UseISO885915 :
OutboundCharset :
CalendarEnabled :
ContactsEnabled :
TasksEnabled :
JournalEnabled :
NotesEnabled :
RemindersAndNotificationsEnabled :
PremiumClientEnabled :
SpellCheckerEnabled :
SearchFoldersEnabled :
SignaturesEnabled :
ThemeSelectionEnabled :
JunkEmailEnabled :
UMIntegrationEnabled :
WSSAccessOnPublicComputersEnabled :
WSSAccessOnPrivateComputersEnabled :
ChangePasswordEnabled :
UNCAccessOnPublicComputersEnabled :
UNCAccessOnPrivateComputersEnabled :
ActiveSyncIntegrationEnabled :
AllAddressListsEnabled :
RulesEnabled :
PublicFoldersEnabled :
SMimeEnabled :
RecoverDeletedItemsEnabled :
Path : \\.\BackOfficeStorage\net
sec.de\MBX
Server : RX300
InternalUrl :
ExternalUrl :
ExternalAuthenticationMethods : {Fba}
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=Exchange (Standardwebs
ite),CN=HTTP,CN=Protocols
,CN=RX300,CN=Servers,CN=E
xchange Administrative Gr
oup (FYDIBOHF23SPDLT),CN=
Administrative Groups,CN=
Erste Organisation,CN=Mic
rosoft Exchange,CN=Servic
es,CN=Configuration,DC=ne
tsec,DC=local
Identity : RX300\Exchange (Standardw
ebsite)
Guid : eef27889-d8c1-42b2-8559-6
1e765c28b88
ObjectCategory : netsec.local/Configuratio
n/Schema/ms-Exch-OWA-Virt
ual-Directory
ObjectClass : {top, msExchVirtualDirect
ory, msExchOWAVirtualDire
ctory}
WhenChanged : 02.04.2008 15:26:21
WhenCreated : 29.08.2007 17:42:05
OriginatingServer : rx300.netsec.local
IsValid : True
Name : Public (Standardwebsite)
WebSite : Standardwebsite
DisplayName : Public
DirectFileAccessOnPublicComputersEnabled :
DirectFileAccessOnPrivateComputersEnabled :
WebReadyDocumentViewingOnPublicComputersEnabled :
WebReadyDocumentViewingOnPrivateComputersEnabled :
ForceWebReadyDocumentViewingFirstOnPublicComputers :
ForceWebReadyDocumentViewingFirstOnPrivateComputers :
RemoteDocumentsActionForUnknownServers :
ActionForUnknownFileAndMIMETypes :
WebReadyFileTypes :
WebReadyMimeTypes :
WebReadyDocumentViewingForAllSupportedTypes :
WebReadyDocumentViewingSupportedMimeTypes :
WebReadyDocumentViewingSupportedFileTypes :
AllowedFileTypes :
AllowedMimeTypes :
ForceSaveFileTypes :
ForceSaveMimeTypes :
BlockedFileTypes :
BlockedMimeTypes :
RemoteDocumentsAllowedServers :
RemoteDocumentsBlockedServers :
RemoteDocumentsInternalDomainSuffixList :
FolderPathname : \\.\BackOfficeStorage\net
sec.de\Public Folders
Url :
InternalAuthenticationMethods : {Basic, Ntlm, WindowsInte
grated}
LogonFormat : FullDomain
ClientAuthCleanupLevel : High
DefaultDomain : netsec.local
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
FormsAuthentication : False
GzipLevel : Off
MetabasePath : IIS://rx300.netsec.local/
W3SVC/1/ROOT/Public
FilterWebBeaconsAndHtmlForms :
NotificationInterval :
DefaultTheme :
UserContextTimeout :
ExchwebProxyDestination : NotSpecified
VirtualDirectoryType : PublicFolders
OwaVersion : Exchange2003or2000
RedirectToOptimalOWAServer :
DefaultClientLanguage :
LogonAndErrorLanguage : 0
UseGB18030 :
UseISO885915 :
OutboundCharset :
CalendarEnabled :
ContactsEnabled :
TasksEnabled :
JournalEnabled :
NotesEnabled :
RemindersAndNotificationsEnabled :
PremiumClientEnabled :
SpellCheckerEnabled :
SearchFoldersEnabled :
SignaturesEnabled :
ThemeSelectionEnabled :
JunkEmailEnabled :
UMIntegrationEnabled :
WSSAccessOnPublicComputersEnabled :
WSSAccessOnPrivateComputersEnabled :
ChangePasswordEnabled :
UNCAccessOnPublicComputersEnabled :
UNCAccessOnPrivateComputersEnabled :
ActiveSyncIntegrationEnabled :
AllAddressListsEnabled :
RulesEnabled :
PublicFoldersEnabled :
SMimeEnabled :
RecoverDeletedItemsEnabled :
Path : \\.\BackOfficeStorage\net
sec.de\Public Folders
Server : RX300
InternalUrl :
ExternalUrl :
ExternalAuthenticationMethods : {Fba}
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=Public (Standardwebsit
e),CN=HTTP,CN=Protocols,C
N=RX300,CN=Servers,CN=Exc
hange Administrative Grou
p (FYDIBOHF23SPDLT),CN=Ad
ministrative Groups,CN=Er
ste Organisation,CN=Micro
soft Exchange,CN=Services
,CN=Configuration,DC=nets
ec,DC=local
Identity : RX300\Public (Standardweb
site)
Guid : 93a0c6f9-6867-465b-aa96-f
013f1c66bb2
ObjectCategory : netsec.local/Configuratio
n/Schema/ms-Exch-OWA-Virt
ual-Directory
ObjectClass : {top, msExchVirtualDirect
ory, msExchOWAVirtualDire
ctory}
WhenChanged : 04.08.2009 12:27:23
WhenCreated : 29.08.2007 17:42:07
OriginatingServer : rx300.netsec.local
IsValid : True
Name : Exadmin (Standardwebsite)
WebSite : Standardwebsite
DisplayName : Exadmin
DirectFileAccessOnPublicComputersEnabled :
DirectFileAccessOnPrivateComputersEnabled :
WebReadyDocumentViewingOnPublicComputersEnabled :
WebReadyDocumentViewingOnPrivateComputersEnabled :
ForceWebReadyDocumentViewingFirstOnPublicComputers :
ForceWebReadyDocumentViewingFirstOnPrivateComputers :
RemoteDocumentsActionForUnknownServers :
ActionForUnknownFileAndMIMETypes :
WebReadyFileTypes :
WebReadyMimeTypes :
WebReadyDocumentViewingForAllSupportedTypes :
WebReadyDocumentViewingSupportedMimeTypes :
WebReadyDocumentViewingSupportedFileTypes :
AllowedFileTypes :
AllowedMimeTypes :
ForceSaveFileTypes :
ForceSaveMimeTypes :
BlockedFileTypes :
BlockedMimeTypes :
RemoteDocumentsAllowedServers :
RemoteDocumentsBlockedServers :
RemoteDocumentsInternalDomainSuffixList :
FolderPathname : \\.\BackOfficeStorage
Url :
InternalAuthenticationMethods : {Basic, Ntlm, WindowsInte
grated}
LogonFormat : FullDomain
ClientAuthCleanupLevel : High
DefaultDomain : netsec.local
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
FormsAuthentication : False
GzipLevel : Off
MetabasePath : IIS://rx300.netsec.local/
W3SVC/1/ROOT/Exadmin
FilterWebBeaconsAndHtmlForms :
NotificationInterval :
DefaultTheme :
UserContextTimeout :
ExchwebProxyDestination : NotSpecified
VirtualDirectoryType : Exadmin
OwaVersion : Exchange2003or2000
RedirectToOptimalOWAServer :
DefaultClientLanguage :
LogonAndErrorLanguage : 0
UseGB18030 :
UseISO885915 :
OutboundCharset :
CalendarEnabled :
ContactsEnabled :
TasksEnabled :
JournalEnabled :
NotesEnabled :
RemindersAndNotificationsEnabled :
PremiumClientEnabled :
SpellCheckerEnabled :
SearchFoldersEnabled :
SignaturesEnabled :
ThemeSelectionEnabled :
JunkEmailEnabled :
UMIntegrationEnabled :
WSSAccessOnPublicComputersEnabled :
WSSAccessOnPrivateComputersEnabled :
ChangePasswordEnabled :
UNCAccessOnPublicComputersEnabled :
UNCAccessOnPrivateComputersEnabled :
ActiveSyncIntegrationEnabled :
AllAddressListsEnabled :
RulesEnabled :
PublicFoldersEnabled :
SMimeEnabled :
RecoverDeletedItemsEnabled :
Path : \\.\BackOfficeStorage
Server : RX300
InternalUrl :
ExternalUrl :
ExternalAuthenticationMethods : {Fba}
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=Exadmin (Standardwebsi
te),CN=HTTP,CN=Protocols,
CN=RX300,CN=Servers,CN=Ex
change Administrative Gro
up (FYDIBOHF23SPDLT),CN=A
dministrative Groups,CN=E
rste Organisation,CN=Micr
osoft Exchange,CN=Service
s,CN=Configuration,DC=net
sec,DC=local
Identity : RX300\Exadmin (Standardwe
bsite)
Guid : 6fe55f74-882e-4efc-a8d8-d
8d9e84152d3
ObjectCategory : netsec.local/Configuratio
n/Schema/ms-Exch-OWA-Virt
ual-Directory
ObjectClass : {top, msExchVirtualDirect
ory, msExchOWAVirtualDire
ctory}
WhenChanged : 08.07.2008 09:13:50
WhenCreated : 29.08.2007 17:42:11
OriginatingServer : rx300.netsec.local
IsValid : True
Name : owa (Standardwebsite)
WebSite : Standardwebsite
DisplayName : owa
DirectFileAccessOnPublicComputersEnabled : True
DirectFileAccessOnPrivateComputersEnabled : True
WebReadyDocumentViewingOnPublicComputersEnabled : True
WebReadyDocumentViewingOnPrivateComputersEnabled : True
ForceWebReadyDocumentViewingFirstOnPublicComputers : False
ForceWebReadyDocumentViewingFirstOnPrivateComputers : False
RemoteDocumentsActionForUnknownServers : Block
ActionForUnknownFileAndMIMETypes : ForceSave
WebReadyFileTypes : {.xlsx, .pptx, .docx, .xl
s, .rtf, .ppt, .pps, .pdf
, .dot, .doc}
WebReadyMimeTypes : {application/vnd.openxmlf
ormats-officedocument.pre
sentationml.presentation,
application/vnd.openxmlf
ormats-officedocument.wor
dprocessingml.document, a
pplication/vnd.openxmlfor
mats-officedocument.sprea
dsheetml.sheet, applicati
on/vnd.ms-powerpoint, app
lication/x-mspowerpoint,
application/vnd.ms-excel,
application/x-msexcel, a
pplication/msword, applic
ation/pdf}
WebReadyDocumentViewingForAllSupportedTypes : True
WebReadyDocumentViewingSupportedMimeTypes : {application/msword, appl
ication/vnd.ms-excel, app
lication/x-msexcel, appli
cation/vnd.ms-powerpoint,
application/x-mspowerpoi
nt, application/pdf, appl
ication/vnd.openxmlformat
s-officedocument.wordproc
essingml.document, applic
ation/vnd.openxmlformats-
officedocument.spreadshee
tml.sheet, application/vn
d.openxmlformats-officedo
cument.presentationml.pre
sentation}
WebReadyDocumentViewingSupportedFileTypes : {.doc, .dot, .rtf, .xls,
.ppt, .pps, .pdf, .docx,
.xlsx, .pptx}
AllowedFileTypes : {.rpmsg, .xlsx, .xlsm, .x
lsb, .tiff, .pptx, .pptm,
.ppsx, .ppsm, .docx, .do
cm, .zip, .xls, .wmv, .wm
a, .wav...}
AllowedMimeTypes : {image/jpeg, image/png, i
mage/gif, image/bmp}
ForceSaveFileTypes : {.vsmacros, .ps2xml, .ps1
xml, .mshxml, .gadget, .p
sc2, .psc1, .aspx, .wsh,
.wsf, .wsc, .vsw, .vst, .
vss, .vbs, .vbe...}
ForceSaveMimeTypes : {Application/x-shockwave-
flash, Application/octet-
stream, Application/futur
esplash, Application/x-di
rector}
BlockedFileTypes : {.vsmacros, .msh2xml, .ms
h1xml, .ps2xml, .ps1xml,
.mshxml, .gadget, .mhtml,
.psc2, .psc1, .msh2, .ms
h1, .aspx, .xml, .wsh, .w
sf...}
BlockedMimeTypes : {application/x-javascript
, application/javascript,
application/msaccess, x-
internet-signup, text/jav
ascript, application/xml,
application/prg, applica
tion/hta, text/scriplet,
text/xml}
RemoteDocumentsAllowedServers : {}
RemoteDocumentsBlockedServers : {}
RemoteDocumentsInternalDomainSuffixList : {}
FolderPathname :
Url : {}
InternalAuthenticationMethods : {Basic, Fba}
LogonFormat : FullDomain
ClientAuthCleanupLevel : High
DefaultDomain : netsec.local
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : False
FormsAuthentication : True
GzipLevel : Low
MetabasePath : IIS://rx300.netsec.local/
W3SVC/1/ROOT/owa
FilterWebBeaconsAndHtmlForms : UserFilterChoice
NotificationInterval : 120
DefaultTheme :
UserContextTimeout : 60
ExchwebProxyDestination :
VirtualDirectoryType :
OwaVersion : Exchange2007
RedirectToOptimalOWAServer : True
DefaultClientLanguage : 0
LogonAndErrorLanguage : 0
UseGB18030 : False
UseISO885915 : False
OutboundCharset : AutoDetect
CalendarEnabled : True
ContactsEnabled : True
TasksEnabled : True
JournalEnabled : True
NotesEnabled : True
RemindersAndNotificationsEnabled : True
PremiumClientEnabled : True
SpellCheckerEnabled : True
SearchFoldersEnabled : True
SignaturesEnabled : True
ThemeSelectionEnabled : True
JunkEmailEnabled : True
UMIntegrationEnabled : True
WSSAccessOnPublicComputersEnabled : True
WSSAccessOnPrivateComputersEnabled : True
ChangePasswordEnabled : True
UNCAccessOnPublicComputersEnabled : True
UNCAccessOnPrivateComputersEnabled : True
ActiveSyncIntegrationEnabled : True
AllAddressListsEnabled : True
RulesEnabled : True
PublicFoldersEnabled : True
SMimeEnabled : True
RecoverDeletedItemsEnabled : True
Path : C:\Programme\Microsoft\Ex
change Server\ClientAcces
s\owa
Server : RX300
InternalUrl : https://rx300/owa
ExternalUrl : https://support.netsec.de
/owa
ExternalAuthenticationMethods : {Fba}
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=owa (Standardwebsite),
CN=HTTP,CN=Protocols,CN=R
X300,CN=Servers,CN=Exchan
ge Administrative Group (
FYDIBOHF23SPDLT),CN=Admin
istrative Groups,CN=Erste
Organisation,CN=Microsof
t Exchange,CN=Services,CN
=Configuration,DC=netsec,
DC=local
Identity : RX300\owa (Standardwebsit
e)
Guid : 74af83e7-4f28-4a34-9a09-d
761f4b5266f
ObjectCategory : netsec.local/Configuratio
n/Schema/ms-Exch-OWA-Virt
ual-Directory
ObjectClass : {top, msExchVirtualDirect
ory, msExchOWAVirtualDire
ctory}
WhenChanged : 23.02.2009 22:27:13
WhenCreated : 23.02.2009 22:11:27
OriginatingServer : rx300.netsec.local
IsValid : True
Name : Exchweb (Standardwebsite)
WebSite : Standardwebsite
DisplayName : Exchweb
DirectFileAccessOnPublicComputersEnabled :
DirectFileAccessOnPrivateComputersEnabled :
WebReadyDocumentViewingOnPublicComputersEnabled :
WebReadyDocumentViewingOnPrivateComputersEnabled :
ForceWebReadyDocumentViewingFirstOnPublicComputers :
ForceWebReadyDocumentViewingFirstOnPrivateComputers :
RemoteDocumentsActionForUnknownServers :
ActionForUnknownFileAndMIMETypes :
WebReadyFileTypes :
WebReadyMimeTypes :
WebReadyDocumentViewingForAllSupportedTypes :
WebReadyDocumentViewingSupportedMimeTypes :
WebReadyDocumentViewingSupportedFileTypes :
AllowedFileTypes :
AllowedMimeTypes :
ForceSaveFileTypes :
ForceSaveMimeTypes :
BlockedFileTypes :
BlockedMimeTypes :
RemoteDocumentsAllowedServers :
RemoteDocumentsBlockedServers :
RemoteDocumentsInternalDomainSuffixList :
FolderPathname : \\.\BackOfficeStorage\net
sec.de\ExchWeb
Url :
InternalAuthenticationMethods : {Basic, Ntlm, WindowsInte
grated}
LogonFormat : FullDomain
ClientAuthCleanupLevel : High
DefaultDomain : netsec.local
BasicAuthentication : True
DigestAuthentication : False
WindowsAuthentication : True
FormsAuthentication : False
GzipLevel : Off
MetabasePath : IIS://rx300.netsec.local/
W3SVC/1/ROOT/Exchweb
FilterWebBeaconsAndHtmlForms :
NotificationInterval :
DefaultTheme :
UserContextTimeout :
ExchwebProxyDestination : MailboxServer
VirtualDirectoryType : Exchweb
OwaVersion : Exchange2003or2000
RedirectToOptimalOWAServer :
DefaultClientLanguage :
LogonAndErrorLanguage : 0
UseGB18030 :
UseISO885915 :
OutboundCharset :
CalendarEnabled :
ContactsEnabled :
TasksEnabled :
JournalEnabled :
NotesEnabled :
RemindersAndNotificationsEnabled :
PremiumClientEnabled :
SpellCheckerEnabled :
SearchFoldersEnabled :
SignaturesEnabled :
ThemeSelectionEnabled :
JunkEmailEnabled :
UMIntegrationEnabled :
WSSAccessOnPublicComputersEnabled :
WSSAccessOnPrivateComputersEnabled :
ChangePasswordEnabled :
UNCAccessOnPublicComputersEnabled :
UNCAccessOnPrivateComputersEnabled :
ActiveSyncIntegrationEnabled :
AllAddressListsEnabled :
RulesEnabled :
PublicFoldersEnabled :
SMimeEnabled :
RecoverDeletedItemsEnabled :
Path : \\.\BackOfficeStorage\net
sec.de\ExchWeb
Server : RX300
InternalUrl :
ExternalUrl :
ExternalAuthenticationMethods : {Fba}
AdminDisplayName :
ExchangeVersion : 0.1 (8.0.535.0)
DistinguishedName : CN=Exchweb (Standardwebsi
te),CN=HTTP,CN=Protocols,
CN=RX300,CN=Servers,CN=Ex
change Administrative Gro
up (FYDIBOHF23SPDLT),CN=A
dministrative Groups,CN=E
rste Organisation,CN=Micr
osoft Exchange,CN=Service
s,CN=Configuration,DC=net
sec,DC=local
Identity : RX300\Exchweb (Standardwe
bsite)
Guid : 29ac44f9-fafc-47db-9e0d-c
238ed1fed0a
ObjectCategory : netsec.local/Configuratio
n/Schema/ms-Exch-OWA-Virt
ual-Directory
ObjectClass : {top, msExchVirtualDirect
ory, msExchOWAVirtualDire
ctory}
WhenChanged : 23.02.2009 22:11:30
WhenCreated : 23.02.2009 22:11:30
OriginatingServer : rx300.netsec.local
IsValid : True
7. Abschlusstest
Test-OutlookWebServices | fl | out-File "c:\Test-OutlookWebServices.txt"
Id : 1003
Type : Information
Message : Die AutoErmittlung wird gleich mit E-Mail-Adresse HWKremer@NETsec.de
getestet.
Id : 1007
Type : Information
Message : Der Server rx300.netsec.local mit dem veröffentlichten Namen https://
rx300/ews/exchange.asmx & wird getestet.
Id : 1019
Type : Information
Message : Es wurde ein gültiger Verbindungspunkt für den AutoErmittlungsdienst
gefunden. Die URL dieses Objekts für die AutoErmittlung ist https://r
x300/autodiscover/autodiscover.xml.
Id : 1006
Type : Information
Message : Es wurde eine Verbindung mit dem AutoErmittlungsdienst bei https://rx
300/autodiscover/autodiscover.xml hergestellt.
Id : 1016
Type : Success
Message : [EXCH]-Erfolg beim Herstellen der Verbindung mit dem Dienst 'AS' bei
https://rx300/ews/exchange.asmx. Die verstrichene Zeit betrug 390 Mil
lisekunden.
Id : 1015
Type : Success
Message : [EXCH]-Erfolg beim Herstellen der Verbindung mit dem Dienst 'OAB' bei
https://rx300/ews/exchange.asmx. Die verstrichene Zeit betrug 0 Mill
isekunden.
Id : 1014
Type : Success
Message : [EXCH]-Erfolg beim Herstellen der Verbindung mit dem Dienst 'UM' bei
https://rx300/unifiedmessaging/service.asmx. Die verstrichene Zeit be
trug 78 Millisekunden.
Id : 1016
Type : Information
Message : [EXPR]-'AS' ist nicht für diesen Benutzer konfiguriert.
Id : 1015
Type : Success
Message : [EXPR]-Erfolg beim Herstellen der Verbindung mit dem Dienst 'OAB' bei
. Die verstrichene Zeit betrug 0 Millisekunden.
Id : 1014
Type : Information
Message : [EXPR]-'UM' ist nicht für diesen Benutzer konfiguriert.
Id : 1017
Type : Success
Message : [EXPR]-Erfolg beim Herstellen der Verbindung mit dem Dienst 'RPC/HTTP
' bei https://support.netsec.de/Rpc. Die verstrichene Zeit betrug 46
Millisekunden.
Id : 1006
Type : Success
Message : Der AutoErmittlungsdienst wurde erfolgreich getestet.
Zum Schluss noch die MAPI-Funktionstests
Test-MAPIConnectivity | fl | out-File "c:\Test-MAPIConnectivity.txt"
Server : RX300
StorageGroup : Demo
Database : DB Demo
Mailbox : SystemMailbox{53558E04-8619-494B-87FE-4054462B5927}
Result : Erfolgreich
Latency : 00:00:00.0090410
Error :
Server : RX300
StorageGroup : First Storage Group
Database : Mailbox Database
Mailbox : SystemMailbox{AA4741B2-B654-47A9-9D8F-E0577E69B3B8}
Result : Erfolgreich
Latency : 00:00:00.0634446
Error :
Server : RX300
StorageGroup : SG Externe
Database : DB Externe
Mailbox : SystemMailbox{516B27BA-68BF-4FEA-A1B4-CD8250789D19}
Result : Erfolgreich
Latency : 00:00:00.1693429
Error :
Server : RX300
StorageGroup : SG NETsec
Database : DB Mitarbeiter
Mailbox : SystemMailbox{A41871E6-ADC3-4D9E-A01E-24E657A2862D}
Result : Erfolgreich
Latency : 00:00:00.0376830
Error :
Server : RX300
StorageGroup : SG Products
Database : DB Products
Mailbox : SystemMailbox{36F12361-0926-453E-A079-307C9C6BB48C}
Result : Erfolgreich
Latency : 00:00:00.1716836
Error :
Server : RX300
StorageGroup : SG Services
Database : DB Services
Mailbox : SystemMailbox{571EF024-DFB8-4354-A60A-56CA5674DDB9}
Result : Erfolgreich
Latency : 00:00:00.0871171
Error :
Server : RX300
StorageGroup : Test
Database : DBTEst
Mailbox : SystemMailbox{874B3B10-65D4-4755-9ABA-693BA49850D0}
Result : Erfolgreich
Latency : 00:00:00.0829031
Error :
http://www.msexchange.org/articles_tutorials/exchange-server-2007/management-administration/configuring-exchange-server-2007-web-services-urls.html
Outlook Whenever Wherever - Outlook Anywhere Part 2)
Outlook Whenever Wherever - Outlook Anywhere Part 1
