select name, blocked from L_CAPIUSER
Devamını okuReplacing SSH Key – Pair on AWS
First login the system and be sure you already have pem or ppk files. Add new key pain on aws (you can use puttygen to populate private and public key but I prefer AWS itself) After creating private key with …
Devamını okuTest O365 SMTP sending mail with PoweShell Script
You can send an mail from your o365 account so you can test your smtp seeting of O365 to see if settings are okay or not. You can also use for gmail as well. $emailSmtpServer = “smtp.office365.com”$emailSmtpServerPort = “587”$emailSmtpUser = …
Devamını okuHow to Enable SMTP for an MFP and Applications – Exchange Online
Default security on o365 must be disabled You need to exclude the user from self-service password reset service. You need to enable smtp authentication The device must support TSL (version 1.2 for now) if device is not supported, you can …
Devamını okuSending mail with PowerShell – Exchange Online
$Username = “[email protected]”;$Password = “password”;$path = “C:\test\attachment.txt”; function Send-ToEmail([string]$email, [string]$attachmentpath){ }Send-ToEmail -email “[email protected]” -attachmentpath $path;
Devamını okuWhy ITs fail
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Devamını oku