Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Locating Mount Points Using PowerShell
- Quick Hits: Ping Sweep One Liner
- Beginning with PowerShell and Word
- Using PowerShell Parameter Validation to Make Your Day Easier
- PowerShell 4.0 Now Available for Download
- Quick Hits: Finding Exception Types with PowerShell
- Quick Hits: Adding Items to an Array and a Look at Performance
- Checking for a TCP Listener Connection
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
Tag Archives: Powershell
Scripting Games 2012 Tip: Proper Function Names
Many of you will compete in the Scripting Games this year, and most of you will look to write an Advanced Function or two or more. When doing this, one thing to keep in mind is the naming of the … Continue reading
Scripting Games 2012 Tip: Don’t Use Aliases
Continuing on from me last article, now we are looking at why using an alias in your script is not a good idea. There are a lot of aliases out there in PowerShell. Some even use the same alias as … Continue reading
Time For Scripting Games 2012
You heard it! The 2012 Scripting Games are almost upon us and this is your chance to test your skills! Being a judge this year, I will be one of the people that will look at the scripts being submitted … Continue reading
Posted in News, powershell, Scripting Games 2012
Tagged Powershell, scripting games 2012, sg2012
Leave a comment
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
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