turn off installing the PSAtera module

This commit is contained in:
2021-08-18 18:11:10 -04:00
parent 147ae57c83
commit e7fe214f67
+1 -1
View File
@@ -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