Comment on Internet Explorer is EVIL! (2002)parentComments−Kwpolska3yIn PowerShell: $ie = New-Object -ComObject "InternetExplorer.Application" $ie.Visible = $true
Comments
In PowerShell: