Showing posts with label vExpert. Show all posts
Showing posts with label vExpert. Show all posts

2013-07-22

Thanks to @dawoo for the vEXPERT Swag

I would like to thank Darren Woollard for taking the time to create and send over my new vEXPERT and iVirtualise sticker (even if it is spelled wrong :) )

IMAGE00008

Thanks!!

If you are a vEXPERT - go on over and add your quote to his blog here - http://vexpert.me/sticker

2013-06-04

vExpert 2013

Last week, the 581 people that were awarded the vExpert title for the year 2013. It is large list of people who are active in the community, that share knowledge, that lead VMUG's and all other kinds of evangelizing for VMware and the community in general.

As we all know there are a number of "perks" that come with being a vExpert, but mostly it is an honor.

  • An honor to be part of an amazing group of people vExpert
  • An honor to serve the community
  • An honor that people acknowledge your contributions

I have traditionally created a Twitter list of the vExperts each year, and this in not different.

I actually created two of them due to the fact that Twitter limited the number of members of a single list to 500 members (and of course they changed it on Thursday - after the lists were populated)

So there will be only a single vExpert 2013 list which you can find here.

Thank you for the honor and here is looking forward to a wonderful and exciting year..

2013-01-17

Another PowerShell vExpert.me URL Shortner

Building on Jonathan Medd’s excellent idea of Using PowerShell to access the vExpert.me URL Shortener, I decided to improve it a bit more.
Here is the completed script.
<#
 .SYNOPSIS
  Will create a new vExpert.me URL

 .DESCRIPTION
  Using the Invoke-Rest Cmdlet to invoke a creation of a new vExpert.me URL

 .PARAMETER  URL
  URL that should be shortened.
 
 .PARAMETER Custom
  The custom URL that should be used.

 .EXAMPLE
  PS C:\> New-vExpertURL -URL 'http://www.google.com'
  This example shows how to call the New-vExpertURL function with with the URL parameter and generate a random URL.

 .EXAMPLE 
  PS C:\> New-vExpertURL -URL 'http://www.google.com' -Custom this_is_my_link
  This will create a custome URL of http://vexpert.me/this_is_my_link pointing to http://www.google.com
 .INPUTS
  System.String

 .OUTPUTS
  System.String

 .NOTES
  For more information about advanced functions, call Get-Help with any
  of the topics in the links listed below.

#>
function New-vExpertURL {
 [CmdletBinding()]
 param(
  [Parameter(Position=0, Mandatory=$true)]
  [System.String]$URL,
  [Parameter(Position=1)]
  [System.String]$Custom
 )
 begin {
 if (!$($Custom) ) {
  $baseurl_2 = "&action=shorturl&format=json&url="
  } else {
  $baseurl_2 = "&action=shorturl&keyword=" + $Custom + "&format=json&url="
 }
 $baseurl_1 = "http://vexpert.me/yourls-api.php?signature="
 $secret = "xxxxxxxxx"
 
 }
 process {
 $invokeurl = $baseurl_1 + $secret + $baseurl_2 + $URL
 $vExpertme = Invoke-RestMethod -Uri $invokeurl
 $vExpertme.shorturl | clip
 Write-Host "The shortenend URL is now in your clipboard" -ForegroundColor Green
 }
 end {
 }
}
It is quite self explanatory. You will need to enter your personal secret code in Line 47.
So I added 4 things
  1. This is now a function – and it accepts parameters.
  2. One of the parameters is CustomURL which will allow you to enter your custom text if you please.
  3. The output will provide the URL and a success message.
  4. The URL will now be in your clipboard so you can use it.

2012-05-29

VMworld Call for Papers Voting is Live

The voting for VMworld Call for Papers is now Open.

Cody Bunch and myself have submitted a session – based on the customer stories behind the
vExpert HoL that we are designing for the upcoming VMworld.

If you would like to see the story behind the lab – we would appreciate your Thumbs Up for the session.

1996 Managing Your Day-to-Day Administrative Tasks with vCenter Orchestrator

VMworld Session Voting

There are 1222 different sessions that you can vote for – so wading through them all – can be tiresome.

I will be posting my choices in a future post.

2012-05-21

vExpert Hands on Lab

Yes we experts are a crazy bunch really we are. Not only do we blog about virtualization, read virtualization, breathe virtualization and immerse ourselves in technology but most of all we enjoy what we do.

Approximately three weeks ago, a post was made on the vExpert community forum with a offer - but I would call it a challenge. As you all know Call for Papers for VMworld 2012 is slowly coming to an end (deadline is May 18th). There will be a large number of submissions (last year there were ~1000) so the chances of getting a session accepted are not that high, but it was still worth a shot.Hands on Labs

What was this challenge you ask? The vExperts were given the opportunity to submit a proposal for a HoL that would used for VMworld and perhaps at other events as well.

The timeline was crazy. The expected number of hours to be put into the preparations was insane, but still there were more than 10 different submissions of which two were chosen.

Why do we do this? It is all about giving back to others, helping others to experiment with technology and educating ourselves and others as well so we can all benefit.

I have always felt that vOrchestrator has not been given the attention it deserves. Automation is and will be the key to bigger and larger environments and PowerCLI is and has been the rising star over the last couple of years. I love it as I am sure many others do as well.

