Oct 162012
 

I recently wanted to disable fast polling for all the devices that had fast polling. After I couldn’t find a way to easily to do it in the GUI, I turned to the command line to do it.

The following command will find all devices that have fast polling enabled, and then set the polling to normal.

nhListElements.bat -where "pollRate matches fast" | nhModify Elements -fieldName pollRate -value Normal

Share