![]() |
WARNINGDisabling the Exchange pickup folder after
enabling the Deep Discovery Advisor integration may cause unexpected
issues. Trend Micro recommends
disabling Deep Discovery Advisor integration before disabling the Exchange
pickup folder.
|
Cmdlet
|
Description
|
---|---|
Get-TransportServer | fl pickup*
|
This cmdlet returns the current pickup folder
attributes.
If the PickupDirectoryPath attribute is NULL,
the Exchange administrator has disabled the pickup folder. The Exchange
administrator must enable the pickup folder using the Set-TransportServer command.
![]() Example results of the Get-TransportServer cmdlet |
Set-TransportServer -Identity {server name} -PickupDirectoryPath "E:\Program Files\Microsoft\Exchange
Server\TransportRoles\Pickup"
|
This cmdlet enables the pickup folder in
the directory specified.
|