From e7fe214f6783f1759ab33d36b7f2608dc25f0170 Mon Sep 17 00:00:00 2001 From: dyoder Date: Wed, 18 Aug 2021 18:11:10 -0400 Subject: [PATCH] turn off installing the PSAtera module --- Tools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools.ps1 b/Tools.ps1 index a278e1e..17d6e6b 100644 --- a/Tools.ps1 +++ b/Tools.ps1 @@ -3,7 +3,7 @@ ## Define settings for PSAtera module [string]$Global:PSAteraMinimumModuleVersion = '1.5.7' -[bool]$Global:InstallPSAteraModule = $true +[bool]$Global:InstallPSAteraModule = $false ## This section will define several global variables that can be used in scripts that source this one