‎03-10-2015 02:31 PM
{actionpath}killspooler.cmd {smartname}
@echo off
setlocal
if "%1"=="" goto Hilfe
if "%1"=="/?" goto Hilfe
if "%1"=="-?" goto Hilfe
if "%1"=="-h" goto Hilfe
if "%1"=="--h" goto Hilfe
if "%1"=="-help" goto Hilfe
if "%1"=="--help" goto Hilfe
set PSPATH=\\put\your\actionpath\here
set PC=%1
%PSPATH%\psservice.exe \\%PC% stop spooler
del \\%PC%\admin$\system32\spool\PRINTERS\*.* /Q
%PSPATH%\psservice.exe \\%PC% start spooler
goto Ende
:Hilfe
echo Dieses Skript leert die Druckerwarteschlange auf entfernten PC's
echo Bsp.: killspooler idv-2254
echo.
:Ende
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now