$CorePluginConfigurationContext = ([xml]" $ip $wmiCredentialsId 111000").DocumentElement
Is there a question here?
Yes. We are trying to add a node to SolarWinds with custom thresholds (e.g. Warning as 80% and Critical as 90%) by overriding GlobalThreshold, using DiscoverWmiNode.ps1 PowerShell. We tried using below xml tags in CorePluginConfigurationContext to specify the thresholds for CPU, Memory and Disk. However we are getting an invalid xml error.