I’ve been trying to run a VADA discovery against a Windows 2008 server that hasn’t had its Windows Management Framework updated, ever, so I suspect the problem I’m having is due to an older version of PowerShell running on that OS. Before I force the platform owner to update, is there a documented minimum version required so that I can shut down any resistance?
Here’s the error output from the VADA discovery (note, I get a 404 when attempting to run to the VADA discovery errors help @ https://support.squaredup.com/v3/troubleshooting/vadadiscoveryerrors)
3/20/2017, 1:41:22 PM SERVERNAMEWASHERE – SCOM_TASK_ERROR:
The callback method DeliverDataToModule failed with exception “Could not load type ‘System.Management.Automation.Runspaces.InitialSessionStateEntryCollection`1’ from assembly ‘System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’.” in the module Microsoft.EnterpriseManagement.Modules.PowerShell.PowerShellProbeActionModule.
Workflow: Community.DataOnDemand.GetNetstatCsv
Instance: INSTANCEREMOVED
Instance ID: {386F7C4B-0760-24C6-5C38-B3692984EC4F}
Management Group: MG REMOVED
Full Exception Text:
System.TypeLoadException: Could not load type ‘System.Management.Automation.Runspaces.InitialSessionStateEntryCollection1’ from assembly ‘System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’.</em> <em> at Microsoft.EnterpriseManagement.Modules.PowerShell.PowerShellProbeActionModule.OnNewDataItems(DataItemBase dataItem, DataItemAcknowledgementCallback acknowledgedCallback, Object acknowledgedState, DataItemProcessingCompleteCallback completionCallback, Object completionState)</em> <em> at Microsoft.EnterpriseManagement.HealthService.Internal.InputPortCallbacks.InputStreamAcknowledgedCallbackHandler
1.InputPortCallbackImplementation(DataItemBase[] dataItems, Boolean isBatchLogicalSet, DataItemAcknowledgementCallback acknowledgementCallback, DataItemProcessingCompleteCallback completionCallback)
at Microsoft.EnterpriseManagement.HealthService.Internal.ModuleContainer`1.Microsoft.EnterpriseManagement.HealthService.Internal.IModuleContainer.DeliverDataToModule(UInt32 inputPortNumber, DataItemBase[] dataItems, Boolean isBatchLogicalSet, DataItemAcknowledgementCallback acknowledgementCallback, DataItemProcessingCompleteCallback completionCallback)
at Microsoft.EnterpriseManagement.HealthService.Internal.ManagedHostHelper.Microsoft.EnterpriseManagement.HealthService.Internal.IManagedHostHelper.DeliverBatchedDataToModule(UInt32 inputPortNumber, Object moduleInputReference, DataItemBase[] dataItems, UInt32 dataIt
________________________________________________________________________________