Term
| what is the command to suspend a mail queue |
|
Definition
|
|
Term
| What is the command to resume a queue |
|
Definition
|
|
Term
| Command to remove messages from a queue |
|
Definition
|
|
Term
| How do you view properties of one or more email messages using the cmdlet in exchange 2007 |
|
Definition
| Get-message cmdlet to view messages from all queues sent in an SMTP domain get-message -filter {fromaddress -like *@domain.com} | format-list |
|
|
Term
| How do you view a message in any queue that has a subject in exchange 2007 |
|
Definition
| Get-message -filter {subject -eq "RE: subject?"} | format-list |
|
|
Term
| How do you export a suspended/queued message from a queue using cmdlets and save as a .EML file |
|
Definition
| export-message -identity server\path -path c:\mymessage.eml |
|
|
Term
| How do you access the Exchange message tracking in the gui and cmdlet |
|
Definition
1) In the gui click on the toolbox applet in the console and double click message tracking.
2) In the cmdlet Get-messagetrackinglog |
|
|
Term
| What is the name of the parameter in get-messagetrackinglog that enables you to find the final status of a message |
|
Definition
|
|
Term
| What are the EVENTID values |
|
Definition
BADMAIL
Deliver
defer
DSN
EXPAND
FAIL
POISONMESSAGE
RECEIVE
RESOLVE
SEND
SUBMIT
TRANSFER |
|
|
Term
| What is the EVENTID that allows you to be delivered or returned to a sender |
|
Definition
|
|
Term
| What is the EVENTID that says your message was delivered to a recipients mailbox |
|
Definition
|
|
Term
| What is the delivery status of the event id that is delayed |
|
Definition
|
|
Term
| What delivery status notification that generates for a message |
|
Definition
|
|
Term
| What eventid is searchable for the membership of a distribution group that was expanded to determin the final recipients of an organization |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field that failed permanently |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field where the message was put into or removed from the poison message queue |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field of a message that was committed to a DB |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field that was redirected to another recipient |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field THAT was resolved to a different email address |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field MESSAGE WAS SENT USING smtp TO A DIFFERENT SERVER |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field. Message was submitted to a hub transport server from a mailbox server or edge transport server |
|
Definition
|
|
Term
| What is the searchable ID of a searchable field Recipients of the message were moved to a forked message because of recipients limits or conversion of the message contents |
|
Definition
|
|
Term
| Where are directory the message tracking logs located |
|
Definition
| C:\program files\microsoft\exchange server\transportroles\logs\messagetracking |
|
|
Term
| How do you enable message tracking on a exchange server |
|
Definition
By default message tracking is enable on all hub, mail and edge transport servers
set-transportserver servername -messagetrackinglogenabled $true |
|
|
Term
| How do you disable message tracking on a transport server |
|
Definition
| set-transportserver servername -messagetrackinglogenabled $false |
|
|
Term
| How do you enable/disable message tracking on a mail server |
|
Definition
Enable
set-mailboxserver servername -messagetrackinglogenabled $true
Disable
set-mailboxserver servername -messagetrackinglogenabled $false |
|
|
Term
| How do you change the tracking log location for mail and transport servers |
|
Definition
Set-transportserver servername -messagetrackinglofpath "T:\newpath"
for mailbox servers
Set-mailboxserver servername -messagetrackinglofpath "T:\newpath" |
|
|
Term
| How to change the maximum tracking log file size |
|
Definition
Set-transportserver servername -messagetrackinglogmaxfilesize 20MB
Set-MAILBOXSERVER servername -messagetrackinglogmaxfilesize 20MB |
|
|
Term
| How do you change the tracking log directory maximum size |
|
Definition
Set-transportserver servername -messagetrackinglogmaxdirectorysize 5 GB
Set-Mailboxserver servername -messagetrackinglogmaxdirectorysize 5 GB |
|
|
Term
| How do you chane the tracking log maximum age |
|
Definition
Set-transportserver servername -messagetrackinglogmaxage 45.00:00:00
Set-mailboxserver servername -messagetrackinglogmaxage 45.00:00:00 |
|
|
Term
| How do you disable or enable message subject logging on a mailbox server as well as a transport server |
|
Definition
FYI by default message tracking is already enabled. You can disable it and enable it back again
Disables message tracking
Set-transportserver servername -messagetrackinglogSubjectLoggingEnabled $false
Enables tracking
Set-transportserver servername -messagetrackinglogSubjectLoggingEnabled $true
Set-mailboxserver servername -messagetrackinglogSubjectLoggingEnabled $false
Set-mailboxserver servername -messagetrackinglogSubjectLoggingEnabled $true |
|
|
Term
| What utility allows for troubleshooting routing in exchange 2007 |
|
Definition
| Routing log viewer it is launched through teh exchange management console. |
|
|
Term
| What four tabs does routing log viewer have. |
|
Definition
1) AD sites and routing groups shows the hub server
2) Servers all exchange servers in the organization
3) Send connectors list all connectors
4) Address Spaces list all address spaces in exchange org |
|
|
Term
| Test-Activesynconnectivity |
|
Definition
| Tests a full simulated synchronization using exchange activesync |
|
|
Term
|
Definition
| This is run against a hub transport server to test its ability to sync with an Edge transport server |
|
|
Term
|
Definition
| Test connectivity to a client access server via the IMAP4 protocal and returns results. |
|
|
Term
|
Definition
| Tests an IP address to determine if it is listed on a configured safe list provider. |
|
|
Term
|
Definition
| Tests an IP address to determine if it is listed on a configured safe list provider. |
|
|
Term
|
Definition
| Test email transportation to a specific server, between two servers or external addresses. |
|
|
Term
|
Definition
| Test connectivity to AD and to a mailbox.If the server paramtere is specified, connectivity to the system mailbox on the server specified. |
|
|
Term
|
Definition
| PERFORMS a series of test against a client access server role to verify that the autodiscover settings are properly configured |
|
|
Term
|
Definition
| tests the configuration of the exchange virtual directories |
|
|
Term
|
Definition
| Tests connectivity to a client access servervia the pop3 protocal and return results |
|
|
Term
|
Definition
| Tests the health of all replication types, status of cluster service and replay status to provide a comprehensive status. |
|
|
Term
|
Definition
| Tests an IP address to determine if it is valid for a giving SMTP domain |
|
|
Term
|
Definition
| Test to determine whether the required services that are also set to start automatically are started |
|
|
Term
|
Definition
| Tests basic unified messaging connectivity or full end to end unified message connectivity. |
|
|
Term
| Test-webservicesconnectivity |
|
Definition
| Tests to determine if outlook anywhere is functioning properly |
|
|
Term
| What are the services for a client access server role |
|
Definition
Microsoft exchange active directory topology
Microsoft Exchange File distribution service
Microsoft IMAP4
Microsoft Exchange monitoring
Microsoft exchange pop3
Microsoft service host |
|
|
Term
|
Definition
Microsoft exchange active directory Topology
Microsoft exchange information store
Microsoft exchange replication service
Microsoft exchange mailbox assistants
Microsoft exchange mail submissions service
Microsoft exchange monitoring
Microsoft exchange search indexer
Microsoft exchange service host
Microsoft exchange system attendant
Microsoft exchange transport log search
Microsoft search (Exchange server) |
|
|
Term
| What are the hub transport services |
|
Definition
Microsoft exchange active directory
Microsoft exchange antispam update
Microsoft exchange edgesync
Microsoft exchange monitoring
Microsoft exchange transport
Microsoft exchange transport log search |
|
|
Term
| What is the command to parse the event log for application problems |
|
Definition
| Get-eventlog -Logname Application | where-object ($_.entrytype -eq "Error") |
|
|
Term
What does this mean
LogicalDisk - avg. Disk sec/read |
|
Definition
| The average time in seconds of a data read action from the disk. The average is around 10 milliseconds should never be over 50 milliseconds |
|
|
Term
| What is LogicalDisk -Avg.Disk sec/Write |
|
Definition
| Average time in seconds a data write to the disk. This should be around 10 milliseconds 50 milliseconds is to high |
|
|
Term
|
Definition
| Displays rate at which pages are read from or written to disk to resolve page faults. Value should not be over 1,000 |
|
|
Term
| MSExchange Store Interface-RPC Latency average (msec) |
|
Definition
| Displays the average latency of RPC request in milliseconds |
|
|
Term
| MSExchange Store Interface-RPC Requests outstanding |
|
Definition
| Displays the current number of RPC requests that are outstanding (not services) on the server |
|
|
Term
| MSExchangeIS - RPC requests |
|
Definition
| Displays the current number of Client requests that are being processed by the information store on the Exchange server |
|
|
Term
| MSExchangeIS-RPC Averaged Latency |
|
Definition
| Displays the latency, milliseconds, of the last 1,024 RPC packets of the server |
|
|
Term
| MSExchangeIS mailbox -Local delivery rate |
|
Definition
| Displays the rate at whcih messages are being delivered locally |
|
|
Term
| MSExchangeTransport Queues - Active Remote Delivery Queue Length |
|
Definition
| Displays the number of active items in the Remote Delivery queues on the server |
|
|
Term
| MSExchangeTransport Queues - Retry Remote Delivery Queue Length |
|
Definition
| Displays the number of items in a retry status on teh remote delivery queues on the server |
|
|
Term
| MSExchangeTransport SMTPReceive -Messages Received/sec |
|
Definition
| Displays the number of messages that are being recevied by the SMTP server each second |
|
|
Term
| MSExchangeTransport SMTPSend-Messages Sent/Sec |
|
Definition
| Displays the percentage of time the processor in the server spend executing threads that are not in an idle state |
|
|
Term
| Processor - % Processor Time |
|
Definition
| Displays the percentage of time the processor in the server spend executing threads that are not in an idle state. |
|
|
Term
| What is the performance troubleshooter and how do you access this |
|
Definition
| It is located in the toolbox node of the exchange management console. This is for slow or RPC related issues. It collects counter objects. |
|
|
Term
| What tool do you use to create health reports and how do you access this |
|
Definition
| You use EXPBA exchange best practices analyzer item. This is located under the toolbox applet in the management console. You would need to enter the global catalog server to connect to |
|
|
Term
| What are the type of scans that you can perform with EXPBA exchange best practices analyzer |
|
Definition
Health Check
Permission Check
Connectivity Test
Connectivity test
Baseline
Exchange 2007 readiness check |
|
|
Term
| What command creates a report of all public folders on a database and puts them in a CSV file |
|
Definition
| Get-publicfolderdatabase | export-csv c:\directory |
|
|
Term
| What command will give you a report of all the queues on the server |
|
Definition
| Get-queue | export-csv c:\queus.csv |
|
|
Term
| What information does this command provide you Get-Mailbox |
|
Definition
1) How many mailboxes are there on a database, storage group, server
2) Which users are using the most space on a mailbox database
3) sam acount name, when account created, when account changed |
|
|
Term
| What are some of the things the command Get-Mailboxstatistics gives you. |
|
Definition
1) Size of a mailbox
2) Last logon
3) totalitemsize
4) Database
5) servername |
|
|