Hi Folks,
Apologies if this has been asked before, I'm new to pulseway and getting to grips with Automation.
I have a simple batch script to install a printer onto a workstation. When I run it via pulseway, it says it runs successfully, but the printer doesnt appear on the workstation.
Can anyone offer some advice? FYI - the same batch script run locally works fine.
@echo off
title Printer Script
REM Add Printers
RunDll32.EXE printui.dll,PrintUIEntry /in /n "\\dc1\Accounts"
EXIT