Like most software, GlobalSearch has a few pre-requisites that need to be installed prior to installing the application. The following command will install all of the pre-requisites required for the application to run:
Install-WindowsFeature -Name Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Static-Content,Web-Http-Logging,Web-Stat-Compression,Web-Filtering,Web-Basic-Auth,Web-Windows-Auth,Web-Net-Ext,Web-Net-Ext45,Web-Asp-Net,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Mgmt-Console,NET-Framework-Core,NET-Framework-45-Core,NET-Framework-45-ASPNET,NET-WCF-TCP-PortSharing45,Server-Media-Foundation,MSMQ-Server
Note
Powershell version 2.0 or higher is required to run this script
Related articles