I am trying to run a series of commands within an active Internet Explorer window. I am wanting to copy textbox 1-2-3-4 to textbox 5-6-7-8. When I run:
$ie = (New-Object -com "Shell.Application").Windows()
and then type
$ieI normally get a list of all open windows. If I open Internet Explorer and then navigate to a URL, the IE window shows in this list. When I open a URL bookmark from my desktop, it does not show the window when I run
$ie. Does anyone have any idea why this is happening?