Checking FASP Connection for RelativityOne
In order for RelativityOne to transfer data from a user's computer to Relativity server, it must be able to use multiple UDP ports to transfer data via the Fast Adaptive and Secure Protocol (FASP), which uses Port 33001. In order to see if a network is configured to transmit data to a fully qualified domain name via the FASP port run this PowerShell script:
Test-NetConnection -ComputerName [FQDN] -Port 33001
