Register
: :
Login
Home
News
Forums
Scripts
User Groups
Resources
About
Forums
Search
Members
Unanswered
Active Topics
Forums
>
Using PowerShell
>
General PowerShell
Refresh Internet Explorer webpage
Last Post 10 Aug 2010 02:01 PM by
Shay Levy
. 1 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
todomatia
New Member
Posts:2
10 Aug 2010 01:53 PM
Hello together
Does sombody knows, is it possible automaticaly refresh webpage which ist alredy opened by Internet Explorer.
I tried alredy this
$ie = new-object -comobject InternetExplorer.Application -property @{navigate2="www.microsoft.com"; visible = $true}
$ie.refresh()
It is working but opening every time another page and refresh it.
Thank you very much in advance for any help or tipp.
Shay Levy
PowerShell MVP, Admin
Veteran Member
Posts:1362
10 Aug 2010 02:01 PM
$app = New-Object -ComObject Shell.Application
$ie = $app.Windows() | where {$_.LocationName -match 'whatever'}
$ie.Refresh()
Shay Levy
Windows PowerShell MVP
http://PowerShay.com
PowerShell Community Toolbar
Twitter:
@ShayLevy
You are not authorized to post a reply.
Using PowerShell
--General PowerShell
--Books, Tools, and Videos
--Exchange Server
--Active Directory
--System Center Family
--Non-Microsoft Products
--SharePoint
--SQL Server
--Working with .NET
--Peer Review
--Testing, Testing...
PowerShell Development
--Cmdlet Development
--PSDrive Provider Development
--Hosting the Shell
Looking Ahead
--Using PowerShell v2.0
--Developing for PowerShell v2.0
PowerShellCommunity.org
--Community Announcements and Assistance
--Completely Unrelated
--User Groups
--Community Business
----Suggestion Box
Forums
>
Using PowerShell
>
General PowerShell
Active Forums 4.3
Sponsored by Quest Software • SAPIEN Technologies • Compellent • Microsoft Windows Server 2008 R2