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
			
			
			
				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 (http://wiki.netxms.org/wiki/ExternalParametersProvider).
Best regards,
Victor
			
			
			
				Hi Victor,
thanks for your reply.
I will try it.
Best regards,
Markus