Skip to content

Commit

Permalink
Change Comment in cis-vsphere.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
alaanasser00 committed Oct 28, 2022
1 parent b1e7201 commit 0657b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cis-vsphere.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Import-Module -Name $PSScriptRoot\controls\network.ps1 -Force

# A function to connect to vCenter/ESXi Server using the Connect-VIServer cmdlet and store the connection in a variable
function Connect-VCServer {
# Get the connection details from the config file
# Get the IP Address of the server
$server = Read-Host -Prompt 'Please insert the server IP address'

# Set InvalidCertificateAction to warn instead of stop without user interaction
Expand Down Expand Up @@ -96,7 +96,7 @@ Ensure-VirtualDistributedSwitchNetflowTrafficSentToAuthorizedCollector
Ensure-PortLevelConfigurationOverridesAreDisabled

# 8.Virual Machines
Write-Host "`n* These controls contain recommendations for settings related to 7.Virtual Machines" -ForegroundColor Blue
Write-Host "`n* These controls contain recommendations for settings related to 8.Virtual Machines" -ForegroundColor Blue
Ensure-InformationalMessagesFromVMToVMXLimited
Ensure-OnlyOneRemoteConnectionIsPermittedToVMAtAnyTime
Ensure-UnnecessaryFloppyDevicesAreDisconnected
Expand Down

0 comments on commit 0657b0d

Please sign in to comment.