Resolving UDP and IGMP issue with ESP8266

One of the next steps I am taking is making the ESP8266 aware of other ESP8266 devices and being able to talk to them. There is a couple way’s I can do this via UDP either with Broadcast or Multicast and I am still planning to figure out what would work best. One thing I …

Generating User Deprovisoning Feed from powershell from user Inactivity.

Today, About a list of 1000 user’s was plopped on my calendar to audit and remove from our environment if not used. I throw together this script after adding all the users into a single text file and running through them and generated an output that would then fit into our Deprovisioning framework from Caradigm …

Autoit and Remote App Terminal Service Automation

So, Doing some exploring, I was able to remotely launch applications on the remote server on my own personal Winsta. From there I wanted to see if I could automate mouse and keystrokes. The full window (include children windows) seems to act as one class “Rail_Window” and doesn’t uncover the underlying Control’s / Forms. So …