MSExchange Configuration Cmdlet - Remote Management ERROR event ID 8
What is this error telling me on my exchange 2010 server and do I need to fix it?
-
System
-
Provider
[ Name]
MSExchange Configuration Cmdlet - Remote Management
-
EventID
8
[ Qualifiers]
49152
Level
2
Task
1
Keywords
0x80000000000000
-
TimeCreated
[ SystemTime]
2011-01-25T02:03:27.000000000Z
EventRecordID
45389
Channel
Application
Computer
EX01.Local.LRA-INC.com
Security
-
EventData
5960
6
Get-User
0
System.Management.Automation.PipelineStoppedException: The pipeline has been stopped. at System.Management.Automation.MshCommandRuntime.WriteProgress(ProgressRecord progressRecord) at System.Management.Automation.Cmdlet.WriteProgress(ProgressRecord
progressRecord) at Microsoft.Exchange.Configuration.Tasks.Task.AutoReportProgress() at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
{f2777fa7-c17d-46d1-8482-8785d46d2624}
January 25th, 2011 10:47am
Hi jamacia,
For event ID 8: MSExchange Configuration Cmdlet - Remote Management, it seems like:
When you call the cmdlet "Get-User", and then Ctrl+C stop the pipeline before finish. This cause PipelineStoppedException.
I think you can safely ingore it.Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2011 2:43am