The following is list of transport agent cmdlets used to view and configure transport agents in Exchange
Server 2007:
??‘ Disable-TransportAgent
??‘ Enable-TransportAgent
??‘ Get-TransportAgent
??‘ Set-TransportAgent
??‘ Uninstall-TransportAgent
Part II: Working with Server Roles
264
Get - TransportAgent
This cmdlet allows you view the configuration of a transport agent. It has only two parameters, the
Identity and DomainController parameters. The syntax for this cmdlet is:
Get-TransporAgent[-Identity < String > ] [-DomainController < Fqdn > ]
For a detailed list run the following in the Exchange Management Shell: get-help
Get-TransportAgent -detailed .
Set - TransportAgent
This cmdlet allows you modify the configuration of a transport agent. For a detailed list run the
following in the Exchange Management Shell: Get-Help Set-TransportAgent -detailed .
The syntax for this cmdlet and parameters are shown here:
Set-TransportAgent -Identity < String > [-Confirm [ < SwitchParameter > ]]
[-DomainController < Fqdn > ] [-Priority < Nullable > ] [-WhatIf
[ < SwitchParameter > ]]
A key parameter to note is Priority < Nullable > . This parameter is used to specify the priority of an
agent that controls the order in which the agent processes email messages. The maximum value set
should not exceed the number of agents installed.
Pages:
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375