Hi,
I try to open an URL in background
I tried that :
$ie = new-object -com "InternetExplorer.Application"
$ie.navigate("www.bing.com")
It works ! But when I set my server url :
$ie.navigate("192.168.167.132\test.html")
the IE window appears !!!
Can you help me ?
it doesn't appears in my PS 5.0.
PS C:\share> $PSVersionTable
Name Value
---- -----
PSVersion 5.0.10586.117
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.117
CLRVersion 4.0.30319.34003
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Best regards,
Andy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.