Combined Scripts projects

This commit is contained in:
poslop
2026-01-14 12:42:42 -06:00
parent db0eacbfa0
commit 3d766fea24
7 changed files with 178 additions and 3 deletions

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\RemoveHKeyPrinters.ps1"
exit /b %ERRORLEVEL%