<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=VMworld_2015%2FAutomate_Everything_with_PowerCLI</id>
	<title>VMworld 2015/Automate Everything with PowerCLI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=VMworld_2015%2FAutomate_Everything_with_PowerCLI"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=VMworld_2015/Automate_Everything_with_PowerCLI&amp;action=history"/>
	<updated>2026-05-09T00:14:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=VMworld_2015/Automate_Everything_with_PowerCLI&amp;diff=2467&amp;oldid=prev</id>
		<title>Kenneth at 23:23, 1 September 2015</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=VMworld_2015/Automate_Everything_with_PowerCLI&amp;diff=2467&amp;oldid=prev"/>
		<updated>2015-09-01T23:23:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Automate Everything with PowerCLI ==&lt;br /&gt;
&lt;br /&gt;
by Alan Renouf (VMware), and Luc Dekens (Eurocontrol)&lt;br /&gt;
&lt;br /&gt;
Check the PowerCLI Blog for the code and video&lt;br /&gt;
&lt;br /&gt;
Alan Renouf - http://blogs.vmware.com/PowerCLI and http://virtu-al.net/&lt;br /&gt;
* Started vCheck script&lt;br /&gt;
&lt;br /&gt;
Luc Dekens - http://lucd.info&lt;br /&gt;
&lt;br /&gt;
== Cmdlets ==&lt;br /&gt;
&lt;br /&gt;
New cmdlets - vRealize Operations Manager&lt;br /&gt;
&lt;br /&gt;
Low level API access - view access&lt;br /&gt;
&lt;br /&gt;
Next build high level cmdlets on top of the low level APIs&lt;br /&gt;
&lt;br /&gt;
 Get-VM Photon01 | Get-OMResource&lt;br /&gt;
&lt;br /&gt;
 Get-VM Datastore | Get-OMResource | Where { $_.Health -ne &amp;quot;Green&amp;quot; }&lt;br /&gt;
&lt;br /&gt;
 Get-VM Datastore | Get-OMResource | Where { $_.Health -ne &amp;quot;Green&amp;quot; } | Get-OMAlert | FT -AutoSize&lt;br /&gt;
&lt;br /&gt;
 ... | Where { $_.value -gt 30 } | FT -AutoSize&lt;br /&gt;
&lt;br /&gt;
 $global:DefaultOMServers&lt;br /&gt;
&lt;br /&gt;
 $global:VIServers&lt;br /&gt;
&lt;br /&gt;
 $global:DefaultOMServers | Select *&lt;br /&gt;
&lt;br /&gt;
 $global:DefaultOMServers[0].???  ??? get-member ???&lt;br /&gt;
&lt;br /&gt;
Released a FLING that has the NFS User Cmdlets&lt;br /&gt;
&lt;br /&gt;
Flings are where a lot of our innovations go into - show off to customers&lt;br /&gt;
&lt;br /&gt;
== vCloud Air ==&lt;br /&gt;
&lt;br /&gt;
Key to VMware&amp;#039;s future&lt;br /&gt;
&lt;br /&gt;
 $CI = Get-PIComputeInstance -Region *cali* | Where { $_.ServiceGroup -match &amp;quot;MT87...&amp;quot; }&lt;br /&gt;
 $CI | Connect-CIServe&lt;br /&gt;
&lt;br /&gt;
 $VVM = Get | Select Name, ....&lt;br /&gt;
&lt;br /&gt;
 $emptyarray = @()&lt;br /&gt;
&lt;br /&gt;
Note: look into calculated properties&lt;br /&gt;
&lt;br /&gt;
== github ==&lt;br /&gt;
&lt;br /&gt;
 http://github.com/alanrenouf/vAudit-vCloudAir&lt;br /&gt;
&lt;br /&gt;
== Update Manager ==&lt;br /&gt;
&lt;br /&gt;
Update Manager now included in core installer&lt;br /&gt;
&lt;br /&gt;
Backwards compatibility to VUM 5.5&lt;br /&gt;
&lt;br /&gt;
Technical preview - not generally available yet&lt;br /&gt;
&lt;br /&gt;
== DSC &amp;amp; vSphere ==&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Shut up and automate everything&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Desired State Configuration (DSC)&lt;br /&gt;
* define your configuration&lt;br /&gt;
* set it and forget it&lt;br /&gt;
* A watch dog for configurations&lt;br /&gt;
&lt;br /&gt;
Use at least PowerShell v5&lt;br /&gt;
&lt;br /&gt;
DSC Pull Server - don&amp;#039;t install on vCenter server, place on another server&lt;br /&gt;
&lt;br /&gt;
Powershell can now work with disconnected sessions&lt;br /&gt;
&lt;br /&gt;
== REST API ==&lt;br /&gt;
&lt;br /&gt;
Best Practices for working with REST APIs&lt;br /&gt;
&lt;br /&gt;
Tools to help:&lt;br /&gt;
* Chrome - advanced rest client&lt;br /&gt;
* Fiddler&lt;br /&gt;
* Postman ?&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>