Posts

Killing an Internet Explorer process started by Powershell

dear all, i using following code start ie process , navigate website. $process = start-process "c:\program files (x86)\internet explorer\iexplore.exe" http://www.nu.nl -passthru then want close process use $process.kill() this works beautifully when 1 internet explorer window open. if there internet explorer window open throw following error exception calling "kill" "0" argument(s): "cannot process request because process has exited." @ line:2 char:1 + $process.kill() + ~~~~~~~~~~~~~~~ + categoryinfo : notspecified: (:) [], methodinvocationexception + fullyqualifiederrorid : invalidoperationexception how can close internet explorer window opened powershell session? thank you $ie = new-object -com 'internetexplorer.application' $ie.visible = $true $ie.navigate("http://www.nu.nl") and close : $ie.quit() ...

Sunos 5.8 Error:EDNS not supported by your namesever

Image
im isp configured revers dns client in server when configuring in ripe db error getting is  edns not supported nameserver ,please hlp me out hi, thank post. edns allow dns requestors advertise size of udp packets , facilitate transfer of packets larger 512 octets. edns enabled default on windows 2008 , windows 2012 servers. edns dns query require both sides dns server (include firewall) support edns. need find way enable edns on sunos or disable edns on windows 2012 via command "dnscmd /config /enableednsprobes 0". dns physical structure http://technet.microsoft.com/en-us/library/dd197495(ws.10).aspx modify edns0 configuration http://technet.microsoft.com/en-us/library/cc738267(ws.10).aspx if there more inquiries on issue, please feel free let know. regards rick tan technet community support Windows Server  >...

File type icons missing from SSE 2008 Express results

hello yesterday upgraded adobe reader v11 and made sure installation of search server express, installed on windows 2003 r2 standard edition server configured index contents of pdf files. i followed instructions set out in article: http://workerthread.wordpress.com/2008/01/03/configure-pdf-ifilter-in-wss-30/ after doing performed search, worked fine, icons associated each file type missing search results: http://img31.imageshack.us/img31/1995/iconmissingj.jpg i have rebooted server , have run repair on sse 2008 express installation , rebooted again icons still missing. can assist me restoring icons, please? thanks! please ask in search server forum or sharepoint forum. , check if below kb helps.   icons not displayed adobe pdf documents listed in search results when search portal site in sharepoint http://support.microsoft.com/kb/832809?wa=wsignin1.0   Windows Server ...

IE7 Unattended installstion during a Win XP Unattended Inatallation

i trying set win xp unattended installation  on cd install ie7, media player 11 , of latest services packs. i have created winnt.sif file.  have places of service packs, ie7 exe , mp11 exe in i386\svcpack folder. in svcpack.inf file have scripted this:   ;windows xp [version]     signature="$windows nt$"     majorversion=5     minorversion=1     buildnumber=2600   [setupdata]     catalogsubdir="\i386\svcpack" [productcatalogstoinstall]   [setuphotfixestorun]     ie7-windowsxp-x86-enu.exe     wmp11.exe     kb885835.exe /q /o /n /z     kb885836.exe /q /o /n /z     kb886185.exe /q /o /n /z {i abbreviated list here sake of keeping message shorter}     kb925902.exe /q:a /r:n     qchain.exe   i want ie7 install unattended when installation runs ie7 runs would. is there way make run form unattended install silently or @ least unattended? i think might able add switch or 2 ie7-windowsxp-x86-enu.exe line in svcpack.inf file i’m not sure be, i...

2 services on the same port ?

i knew (except iis host headers) 1 service can run on same port on same machine. however, developer of office developed windows service (using .net service host classes) replies on port 80 if: - iis service stopped - iis service started how possible ? mean, telnetting on port 80 seems me 1 , 1 process can respond... or not ? iis or windows service ? can please explain ? thanks. iis default listens on port 80, can changed in iis enough. to view programs listening on ports run netstat -a   but yes, 1 process can listen on 1 tcp port kriss milne, mcse | infrastructure specialist Windows Server  >  Windows Server General Forum

microsoft word 2010 cannot be opened try again or repair the product in control panel

Image
i didn't have problem doing repair. successful. notice after rebooted computer , click on ms word icon first time takes 1 min. word open. opening file under ms word after first time software invoked runs fine!  what's that?! thanks! hi, we may need perform steps troubleshoot issue: 1. after computer rebooted, start word administrator, still loaded slowly? 2. after reboot, please start word in safe mode try again: press win + r, type "winword.exe /safe" in run window, press enter. word start , disable 3rd-party add-ins, if there no issue in safe mode, please disable suspicious add-ins verify 1 caused issue. 3. please perform clean boot determine whether background programs interfering word: http://support.microsoft.com/kb/929135 regards, melon chen technet community support please mark reply answer if find helpful. if have feedback technet support, contact tnmff@microsoft.com . ...

Hyper-V High Availability with IBM DS3400

hi,  i having trouble understanding how going work. have 2 servers 1 ds3400. told ibm guy setup ds3400 50/50 hddr available each server. starting think wrong? best way this?  i guess both servers must able access same data high availability work? how can explain them need?  hi,   i guess both servers must able access same data high availability work?   >> yes, if want set hyper-v cluster, nodes should access same shared storage, means need store vms on storage device , nodes can access it.   i recommend have read of following guides, may helps:   hyper-v: using hyper-v , failover clustering http://technet.microsoft.com/en-us/library/cc732181(ws.10).aspx   step-by-step guide testing hyper-v , failover clustering http://www.microsoft.com/downloads/details.aspx?familyid=cd828712-8d1e-45d1-a290-7edadf1e4e9c&displaylang=en   http://h20341.www2.hp.com/erc/downloads/4aa2-2983enw.pdf   important note: respo...