Hi I can successfully deploy a CSR with a PowerShell script with the OVA template. Basically I use this in the script: $csr_OvfPath = "csr1000v-universalk9.17.03.03.ova"$csrOvfConfig = Get-OvfConfiguration -Ovf $csr_OvfPath$csrConfigHash = $csrOvfCon...