The theme of our HoL is “Conducting your Environment with vOrchestrator”, and if you have not yet guessed it will focus entirely around vOrchestrator.

I have prepared a story board that is scenario-based with real day-to-day use cases that you would encounter in most organizations.

Of course this lab would not be complete without having the man who wrote the book, Mr. vOrchestrator  himself, Cody Bunch on board and involved, and I was thrilled that he accepted the challenge. Without his deep involvement this lab would never have gotten of the ground so thank you Cody.

So here goes, time to prepare a lab that can potentially be taken by more than 20,000 people.

Congratulations to Luca Dell'Oca and Andrea Mauro on the other vExpert Lab that was accepted:
Virtualize Business Critical Applications - Oracle RAC

It will be fun, nerve-wracking, stressful but most of all a wonderful learning experience which is why I love it!!

So here we go.

2012-04-15

vExpert 2012–Thank You!

I am proud to announce that I have been awarded the VMware vExpert vExpertaward for the year 2012.
The current list has been posted here.

It is nice to receive such an honor but I would rather like to take this opportunity to express my thanks to a few people in appreciation of this honor.

  1. Alex Maier – for being the driving force behind the vExpert Program, for managing the VMware communities and for putting up with our nagging when we have no-one else to complain to. You are an asset to our community and your hard work is highly appreciated!! (even if we do not say it often and loudly enough)
  2. John Troyer – The Godfather of the vExpert program! Thank you John for all that you do for us, VMware is lucky to have a driving force such as yourself who is so passionate about what you do and we as a community are lucky to have you.
    Oh yes, and please keep those cool SWAG trinkets and access to cool stuff coming!! :)
  3. All those who were awarded the vExpert 2012 award. Thank you!! It is an honor to be amongst such a great group of people. I look forward to meeting those of you who I have not yet had the honor to meet, and working together on exciting opportunities over the next year.
  4. To all those who did not get their vExpert renewed this year. I still hold you all in the highest esteem, and do expect and hope that you will continue to contribute to the community.

As in the past years – I have started a Twitter list of 2012 vExperts and will continue to update it.

Congratulations to all the vExperts of 2012!!

2011-07-03

vExpert 2011

I was extremely happy to receive a nice email from John Troyer on Friday morning with the following text:

Dear Maish Saidel-Keesing,

We're pleased to designate you as a vExpert 2011 as recognition of your contributions to the VMware, virtualization, and cloud computing communities. You’ve done work above and beyond, and we’re delighted to communicate more closely, to share resources, and to offer other opportunities for greater interaction throughout the year as we continue to grow knowledge and success in the community of IT professionals. Welcome to the vExpert 2011 Program!

<snip> ….. </snip>

As always I am humbled to be in the in the company of such an amazing group of people for the second year in a row. I can say that the program this past year has been amazing!!

I am looking forward to continuing with all the new ideas that John (and VMware) have in store for the next year.

Congratulations to all the new vExperts!

I would like to bring your attention to 3 of the lists of vExperts

My vExpert 2011 Twitter List (if you are not on it please feel free to contact me)

Arnim van Lieshout's List

Eric Sloof's LinkedIn vExpert group (by approval only)

2011-04-12

VMware vExpert 2011 Applications Are Now Open

John Troyer has just announced that the applications for the vExpert 2011 Program is now open.

vExperts are the bloggers, the book authors, the VMUG leaders, the tool builders and town criers, the tinkerers and speakers and thinkers who are moving us all forward as an IT industry.

A vExpert imageshould demonstrate knowledge about VMware solutions and their benefits, and how they fit into the overall IT landscape. A vExpert designation is not a technical certification of any kind, although they are often very articulate and knowledgeable about virtualization and IT topics, both technical and non-technical. It should not be confused with a VCDX (VMware Certified Design Expert).

So there are a few things that are different this year, so please go over to the original announcement and read the details

I can say it was well worth while being awarded the honor last year, be it the early access to different programs, and other small freebies (and no, John would not give us a personalized iPad!!)

Information Forms will be accepted until midnight PST Friday, May 6, 2011. vExpert recipients will be notified within the following two weeks.

2010-06-05

VMware vExpert Awards 2010

Yesterday the vExperts for 2010 were announced.

VMware awards the vExpert to individuals who have significantly contributed to the community of VMware users over the past year. vExperts are book authors, bloggers, VMUG leaders, tool builders, and other IT professionals who share their knowledge and passion with others. These vExperts have gone above and beyond their day jobs to share their technical expertise and communicate the value of VMware and virtualization to their colleagues and community.

I am happy to announce that I am one of those who have received this award, and I am grateful to have been granted such an imagehonor.

I have created a Twitter List that I will be updating - with those who have received the award.

If you are not on this list - please let me know - so I can add you.

Congratulations to all those that got the first round - there will be another round of emails going out on Monday.

2010-04-30

Last Chance for VMware vExpert Nominations

Today April 30, 2010 is the closing day for Nominations.

image VMware vExpert Application Form

 

 Award Benefits

  

 Criteria & Guidelines

 

If you have not already got your nomination in, the clock is ticking……