Windows - Send message using IP list

$ListofIPs = Get-Content "<filepath\filename>";
foreach($i in $listofips){
    msg /SERVER:$i * /TIME:300 "Message"
}


Updatable objects appear as 'no longer supported'

  Symptoms In some scenarios, the following validation warning appears on an updatable object: " Object is no longer supported. Enforci...

Mais vistos