Skip to content

Commit

Permalink
Merge pull request #3 from alaanasser00/main
Browse files Browse the repository at this point in the history
Prevent PowerShell console to close after the script finishes from running
  • Loading branch information
karimhabush committed Oct 31, 2022
2 parents 192bbf5 + 0f41680 commit 57bd342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cis-vsphere.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,6 @@ Ensure-VirtualDiskShrinkingIsDisabled
Ensure-VirtualDiskWipingIsDisabled
Ensure-TheNumberOfVMLogFilesIsConfiguredProperly
Ensure-HostInformationIsNotSentToGuests
Ensure-VMLogFileSizeIsLimited
Ensure-VMLogFileSizeIsLimited

Read-Host -Prompt "Press Enter to exit"

0 comments on commit 57bd342

Please sign in to comment.