This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ======================================================================== | |
| # Script: Sistema de Diagnóstico Técnico BBI - Administrador de Red (v3.1) | |
| # ======================================================================== | |
| Clear-Host | |
| $DnsInfra = "cntprobe.test" | |
| $IpReferencia = "1.1.1.1" | |
| # 1. BIENVENIDA Y COMUNICADO LEGAL | |
| Write-Host "****************************************************************" -ForegroundColor Cyan | |
| Write-Host " BIENVENIDO AL SISTEMA DE SOPORTE TÉCNICO BBI " -ForegroundColor White -BackgroundColor DarkBlue |