The links on http://www.iis.net/downloads/microsoft/powershell don't work.
It downloads the Microsoft Web Platform Installer but that is unable to find the snap-in.
Hi,
to be able to use IIS cmdlets in PowerShell you don't need to download anything, just run:
Import-Module WebAdministration
do you need more help or is your issue solved?