<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PowerShell Script: Get-Netstat</title>
	<atom:link href="http://halr9000.com/article/599/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/599</link>
	<description>(powershell &#38; other stuff)</description>
	<pubDate>Thu, 08 Jan 2009 22:24:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Glenn</title>
		<link>http://halr9000.com/article/599#comment-6890</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 28 Aug 2008 01:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/?p=599#comment-6890</guid>
		<description>Ask and you shall receive... 

http://poshcode.org/558

~Glenn</description>
		<content:encoded><![CDATA[<p>Ask and you shall receive&#8230; </p>
<p><a href="http://poshcode.org/558" onclick="javascript:pageTracker._trackPageview('/poshcode.org');" rel="nofollow">http://poshcode.org/558</a></p>
<p>~Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /\/\o\/\/</title>
		<link>http://halr9000.com/article/599#comment-6889</link>
		<dc:creator>/\/\o\/\/</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/?p=599#comment-6889</guid>
		<description>Oops,

http://www.codeguru.com/forum/showthread.php?p=1748321

not even a simple P/Invoke seems to do, undocumented interfaces, you're right let's just wrap-up netstat  for this hehe .
Still net NET class is handy without it

$gp.GetIcmpV4Statistics()
$gp.GetActiveTcpListeners()
$gp.GetActiveUdpListeners()

Greetings /\/\o\/\/</description>
		<content:encoded><![CDATA[<p>Oops,</p>
<p><a href="http://www.codeguru.com/forum/showthread.php?p=1748321" onclick="javascript:pageTracker._trackPageview('/www.codeguru.com');" rel="nofollow">http://www.codeguru.com/forum/showthread.php?p=1748321</a></p>
<p>not even a simple P/Invoke seems to do, undocumented interfaces, you&#8217;re right let&#8217;s just wrap-up netstat  for this hehe .<br />
Still net NET class is handy without it</p>
<p>$gp.GetIcmpV4Statistics()<br />
$gp.GetActiveTcpListeners()<br />
$gp.GetActiveUdpListeners()</p>
<p>Greetings /\/\o\/\/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /\/\o\/\/</title>
		<link>http://halr9000.com/article/599#comment-6887</link>
		<dc:creator>/\/\o\/\/</dc:creator>
		<pubDate>Wed, 27 Aug 2008 18:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/?p=599#comment-6887</guid>
		<description>the System.NET class give you objects directly, to bad it does not list the sid

$gp = [Net.NetworkInformation.IPGlobalProperties]::GetIPGlobalProperties()
$gp
$gp.GetActiveTcpConnections()
$gp.GetActiveTcpConnections()[0].localendpoint.port

more info
http://thepowershellguy.com/blogs/posh/archive/2007/03/02/hey-powershell-guy-how-can-i-change-the-first-two-octets-of-an-ip-address.aspx

did not look into getting a PID yet.

Enjoy,
Greetings /\/\o\/\/</description>
		<content:encoded><![CDATA[<p>the System.NET class give you objects directly, to bad it does not list the sid</p>
<p>$gp = [Net.NetworkInformation.IPGlobalProperties]::GetIPGlobalProperties()<br />
$gp<br />
$gp.GetActiveTcpConnections()<br />
$gp.GetActiveTcpConnections()[0].localendpoint.port</p>
<p>more info<br />
<a href="http://thepowershellguy.com/blogs/posh/archive/2007/03/02/hey-powershell-guy-how-can-i-change-the-first-two-octets-of-an-ip-address.aspx" onclick="javascript:pageTracker._trackPageview('/thepowershellguy.com');" rel="nofollow">http://thepowershellguy.com/blogs/posh/archive/2007/03/02/hey-powershell-guy-how-can-i-change-the-first-two-octets-of-an-ip-address.aspx</a></p>
<p>did not look into getting a PID yet.</p>
<p>Enjoy,<br />
Greetings /\/\o\/\/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
