Skip to content

Commit

Permalink
Update PowerShell-Machine.ps1
Browse files Browse the repository at this point in the history
Fixed description of PowerShell V2 check.

Changed:

"...PowerShell version 2. PowerShell V2 is an deprecated..."

to

"...PowerShell version 2. PowerShell V2 is a deprecated..."
  • Loading branch information
PhBrz committed May 30, 2024
1 parent 1fc019b commit 4e7cbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ function Get-vlPowerShellCheck {
$Output += [PSCustomObject]@{
Name = "PSLMV2"
DisplayName = "PowerShell V2"
Description = "This test verifies the status of PowerShell version 2. PowerShell V2 is an deprecated version of the scripting language and is known to contain several security vulnerabilities and weaknesses in security design."
Description = "This test verifies the status of PowerShell version 2. PowerShell V2 is a deprecated version of the scripting language and is known to contain several security vulnerabilities and weaknesses in security design."
Score = $powerShellV2.Score
ResultData = $powerShellV2.Result
RiskScore = $powerShellV2.RiskScore
Expand Down

0 comments on commit 4e7cbbe

Please sign in to comment.