Forum Discussion
Anonymous
4 years ago2 hours ago, RajeshP said:the default wmi query calls from Logic monitor is able to poll data, but when adding a powershell script to poll data it is getting timedout.
You mean to say that other DataSources that use the built in WMI collector work without any special configuration, but when trying to run PowerShell, it times out?
There shouldn't be anything you need to do to the collector to get it to work. You might try running your script in the Collector debug console using !posh. It could be that you need to pull the wmi.user and wmi.pass properties into your script and pass the credentials explicitly.