Tag Archives: PoshChat

PoshChat Updated to 1.0

After about a year of doing nothing with my project, PoshChat, I decided it was time to push out an update that I have been working on here and there. This is one of those projects that is really fun … Continue reading

Posted in GUI, Modules, powershell | Tagged , , | 4 Comments

PoshChat updated to 0.9.2

I finished a little update to PoshChat that I wanted to push out prior to the start of the Scripting Games on Monday. I made a few updates to the client UI to include text colors for specific messages and … Continue reading

Posted in powershell | Tagged , | 3 Comments

PoshChat 2 of 2: Building a Chat Client Using PowerShell

Continuing from yesterday’s article where I talked about how I wrote the code to run the chat server portion of PoshChat, this article will now go into what I did to create the client interface that connects to the server … Continue reading

Posted in powershell, scripts | Tagged , , , | Leave a comment

PoshChat 1 of 2: Building a Chat Server Using PowerShell

As you have seen in my previous article, I wrote and published version 0.9 of PoshChat, my implementation of a PowerShell client/server chat room. As promised, this is part 1 of  a 2 part article series detailing how I wrote … Continue reading

Posted in powershell, scripts | Tagged , , , | 3 Comments

Introduction to PoshChat, A PowerShell Chat Client/Server

After a couple months of off and on work on this project, I can finally say that I have release my initial build of PoshChat, which is in version 0.9. This is a simple client/server chat room that allows any … Continue reading

Posted in Modules, powershell, scripts | Tagged , , , | 4 Comments