See this commands and error, the command is copied from "http://technet.microsoft.com/en-us/library/gg181092.aspx" however when i ran the command im getting the below error, this is started after RU4 installation, till then the same command was working fine. any suggestions/comments?
[PS] C:Windowssystem32>Get-MailboxStatistics -Database DB07 | where {$_.DisconnectReason -eq "SoftDeleted"} | foreach
{Remove-StoreMailbox -Database $_.database -Identity $_.mailboxguid -MailboxState SoftDeleted}
Pipeline not executed because a pipeline is already executing. Pipelines cannot be executed concurrently.
+ CategoryInfo : OperationStopped: (Microsoft.Power...tHelperRunspace:ExecutionCmdletHelperRunspace) [],
PSInvalidOperationException
+ FullyQualifiedErrorId : RemotePipelineExecutionFailed