Prerequisites

You should be aware of the following prerequisites before you start using the Application Management module.

Access to the API Endpoint

Your nodes should be able to communicate with the API endpoint. This can be done by opening the port 443 on your firewall to the API endpoint:

https://api.xoap.io/packages

Please note: You cannot browse to this URL. It is only used for communication between your nodes and the API endpoint.

The documentation for the API endpoint can be found here.

PowerShell Execution Policy

Running installation scripts requires the following prerequisites:

Set PowerShell execution policy to bypass. This can be done by running the following command in an elevated PowerShell:

Set-ExecutionPolicy -ExecutionPolicy Bypass

PSADT zip Packages

Be sure to zip your applications before uploading them to XOAP. Read more about it Add Applications