Files
Intune/intune/Desktop Scripts/Drive Mappings/DriveMappingsv1.0_ScriptRunFromTaskScheduler.vbs
Andrew Amason bf7b536ac4 File cleanup
2025-05-14 14:00:19 -04:00

5 lines
307 B
Plaintext

'Change COMPANY in your own company name
Dim strArgs
Set oShell = CreateObject ("Wscript.Shell")
strArgs = "powershell.exe -executionpolicy bypass -windowstyle hidden -file C:\Program Files\Common Files\Carecentrix\DriveMappings\DriveMappingsv1.0_ScriptRunFromTaskScheduler.ps1"
oShell.Run strArgs, 0, false