$ie = New-Object -com internetexplorer.application
i want to reuse this object when the script runs next time. I don't want to create a new object
$ie = New-Object -com internetexplorer.application
i want to reuse this object when the script runs next time. I don't want to create a new object