Planet PowerShell: Featured Community Blog

Thank you very much Planet Powershell for picking up my blog into your great community. Now I can officially call my blog “Planet PowerShell Featured Community Blog” . I hope my content helps people all around the world to solve some problems. https://www.planetpowershell.com/authors I’s an honor to see my blog next to the great people …

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 …