Message Box Prompt for “Host File Entry” using Script

msgbox "FYI: the following host file entires have been set on this server:" & _
vbCrLf & vbCrLf & "192.168.000.000   exchange" & _
vbCrLf & "192.168.000.000   exchange.domain.com" & _
vbCrLf & vbCrLf & "itsupport@domain.com", _
vbInformation, "Host File Information"