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...
Jeffrey Snover
Jan 11, 2018Former Employee
Try this - put the script into a file fixit.ps1 and then try this from cmd.exe:
powershell -executionpolicy bypass -file fixit.ps1