Rename to generic names

This commit is contained in:
poslop
2026-01-09 09:19:25 -06:00
parent 03cc8964b1
commit 8bc5d65f66

View File

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