Functions/IEcom/Send-JS.ps1

Function Send-JS ($window,$JS){$window.execScript("$js","javascript")}