<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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>blogs.inside.quest.com</title>
	<atom:link href="http://blogs.inside.quest.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.inside.quest.com</link>
	<description>Application Management, Database Management, Windows Management</description>
	<pubDate>Thu, 12 Nov 2009 21:18:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using the Code button</title>
		<link>http://blogs.inside.quest.com/blog/2009/07/09/using-the-code-button/</link>
		<comments>http://blogs.inside.quest.com/blog/2009/07/09/using-the-code-button/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 17:53:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.inside.quest.com/?p=25</guid>
		<description><![CDATA[This is just a test post.  I am trying to test the use of the code button to see if it works like the wiki&#8217;s do.

$input &#124; ForEach-Object {
      $managedHost = $global:vmwareManagedHosts[$_.Host]
      $vmh = Get-VMHost $_.VMhost -server $managedHost.Connection &#124; Get-View
     [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a test post.  I am trying to test the use of the code button to see if it works like the wiki&#8217;s do.</p>
<pre>
$input | ForEach-Object {
      $managedHost = $global:vmwareManagedHosts[$_.Host]
      $vmh = Get-VMHost $_.VMhost -server $managedHost.Connection | Get-View
      foreach ($Nic in $_.Nic){
            $vmh.Config.Network.Pnic | where {$_.device -eq $Nic} | ForEach-Object {
                  $pNicDevId = $_.Pci
                  $PCIDevice = $vmh.Hardware.PciDevice | Where-Object {$_.id -eq $pNicDevId}
                  $Duplex = "Half"
                  if ($_.LinkSpeed.Duplex -eq $True){$Duplex = "Full"}
                  $LinkStatus = "Up"
                  if ($_.LinkSpeed -eq $null){
                        $LinkStatus = "Down"
                        $Duplex = $null
                  }
                  $LinkConfig = "Auto Negotiate"
                  if ($_.Spec.LinkSpeed -ne $null){
                        $SpecDuplex = "Half"
                        if ($_.Spec.LinkSpeed.Duplex -eq $True){$SpecDuplex = "Full"}
                        $LinkConfig = "$($_.Spec.LinkSpeed.SpeedMb, $SpecDuplex)"
                  }
                  $pNic = New-Object PSObject
                  $pNic.PSObject.TypeNames.Clear()
                  $pNic.PSObject.TypeNames.Add("VMware.AdvVirtualDisk")
                  $pNic `
                        | Add-Member -MemberType NoteProperty -Name Device -Value $_.Device -PassThru `
                        | Add-Member -MemberType NoteProperty -Name VMHost -Value $vmh.Name -PassThru `
                        | Add-Member -MemberType NoteProperty -Name LinkStatus -Value $LinkStatus -PassThru `
                        | Add-Member -MemberType NoteProperty -Name LinkConfig -Value $LinkConfig -PassThru `
                        | Add-Member -MemberType NoteProperty -Name LinkSpeed -Value $_.LinkSpeed.SpeedMb -PassThru `
                        | Add-Member -MemberType NoteProperty -Name Duplex -Value $Duplex -PassThru `
                        | Add-Member -MemberType NoteProperty -Name MACAddress -Value $_.Mac -PassThru `
                        | Add-Member -MemberType NoteProperty -Name NICVendor -Value $PCIDevice.VendorName -PassThru `
                        | Add-Member -MemberType NoteProperty -Name NICModel -Value $PCIDevice.DeviceName -PassThru `
                        | Add-Member -MemberType NoteProperty -Name NICDriver -Value $_.Driver -PassThru `
                        | Add-Member -MemberType NoteProperty -Name PCI -Value $_.Pci -PassThru `
                        | Add-Member -MemberType NoteProperty -Name PCIBus -Value $PCIDevice.Bus -PassThru `
                        | Add-Member -MemberType NoteProperty -Name PCISlot -Value $PCIDevice.Slot -PassThru `
                        | Add-Member -MemberType NoteProperty -Name WakeOnLan -Value $_.WakeOnLanSupported -PassThru `
                        | Add-Member -MemberType NoteProperty -Name Key -Value $_.Key -PassThru `
                        | Add-Member -MemberType NoteProperty -Name Host -Value $managedHost.Name -PassThru
            }
      }
  }
</pre>
<p>That is about it.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/2eFJOV9Nil4&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2eFJOV9Nil4&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.inside.quest.com/blog/2009/07/09/using-the-code-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Communities Implements Wordpress MU</title>
		<link>http://blogs.inside.quest.com/blog/2008/05/27/communities-implements-wordpress-mu/</link>
		<comments>http://blogs.inside.quest.com/blog/2008/05/27/communities-implements-wordpress-mu/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:16:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.inside.quest.com/?p=15</guid>
		<description><![CDATA[There has been an increasing demand from within Quest Software to host external blogging.  As a result, we have installed Wordpress MU on an externally hosted server earlier this month.  We currently have two blogs in production.
http://blogs.inside.quest.com/provision/
http://blogs.inside.quest.com/modeling/
http://blogs.inside.quest.com/idm/
http://blogs.inside.quest.com/teamfuze/
http://blogs.inside.quest.com/migration/
http://blogs.inside.quest.com/uc/
For technical support on these blogs, contact Brian Nettles at brian.nettles@quest.com.  If you work for Quest Software and wish to add [...]]]></description>
			<content:encoded><![CDATA[<p>There has been an increasing demand from within Quest Software to host external blogging.  As a result, we have installed Wordpress MU on an externally hosted server earlier this month.  We currently have two blogs in production.</p>
<p><a href="http://blogs.inside.quest.com/provision/">http://blogs.inside.quest.com/provision/</a><br />
<a href="http://blogs.inside.quest.com/modeling/">http://blogs.inside.quest.com/modeling/</a><br />
<a href="http://blogs.inside.quest.com/idm/">http://blogs.inside.quest.com/idm/</a><br />
<a href="http://blogs.inside.quest.com/teamfuze/">http://blogs.inside.quest.com/teamfuze/</a><br />
<a href="http://blogs.inside.quest.com/migration/">http://blogs.inside.quest.com/migration/</a><br />
<a href="http://blogs.inside.quest.com/uc/">http://blogs.inside.quest.com/uc/</a></p>
<p>For technical support on these blogs, contact Brian Nettles at <a href="mailto:brian.nettles@quest.com">brian.nettles@quest.com</a>.  If you work for Quest Software and wish to add your own blog, contact Claudine Farah at <a href="mailto:claudine.farah@quest.com">claudine.farah@quest.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.inside.quest.com/blog/2008/05/27/communities-implements-wordpress-mu/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
