<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Find vCenter version using VMware.PowerCLI Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/find-vcenter-version-using-vmware-powercli/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/find-vcenter-version-using-vmware-powercli/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Sat, 13 Oct 2018 19:30:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>Find vCenter version using VMware.PowerCLI</title>
		<link>https://thesysadminchannel.com/find-vcenter-version-using-vmware-powercli/</link>
					<comments>https://thesysadminchannel.com/find-vcenter-version-using-vmware-powercli/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Thu, 13 Sep 2018 19:27:48 +0000</pubDate>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Find vCenter version using VMware.PowerCLI]]></category>
		<category><![CDATA[powercli vcenter]]></category>
		<category><![CDATA[vmware powershell module]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1024</guid>

					<description><![CDATA[<p>In this quick post I&#8217;ll show you how to find the current vCenter version using VMware.PowerCLI module for Powershell. vCenter version using VMware.PowerCLI And that&#8217;s it. Now you know how to find the vCenter version using VMware.PowerCLI. Don&#8217;t forget to&#8230; <a href="https://thesysadminchannel.com/find-vcenter-version-using-vmware-powercli/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/find-vcenter-version-using-vmware-powercli/">Find vCenter version using VMware.PowerCLI</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this quick post I&#8217;ll show you how to find the current vCenter version using VMware.PowerCLI module for Powershell.  </p>
<h2>vCenter version using VMware.PowerCLI</h2>
<pre class="brush: powershell; title: ; notranslate">

#Importing Module and Connecting to vCenter.
Import-Module VMware.PowerCLI
Connect-VIServer PAC-vCSA01

$Global:DefaultVIServers | select Name, Version, Build

</pre>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2018/10/Global-DefaultVIServers-Select-Name-Version-Build.png" target="_blank"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2018/10/Global-DefaultVIServers-Select-Name-Version-Build.png" alt="Global-DefaultVIServers - Select Name-Version-Build" width="896" height="454" class="aligncenter size-full wp-image-1028" srcset="https://thesysadminchannel.com/wp-content/uploads/2018/10/Global-DefaultVIServers-Select-Name-Version-Build.png 896w, https://thesysadminchannel.com/wp-content/uploads/2018/10/Global-DefaultVIServers-Select-Name-Version-Build-768x389.png 768w" sizes="(max-width: 896px) 100vw, 896px" /></a></p>
<p>And that&#8217;s it.  Now you know how to find the vCenter version using VMware.PowerCLI.  Don&#8217;t forget to check out our <a href="https://www.youtube.com/channel/UC9VnUjmZrNG3ithDZmG-S-g" rel="noopener" target="_blank">Sysadmin Channel on Youtube</a> for awesome system administration related videos.</p>
<p>The post <a href="https://thesysadminchannel.com/find-vcenter-version-using-vmware-powercli/">Find vCenter version using VMware.PowerCLI</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/find-vcenter-version-using-vmware-powercli/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1024</post-id>	</item>
	</channel>
</rss>
