From dfcbe0d0f79116501248c7bb21d8837985441ede Mon Sep 17 00:00:00 2001 From: brandonwest-netwrix Date: Wed, 18 Mar 2026 12:24:04 -0400 Subject: [PATCH 1/2] Update CloudAgentRequirements to remove outdated OS Removed Windows Server 2012 R2 from the requirements list. --- docs/1secure/requirements/CloudAgentRequirements.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/1secure/requirements/CloudAgentRequirements.md b/docs/1secure/requirements/CloudAgentRequirements.md index c18536658c..82fccc3059 100644 --- a/docs/1secure/requirements/CloudAgentRequirements.md +++ b/docs/1secure/requirements/CloudAgentRequirements.md @@ -22,7 +22,6 @@ For its correct installation Netwrix Cloud Agent needs the following software re - Windows Server 2022 - Windows Server 2019 - Windows Server 2016 - - Windows Server 2012 R2 - Windows Desktop OS (64-bit): From 009bf493a66b540bca87586b36db202df52f94b9 Mon Sep 17 00:00:00 2001 From: jth-nw Date: Wed, 15 Apr 2026 09:50:07 -0500 Subject: [PATCH 2/2] fix typo in encrypt action description 7.5 --- .../7.5/admin/policies/configuration/actions/netscript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/threatprevention/7.5/admin/policies/configuration/actions/netscript.md b/docs/threatprevention/7.5/admin/policies/configuration/actions/netscript.md index 3a78a1d05e..a5d47f3c90 100644 --- a/docs/threatprevention/7.5/admin/policies/configuration/actions/netscript.md +++ b/docs/threatprevention/7.5/admin/policies/configuration/actions/netscript.md @@ -69,7 +69,7 @@ The Tools menu contains the following options: - Reset to Default Script – Replaces the existing script with the default script that is shipped with Threat Prevention. - Encrypt – Encrypts selected portions of the script to an encrypted string with a decrypt command - for run time. See note below explaining why only a plain text string, information in thae script + for run time. See note below explaining why only a plain text string, information in the script between quote marks (“), should be encrypted. :::tip