Fix country

This commit is contained in:
Chris Payne
2025-07-08 21:17:04 -04:00
parent 928be20a92
commit 8ed794974c

View File

@@ -42,7 +42,6 @@ function Invoke-AutotaskProvision {
city = $City
state = $Province
postalCode = $PostalCode
countryID = 38 # Statically set to Canada
ownerResourceID = 4
} | ConvertTo-Json -Depth 3