Fix Pax8 Country

This commit is contained in:
Chris Payne
2025-07-08 21:20:13 -04:00
parent 8ed794974c
commit 70e1ec6758

View File

@@ -68,7 +68,7 @@ function Invoke-Pax8Provision {
city = $City
stateOrProvince = $Province
postalCode = $PostalCode
country = $Country
country = "Canada"
}
} | ConvertTo-Json -Depth 3