Forum Discussion
Joe Carney
Oct 25, 2017Copper Contributor
Help with Powershell to vbscript
We are in the process of changing our backup software over to another client. In order for us to do this we need to make some changes to the user profile for chrome browser to enable SSO to work with...
Anders Rødland
Oct 26, 2017Copper Contributor
Maybe not the answer your looking for, but your security department are wrong and need to learn about real threats. An updated PowerShell engine provides way more security than any vbscript will ever do.
Anyway, create a wrapper for your PowerShell script, like runscript.cmd. Have it execute "powershell.exe -ExecutionPolicy Bypass -File script.ps1".