.RunRun an external Command.
To run VBScript file, follow these steps. I have tested on my Windows Server 2016 but it should run on other windows versions.Open PowerShell or command prompt with elevated privileges.Execute the following command:cscript For example, to run hello.vbs, which is located in your current working directory:cscript hello.vbsorcscript For example, to run hello.vbs which is not located in your current working directory:cscript C:UsersAdministrator.Desktophello.vbs.