Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
How to Discover Microsoft Exchange Server 2003 by WMI
This task explains how to discover MS Exchange Server 2003 using the WMI protocol.
-
Prerequisite - Set up protocol credentials
This discovery is based on the WMI protocol.
For credential information, see Supported Protocols.
Information about Exchange is taken from the root\MicrosoftExchangeV2 namespace.
-
Prerequisite - Set up permissions
You must enable read-only permissions for the root\MicrosoftExchangeV2 WMI namespace. In some cases the root\cimv2 namespace is also needed (with read-only permissions). For details, see Troubleshooting and Limitations – Microsoft Exchange Server by WMI Discovery.
-
Run the discovery
Activate the following jobs:
-
Network Infrastructure Discovery:
-
Run Host Connection > Host Connection by WMI to discover WMI CITs.
-
Run any of the Host Resources jobs and Host Applications jobs that gather information about processes running on a host. If a process named emsmta.exe or exmgmt.exe is discovered on a host, the Microsoft Exchange Connection by WMI job is triggered.
-
Enterprise Applications > Microsoft Exchange
-
Run Microsoft Exchange Connection by WMI. This job reports the server that is actually running on this host. To discover other Exchange servers, you must run this job on each host where Exchange is running. The job creates Exchange CITs.
This job connects to the remote host by WMI to the root\MicrosoftExchangeV2 namespace.
The following WMI queries are executed:
SELECT AdministrativeNote, CreationTime, ExchangeVersion, FQDN, GUID, MTADataPath, MessageTrackingEnabled, MessageTrackingLogFileLifetime, MessageTrackingLogFilePath, MonitoringEnabled, Type FROM Exchange_Server
This query returns all Exchange servers present in the Exchange organization.
-
The Exchange CI created by Microsoft Exchange Connection by WMI job acts as a trigger for the Microsoft Exchange Topology by WMI job. The Trigger CI connects to the host where Exchange is running and retrieves the complete topology. (For details on troubleshooting error messages, see Troubleshooting and Limitations – Microsoft Exchange Server by WMI Discovery.)
This job connects to the remote host by WMI to the root\MicrosoftExchangeV2 namespace. The following WMI queries are executed (order is preserved):
SELECT AdministrativeGroup, DN, FQDN, Name, RoutingGroup FROM Exchange_Server SELECT AdministrativeGroup, AdministrativeNote, CreationTime, Description, GUID, Name, RootFolderURL FROM Exchange_FolderTree SELECT AddressBookName, AdministrativeNote, Comment, ContactCount, FolderTree, FriendlyUrl, IsMailEnabled, Path, Url FROM Exchange_PublicFolder
-