From 8ed794974c14508d0df0f79748c3d7a60acb2f7b Mon Sep 17 00:00:00 2001 From: Chris Payne Date: Tue, 8 Jul 2025 21:17:04 -0400 Subject: [PATCH] Fix country --- tools/autotask.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/autotask.ps1 b/tools/autotask.ps1 index fa5add8..23934ad 100644 --- a/tools/autotask.ps1 +++ b/tools/autotask.ps1 @@ -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