PMP Style .global

PMP Style .global

Software engineer page

MENU

Entries from 2021-09-13 to 1 day

Launch a PowerShell script on your network from a batch file

I will explain how to start a PowerShell script in the network from a batch file. Make it versatile enough to work wherever you place a PowerShell script and a startup batch file as a set. Overview Commentary Solution 1 Network drive Solut…

Launch PowerShell script from VBA with the window hidden

I will explain that how to start a PowerShell script from VBA without displaying a window. To do this, use WSH to run a PowerShell script. The call order is VBA-> WSH-> PowerShell. Sample Start the PowerShell script "C:\temp\test dir\test.…