Files
Windows-Admin-Scripts/PrinterDriverInstall.cmd
poslop 03cc8964b1 init
2026-01-09 09:15:55 -06:00

5 lines
221 B
Batchfile

@echo off
REM Ensure PowerShell execution regardless of local policy
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "\\domain_name\SYSVOL\domain_name\scripts\Printers\XeroxDriverInstall.ps1"
exit /b %ERRORLEVEL%