Executing Powershell with Tabel result.

Started by mlembke, April 26, 2013, 12:18:56 AM

Previous topic - Next topic

mlembke

Hi,

i would like to execute some Powershell scripts like this...

Get-WmiObject win32_printer | select name, printerstatus, detectederrorstate

This Returns a list as you can see.
My first question is, how do i Setup this in NetXMS Server/Agent?

Is there a possibility to get this in a table?

thanks

Markus

Victor Kirhenshtein

Hi!

There are no external table support in agent. However, most likely you'll be able to create external parameters provider script: http://wiki.netxms.org/wiki/ExternalParametersProvider.

Best regards,
Victor

mlembke

Hi Victor,

thanks for your reply.
I will try it.

Best regards,
Markus