diff --git a/source/Private/Get-CISExoOutput.ps1 b/source/Private/Get-CISExoOutput.ps1 index e932c47..b275df5 100644 --- a/source/Private/Get-CISExoOutput.ps1 +++ b/source/Private/Get-CISExoOutput.ps1 @@ -18,7 +18,8 @@ function Get-CISExoOutput { ) begin { # Begin Block # - <# + <# + # Tests 1.2.2 1.3.3 1.3.6 @@ -42,7 +43,7 @@ function Get-CISExoOutput { 6.5.2 6.5.3 8.6.1 - + # Test number array $testNumbers = @('1.2.2', '1.3.3', '1.3.6', '2.1.1', '2.1.2', '2.1.3', '2.1.4', '2.1.5', '2.1.6', '2.1.7', '2.1.9', '3.1.1', '6.1.1', '6.1.2', '6.1.3', '6.2.1', '6.2.2', '6.2.3', '6.3.1', '6.5.1', '6.5.2', '6.5.3', '8.6.1') #> } diff --git a/source/Private/Get-CISMgOutput.ps1 b/source/Private/Get-CISMgOutput.ps1 index 46e987e..3b43c30 100644 --- a/source/Private/Get-CISMgOutput.ps1 +++ b/source/Private/Get-CISMgOutput.ps1 @@ -23,6 +23,19 @@ function Get-CISMgOutput { begin { # Begin Block # + # Tests + <# + 1.1.1 + 1.1.3 + 1.2.1 + 1.3.1 + 5.1.2.3 + 5.1.8.1 + 6.1.2 + 6.1.3 + # Test number array + $testNumbers = @('1.1.1', '1.1.3', '1.2.1', '1.3.1', '5.1.2.3', '5.1.8.1', '6.1.2', '6.1.3') + #> } process { switch ($rec) {