windows - Installing IISPowershellSnapin.26IISPowershellSnapin.exe doesn't succeed -


i have downloaded iis powershell snapin iispowershellsnapin.26iispowershellsnapin.exe

unfortunately installing on windows 2012 remote desktop doesn't succeed. error is:

microsoft webinstaller couldn't find product tried install. either link clicked incorrect or may overwriting feed different feed.

enter image description here

i have downloaded site:

http://www.iis.net/downloads/microsoft/powershell

the manual gives following prerequisites:

the iis powershell snap-in requires following prerequisites:

•windows server 2008, windows server 2008 r2, windows vista service pack 1, or windows 7 •microsoft powershell 1.0 or 2.0

so nothing said windows server 2012. there executable windows server 2012 or there problem.

http://www.iis.net/learn/manage/powershell/installing-the-iis-powershell-snap-in

i have allready checked whether iis management console installed , installed.

maybe executable needs internet connection install? on our rdp have no internet connection cause well.

simply don't. pssnapins obsolete; runs on modules now. iis snap-in has been superseded webadministration module, provides superset of functionality.

install module on >2008r2 server following ps:

add-windowsfeature web-scripting-tools 

this not cause service interruption. if needs reboot, tell so. might need restart powershell console, although unnecessary in experience. after installation, run cmdlet:

import-module webadministration 

Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -