Skip to content

Commit e5efb0a

Browse files
Merge pull request #129 from huntresslabs/Alan-Huntress-patch-25
Clarified language around user modified variables
2 parents c55923d + 7db1885 commit e5efb0a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Powershell/InstallHuntress.powershellv2.ps1

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,21 @@ param (
3737
[switch]$uninstall
3838
)
3939

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+
##############################################################################################################
4447

4548
# Replace __ACCOUNT_KEY__ with your account secret key (from your Huntress portal's "download agent" section)
4649
$AccountKey = "__ACCOUNT_KEY__"
4750

4851
# Replace __ORGANIZATION_KEY__ with a unique identifier for the organization/client (your choice of naming scheme)
4952
$OrganizationKey = "__ORGANIZATION_KEY__"
5053

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)
5255
$TagsKey = "__TAGS__"
5356

5457
# Set to "Continue" to enable verbose logging.
@@ -65,11 +68,11 @@ $estimatedSpaceNeeded = 200111222
6568

6669

6770
##############################################################################
68-
## Do not modify anything below this line
71+
## Do not modify anything below this line
6972
##############################################################################
7073

7174
# 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"
7376
$ScriptType = "PowerShell"
7477

7578
# variables used throughout this script

0 commit comments

Comments
 (0)