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