Installing Send-RDMessage permanently on RDServers

You may read my article handeling remote desktop messaging for all connected users. So here is my first module for Remotedesktop Messaging. https://blog.it-koehler.com/en/Archive/2511If you liked it you may also want to have this cmdlet permanently on your rdserver for notifying your users every time there is a problem or maintenance. I’ve converted the PS Script …

Look Behind-the-scenes blog.it-koehler.com

Here some numbers behind blog.it-koehler.com. In the diagram you can see the visits of this blog. Thank you all for visiting and also writing some comments. I’ll keep working on this blog. I use “Matomo” to generate my web statistics. https://matomo.org/

RDS/Terminalserver message/notification to all active users

RDSMessenger.ps1 UPDATE 11/09/2019: If you like this script as module or EXE see my new post In RDServer (Remote Desktop) environmets (also know with the legacy name terminalservices) you need to notify all active users, because there is a maintenace or anything else. I searched a while to find a thin solution for that, but …

O365 PowerShell Connector with encypted password files

During my daily work I need to connect to Office 365 powershell from time to time, so I also want to automate this task to safe time and also because I’m a lazy guy. Befor using my O365 connector you should read my other articles about encrypting passwords to secure string. See my prolog working …

working with passwords in powershell part 2 – the decryption

NOTE: See also working with passwords in powershell part 1 and working with passwords in powershell prolog After you created these two files there is of course a possibility to get your password to plain text again. First you need to convert your files to secure string, so powershell can work with it. >>DOWNLOAD password …