Installs servereye from the command line. This is a Powershell script. Powershell in version 3 or higher is recommended.
Instructions on how to install the current Powershell can be found here: https://technet.microsoft.com/library/Hh847837.aspx
This script will help to install servereye on systems without a full UI or when a full interactive setup is not needed. This script can download the current version of the client, install the client, setup an OCC-Connector and setup a Sensorhub.
This script can also be used to apply a predefined template to the freshly installed Sensorhub.
It is recommended to use the official download for production use. The official version is also signed with a valid code-signing certificate.
Invoke-WebRequest "https://occ.server-eye.de/download/se/Deploy-ServerEye.ps1" -OutFile Deploy-ServerEye.ps1
The script can be controlled by using command line parameters.
The parameter customerId and secretKey must match the existing customer data. This is not your servereye username or password! Please contact our support team if you do not know the correct customerId and secretKey.
This is the internal customer number created when you install a new customer. This script cannot create a new customer.
The secretKey authenticates the servereye OCC-Connector Cloud connection. It is NOT your password.
.\Deploy-ServerEye.ps1 -Download
Downloads the newest .msi files for servereye.
.\Deploy-ServerEye.ps1 -Install
Installs servereye using the .msi files in the current directory.
.\Deploy-ServerEye.ps1 -Deploy [All|SensorhubOnly] -Customer <CustomerID> -Secret <SecretKey> [-ParentGuid <OccConnectorId]
This will download the current version of servereye and install it on this computer. This will also set up an OCC-Connector and a Sensorhub on this computer for the given customer. The parameters Customer and Secret are required for this.
.\Deploy-ServerEye.ps1 -ApplyTemplate -ApiKey <ApiKey> -TemplateId <TemplateId>
This will apply the template with the given ID to the freshly installed Sensorhub.
.\Deploy-ServerEye.ps1 -Download -Install -Deploy [All|SensorhubOnly] -Customer <CustomerID> -Secret <SecretKey> [-ParentGuid <OccConnectorId] [-ApplyTemplate -ApiKey <ApiKey> -TemplateId <TemplateId>]
Does all of the above. Downloads, installs and sets up servereye.