I posted a Power Shell snippet a while ago on bypassing the execution policy. More recently I needed to combine that with running a script with administrator permissions. I did a little exploring and found an article by Adam Dimech which contained this code which can be run from a batch file:
Change the highlighted section to your saved ps1 file and you can run that script escalated with…
Continue Reading Ian Grieve’s Article on their blog
Run escalated PowerShell script from a batch file
I posted a Power Shell snippet a while ago on bypassing the execution policy. More recently I needed to combine that with running a script with administrator permissions. I did a little exploring and…
Blog Syndicated with Ian Grieve’s Permission