Skip to content

Commit

Permalink
Update secure-standalone.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Jul 31, 2023
1 parent 7b2c504 commit f353e02
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions secure-standalone.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ param(
[bool]$nessusPID = $true,
[Parameter(Mandatory = $false)]
[bool]$horizon = $true,
[Parameter(Mandatory = $false)]
[bool]$sosoptional = $true
)

######SCRIPT FOR FULL INSTALL AND CONFIGURE ON STANDALONE MACHINE#####
Expand Down Expand Up @@ -851,13 +849,6 @@ else {
Write-Output "The VMware Horizon STIG Section Was Skipped..."
}

if ($sosoptional -eq $true) {
Write-Host "Implementing the Optional SimeonOnSecurity Configurations Section" -ForegroundColor Green
Import-GPOs -gposdir ".\Files\GPOs\SoS"
}
else {
Write-Output "The Optional SimeonOnSecurity Configurations Section Was Skipped..."
}

Write-Host "Checking Backgrounded Processes"; Get-Job

Expand Down

0 comments on commit f353e02

Please sign in to comment.