Target audience: System Administrators Used tools: MS PowerShell What’s the purpose: Quickly send email I find a PowerShell command for easier sending email – such as testing smtp connections on a server. You do not then need to install telnet client. https://community.spiceworks.com/topic/2215186-test-email-flow-from-command-prompt And here is an example : exchange-server is name of smtp server –… Continue reading How to quickly send email using SMTP server
Category: PowerShell
Make multiple RDP files from one template RDP file
Target audience: System Administrators Used tools: PowerShell What’s the purpose: How to make multiple Remote Desktop Protocol (RDP) files from one template RDP file The task for resolving is to make multiple RDP files from one template RDP file. Names of new RDP files are “RDP2016_” + codeName + “.rdp” – something like RDP2016_5483.rdpParameter values… Continue reading Make multiple RDP files from one template RDP file