This commit is contained in:
poslop
2026-01-09 09:15:55 -06:00
commit 03cc8964b1
2 changed files with 75 additions and 0 deletions

4
PrinterDriverInstall.cmd Normal file
View File

@@ -0,0 +1,4 @@
@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%