Windows - Send message using IP list

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


Create pem certificate

 Creating a .pem with the Private Key and Entire Trust Chain     Log into your DigiCert Management Console and download your Intermediate (D...

Mais vistos