Zabbix_Agent_Windows_3.4.x/UserParameter/windowsupdates-TEST.cmd

8 lines
193 B
Batchfile
Raw Normal View History

2018-01-16 12:27:36 +01:00
@echo off
cls
echo See available Windows Updates as single Number in next line - wait a moment!
echo First time maybe 0 at zabbix!
windowsupdates.exe CHEAT
windowsupdates.exe
echo.
2017-09-08 21:22:38 +02:00
pause