Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The cmdlet extension agent cannot process multiple objects in a pipeline in an Exchange Server 2010 environment


View products that this article applies to.

Symptoms

Consider the following scenario:
  • You enable the Scripting Agent cmdlet extension agent in a Microsoft Exchange Server 2010 environment.
  • A script is configured to contain an OnComplete handler. 
  • You add the script to a configuration file.
  • You run a cmdlet to process multiple objects in a pipeline by using the Exchange Management Shell.
In this scenario, the cmdlet extension agent fails after it processes the first object. Additionally, you receive the following error message in the shell:
WARNING: The cmdlet extension agent with the index Number has thrown an exception in OnComplete(). The exception is: 
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Exchange.Configuration.MonadDataProvider.MonadCommand.set_CommandType(CommandType value)
at Microsoft.Exchange.ProvisioningAgent.ScriptingAgentHandler.OnComplete(Boolean succeeded, Exception e) at Microsoft.Exchange.Provisioning.ProvisioningLayer.OnComplete(Task task, Boolean succeeded, Exception exception)

↑ Back to the top


Cause

This issue occurs because the OnComplete handler incorrectly sets the powershell connection to null before all commands in the pipeline are processed. This causes an access violation when subsequent commands in the pipeline are executed.


↑ Back to the top


Resolution

To resolve this issue, install the following update rollup:
2645995 Description of Update Rollup 1 for Exchange Server 2010 Service Pack 2

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


More Information

For more information about cmdlet extension agents, visit the following Microsoft website:For more information about the Scripting Agent cmdlet extension agent, visit the following Microsoft website:For more information about how to manage cmdlet extension agents, visit the following Microsoft website:For more information about the Enable-CmdletExtensionAgent cmdlet, visit the following Microsoft website: For more information about the pipelining in the Exchange Management Shell, visit the following Microsoft website:

↑ Back to the top


Keywords: kbqfe, kbfix, kbexpertiseinter, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2589982
Revision : 1
Created on : 1/7/2017
Published on : 2/13/2012
Exists online : False
Views : 332