@@ -37,18 +37,21 @@ param (
37
37
[switch ]$uninstall
38
38
)
39
39
40
-
41
- # #############################################################################
42
- # # Begin user modified variables
43
- # #############################################################################
40
+ # #############################################################################################################
41
+ # # ---====>> DO NOT REMOVE OR COMMENT OUT ANYTHING IN THIS SCRIPT! <<====---
42
+ # # Modifications should only be done to the right side of the assignment statements, and in this section only.
43
+ # # Do not modify any variable names, change variable types, or introduce commenting characters
44
+ # #
45
+ # # Begin user modified variables section
46
+ # #############################################################################################################
44
47
45
48
# Replace __ACCOUNT_KEY__ with your account secret key (from your Huntress portal's "download agent" section)
46
49
$AccountKey = " __ACCOUNT_KEY__"
47
50
48
51
# Replace __ORGANIZATION_KEY__ with a unique identifier for the organization/client (your choice of naming scheme)
49
52
$OrganizationKey = " __ORGANIZATION_KEY__"
50
53
51
- # Replace __TAGS__ with one or more tags, separated by commas (this field is optional! )
54
+ # Replace __TAGS__ with one or more tags, separated by commas (leave the next line unmodified if you don't want to use Tags )
52
55
$TagsKey = " __TAGS__"
53
56
54
57
# Set to "Continue" to enable verbose logging.
@@ -65,11 +68,11 @@ $estimatedSpaceNeeded = 200111222
65
68
66
69
67
70
# #############################################################################
68
- # # Do not modify anything below this line
71
+ # # Do not modify anything below this line
69
72
# #############################################################################
70
73
71
74
# These are used by the Huntress support team when troubleshooting.
72
- $ScriptVersion = " Version 2, major revision 8, 2025 Apr 18 "
75
+ $ScriptVersion = " Version 2, major revision 8, 2025 May 20 "
73
76
$ScriptType = " PowerShell"
74
77
75
78
# variables used throughout this script
0 commit comments