I would like to using powershell v1.0, open internet explorer and go to a certain web address in kiosk mode, wait 30 mins and then close all instances of internet explorer.
so far I have the following ps command which will open IE in kiosk mode and go the web address
Write-Host "Starting IE"
C:\Progra~1\Intern~1\iexplore.exe -k http://google.com
following your code: