Hallo,
 
	try to get printer names and status  from Windows Server. There are enough sample scripts, that works.
 
	$colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_PrinterDriver", "WQL", _ 
	                                      $wbemFlagReturnImmediately + $wbemFlagForwardOnly)
 
	But the properties of caption or status are empty. How can i get them? I don“t know WMI proper.
 
	Thank you
 
	Jochen