středa 5. února 2014

Jak zjistit verzi MS IIS ?

Je několik způsobů, jak zjistit verzi MS IIS:

  • spustit: %SystemRoot%\system32\inetsrv\InetMgr.exe

  • V PoweShellu:
    [System.Diagnostics.FileVersionInfo]::GetVersionInfo("$env:SystemRoot\system32\inetsrv\InetMgr.exe").ProductVersion

Žádné komentáře:

Okomentovat