Advertisement
vinissh

testeInternet.ps1

Jan 21st, 2021
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #Teste internet
  2. Clear-Host
  3.  
  4. $conn = (Test-Connection www.mcsolution.com.br -Count 1 -Quiet)
  5. if($conn -eq "true") { Write-Host "Internet funcionando" -ForegroundColor Yellow}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement