Our dedicated Product Specialist team is always ready to help you when you need it the most.
Contact Support
How to install a webserver on a domain joined machine on a DMZ via the command line
Here is the code below:
MSIEXEC /i SpecopsPasswordResetWeb-x64.msi ALLUSERS=1 IISPARENTWEBSITE="page.domain.com" REMOTINGSERVER=Internalservername REMOTINGPORT=4371 SERVERINDMZ=1 IISTHUMBPRINT="thumbprint of SSL cert" IISAPPLICATIONNAME=SpecopsPassword IISAPPLICATIONPOOLNAME=SpecopsPassword IISHASSILVERLIGHTPAGES=false IISUSEWCF=false IISENABLESSL=true IISENABLEANONYMOUSAUTHENTICATION=true IISSECUREFOLDERS="Enrollment,Helpdesk"
Here is an example:
MSIEXEC /i SpecopsPasswordResetWeb-x64.msi ALLUSERS=1 IISPARENTWEBSITE="webpage.specopssoft.com" REMOTINGSERVER=webserver.specopssoft.com REMOTINGPORT=4371 SERVERINDMZ=1 IISTHUMBPRINT="7d67bc9eb93fc51dd9776b9f91d47fb78a36419f" IISAPPLICATIONNAME=SpecopsPassword IISAPPLICATIONPOOLNAME=SpecopsPassword IISHASSILVERLIGHTPAGES=false IISUSEWCF=false IISENABLESSL=true IISENABLEANONYMOUSAUTHENTICATION=true IISSECUREFOLDERS="Enrollment,Helpdesk"