If you are planning or designing VMware View with remote access, you would need to install and configure the VMware Security server. However, when configuring the View, you will need to key in the public IP address on the PCOIP External URL (as showed below). In most cases, corporate would have fixed public IP address for the VDI deployment. If you still want to proceed without fixed public IP address, or leveraging broadband services, you will always need to update the public IP address when it's changed. So, in order to reduce the manual overhead, you can always write a simple script to automate the changes. I've wrote a simple Powershell script that update the public IP address and it will sleep every 15 minutes and continue again. Below is the Powershell script. Copy and paste in a text file rename with .ps1. #=====Script start======== while (1 -eq 1) { # PowerShell If Statement To Test Ip Addresses $Ip4th = "bigcloud.ddns.net" $exPCoIP = Get-Conne