Tag Archives: .net

Building a Chart Using PowerShell and Chart Controls

Reports are one of those things that everyone has done at some point in time using a variety of methods to include, Excel, XML, CSV, HTML, etc.… A lot of times, while the data is one thing to present, there … Continue reading

Posted in powershell | Tagged , , , | 6 Comments

Updated Get-Certificate Function

It’s been a while since I first published my Get-PKICertificates function and talked about it on Hey, Scripting Guy!. In fact, that was my first guest blog that I had ever done which was an amazing opportunity that I have … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

Checking For Disconnected Connections with TCPListener Using PowerShell

Working on my PoshChat project, one of the things that I was dealing with was handling connections that was disconnected through different means other than just the client disconnecting on its own such as a client being rebooted or the … Continue reading

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

Checking for a TCP Listener Connection

I’ve been spending some time re-writing my PoshChat project to replace various things that I feel could have been written better as well as trying to knock out some of the issues that I had in the beginning but just … Continue reading

Posted in powershell | Tagged , , , | 1 Comment

Get Available Constructors Using PowerShell

Working with PowerShell sometimes (or a lot of the time) involves using .Net types to create objects that can be used for more in depth scripting of various items. It is one thing to know the type that you need … Continue reading

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