Ivanti DesktopNow 10.x – Powershell Script silent Install

The following is a brief overview of what the script it doing:-

Web Server (IIS) and all the necessary components

Install-WindowsFeature Web-Server,Web-Security,Web-Basic-Auth,Web-IP-Security,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext,Web-Net-Ext45,Web-Asp-Net,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,NET-Framework-Core,NET-HTTP-Activation,NET-Framework-45-Features,NET-Framework-45-Core,NET-Framework-45-ASPNET,NET-WCF-Services45,NET-WCF-HTTP-Activation45,BITS,BITS-IIS-Ext,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs

DesktopNow Pre-Req’s

  • Visual C++ Redistributable x64
  • Visual C++ Redistributable x86
  • IIS Rewrite

DesktopNow Products:

  • Management Server
  • Personalizaiton Server
  • License Console
  • Environment Management Console
  • Application Management Console
  • Performance Management Console

NOTE: The  has been tested in Windows Server Standard 2016 Operating System, other installs may require additional re-reqs before install but powershell script could be adjusted to accommodate that.

Powershell script can be found here: –WILKYIT-AppSenseInstall

The script is configurable, so by default it will install all components on the same server but can be adjusted. Please review the powershell script be running and ensure the installation source for the script is also set.

hope you enjoy, and hopefully saves someone out there time and effort if doing repetitive installs…   🙂

One comment

Leave a Reply