<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PowerCLI: One-Liners Checking Host Network Information</title>
	<atom:link href="http://www.virtu-al.net/2009/09/21/powercli-one-liners-checking-host-network-information/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.virtu-al.net/2009/09/21/powercli-one-liners-checking-host-network-information/</link>
	<description>Virtually everything is poshable</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:14:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: miho007</title>
		<link>http://www.virtu-al.net/2009/09/21/powercli-one-liners-checking-host-network-information/#comment-13803</link>
		<dc:creator>miho007</dc:creator>
		<pubDate>Thu, 09 Feb 2012 12:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=919#comment-13803</guid>
		<description>Hello, we have ESXi5 and with this command, i get no result. I&#039;m connect to my VCenter Server</description>
		<content:encoded><![CDATA[<p>Hello, we have ESXi5 and with this command, i get no result. I&#8217;m connect to my VCenter Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin Hristev</title>
		<link>http://www.virtu-al.net/2009/09/21/powercli-one-liners-checking-host-network-information/#comment-7299</link>
		<dc:creator>Valentin Hristev</dc:creator>
		<pubDate>Tue, 02 Aug 2011 08:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=919#comment-7299</guid>
		<description>Hello ,

I really want to see:

PortGroupName:
IP:
Mask:
Gate:
VLAN: 

Any ideas how to get VLAN and put it in same table.

Something like that:

$vm = get-vmhost 192.168.0.13
$net = $vm &#124; Get-VirtualPortGroup
$net  &#124; Select-Object Name, VLanId &#124; Format-Table -auto
$net2 = $net &#124; Select-Object Name,IP,SubnetMask,Mac &#124; ft -auto</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>I really want to see:</p>
<p>PortGroupName:<br />
IP:<br />
Mask:<br />
Gate:<br />
VLAN: </p>
<p>Any ideas how to get VLAN and put it in same table.</p>
<p>Something like that:</p>
<p>$vm = get-vmhost 192.168.0.13<br />
$net = $vm | Get-VirtualPortGroup<br />
$net  | Select-Object Name, VLanId | Format-Table -auto<br />
$net2 = $net | Select-Object Name,IP,SubnetMask,Mac | ft -auto</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virtu-Al</title>
		<link>http://www.virtu-al.net/2009/09/21/powercli-one-liners-checking-host-network-information/#comment-6138</link>
		<dc:creator>Virtu-Al</dc:creator>
		<pubDate>Fri, 29 Apr 2011 17:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=919#comment-6138</guid>
		<description>This is not actually an error just a warning that in future versions the ConsoleNic property of this object may be made obsolete.</description>
		<content:encoded><![CDATA[<p>This is not actually an error just a warning that in future versions the ConsoleNic property of this object may be made obsolete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.virtu-al.net/2009/09/21/powercli-one-liners-checking-host-network-information/#comment-6134</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Fri, 29 Apr 2011 16:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.virtu-al.net/?p=919#comment-6134</guid>
		<description>I&#039;m getting this error................
[vSphere PowerCLI] C:\&gt; Get-VMHost &#124; Get-VMHostNetwork &#124; Select Hostname, ConsoleGateway, DNSAddress -ExpandProperty ConsoleN
ic &#124; Select Hostname, PortGroupName, IP, SubnetMask, ConsoleGateway, DNSAddress, Devicename
WARNING: &#039;ConsoleNic&#039; property is obsolete. Use &#039;Get-VMHostNetworkAdapter&#039; cmdlet instead.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
[vSphere PowerCLI] C:\&gt; Get-VMHost | Get-VMHostNetwork | Select Hostname, ConsoleGateway, DNSAddress -ExpandProperty ConsoleN<br />
ic | Select Hostname, PortGroupName, IP, SubnetMask, ConsoleGateway, DNSAddress, Devicename<br />
WARNING: &#8216;ConsoleNic&#8217; property is obsolete. Use &#8216;Get-VMHostNetworkAdapter&#8217; cmdlet instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

