Applies to: Exchange Server 2007
Topic Last Modified: 2007-06-05
Use the Stop-ManagedFolderAssistant cmdlet to stop Messaging Records Management (MRM) processing of users' mailboxes on the specified servers immediately.
Syntax
Stop-ManagedFolderAssistant [-Identity
<ServerIdParameter>] [-DomainController <Fqdn>]
|
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
DomainController |
Optional |
Microsoft.Exchange.Data.Fqdn |
The DomainController parameter specifies the domain controller to use to write this configuration change to Active Directory. Use the fully qualified domain name (FQDN) of the domain controller that you want to use. |
Identity |
Optional |
Microsoft.Exchange.Configuration.Tasks.ServerIdParameter |
The Identity parameter specifies the names of servers on which managed folder assistants are to be stopped. If a server is not specified, the managed folder assistant on the local server is stopped. |
Detailed Description
The Managed Folder Assistant uses the managed folder and Managed Folder Mailbox Policy settings of users to process mailbox items for retention and journaling as needed. Use the Stop-ManagedFolderAssistant cmdlet to stop the Managed Folder Assistant as soon as processing of the current mailbox is completed.
To run the Stop-ManagedFolderAssistant cmdlet, the account you use must be delegated the following:
- Exchange Server Administrator role and local Administrators
group for the target server
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
Input Types
Return Types
Errors
Error | Description |
---|---|
Exceptions
Exceptions | Description |
---|---|
Example
In the first example, the Stop-ManagedFolderAssistant command is used without parameters. The Managed Folder Assistant is stopped as soon as processing of the current mailbox is completed on the current server.
In the second example, the Stop-ManagedFolderAssistant command is used for two servers, and the Managed Folder Assistant is stopped on both of the servers specified.
Copy Code | |
---|---|
Stop-ManagedFolderAssistant Stop-ManagedFolderAssistant -Identity ExchSrvr1, ExchSrvr2 |