Functions/Write-BannerTestModules.ps1

Function Write-BannerTestModules {

    Write-Host @'
  /__ ___/ /| //||
    // ___ ___ __ __ //| // || ___ ___// // ___ ___
   // //___)) (( )) // // | // || // )) // )/ // // // //___)) (( ))
  // // \\ // // | // || // // // // // // // // \\
 // ((____ ((__)) // // |// || ((___// ((__// ((__(( // ((____ ((__))
 
'@
 -ForegroundColor Magenta -BackgroundColor Yellow
}