Showing posts with label MVP. Show all posts
Showing posts with label MVP. Show all posts

Monday, September 7, 2015

Explaining Windows Server Containers – Part Two

In Part One, I covered the concept of Containers, compared to server virtualization in a Microsoft context.

Today, I want to highlight the architecture of container images and how you can use them as building blocks to speed up deployment.

Before we start

If you have a background in Server Virtualization, you are probably very familiar with VM templates.
A VM template is a sysprep’d image that is generalized and can be deployed over and over again. It is normally configure with its required components and applications and kept up to date with the latest patches.
A VM template contains the complete operating system (and eventually its associated data disk(s)) and has been used by administrators and developers for years when they want do rapidly be able to test and deploy their applications on top of those VMs.

With Containers, this is a bit different. In the previous blog post I explained that Containers are basically what we call “OS Virtualization” and with Windows Server Containers the kernel is shared between the container host and its containers.
So, a container image is not the same as a VM image.

Container Image

Think of a container image as a snapshot/checkpoint of a running container that can be re-deployed many times, isolated in its own user mode with namespace virtualization.
Since the kernel is shared, it is no need for the container image to contain the OS partition

When you have a running container, you can either stop and discard the container once you are done with it, or you can stop and capture the state and modifications you have made by transforming it into a container image.

We have two types of container images. A Container OS image is the first layer in potentially many image layers that make up a container. This image contains the OS environment and is also immutable – which means it cannot be modified.
A container image is stored in its local repository so that you can re-use the images as many times you’d like on the container host. It is also possible to store the images in a remote repository, making them available for multiple container hosts.

Let us see how the image creation process works with Windows Server Containers

Working with Container Images

In the current release, Windows Server Containers can be managed by Docker client and PowerShell.
This blog post will focus on the PowerShell experience and show which cmdlets you need to run in order to build images, just as easy as you would do by playing with Lego J

First, we will explore the properties of a Container Image. An Image contains a Name, Publisher and a version 



We are executing - and storing the following cmdlet in a variable: $conimage = Get-ContainerImage -Name "WinSrvCore" 


Next, we create a new container based on this image by executing - and storing the following cmdlet in a variable: $con = New-Container -Name "Demo" -ContainerImage $conimage -SwitchName "VM". 


Once the container is deployed, we will start it and invoke a command that installs the Web-Server role within this container ( Invoke-Command -ContainerId $con.ContainerId -RunAsAdministrator { Install-WindowsFeature -Name Web-Server } ). You can see that the picture below shows that the blue Lego block is now on top of the brown one (as in layers). 


As described earlier in this blog post, we can stop the running container and create an image if we want to keep the state. We are doing that by executing New-ContainerImage -Container $con -Name Web -Publisher KRN -Version 1.0


If we now executes Get-ContainerImage, we have two images. One that has only the ServerCore, and another one that has ServerCore and the Web-Server Role installed. 


We will repeat the process and create a new container based on the newly created Container Image.



In this container, we will install a web application too. The grey Lego block on top of the blue shows that this is an additional layer.


We are then stopping the running container again and creates another container image, containing the web application too.


In the local repository, we have now three different container images in a layered architecture.



Hopefully you found this useful, and I will soon be back with part three of this blog series.
Perhaps you will see more Lego as well .... :-) 

-kn





Monday, August 10, 2015

My Sessions at System Center Universe

If you haven’t signed up for the conference by now, you should really hurry up.
Have a look at the sessions we are about to present during this year conference here in Europe:


I will have 4 sessions this year, covering a lot of interesting stuff that I want to share with you.

On Monday, we will do a joint session together with Savision (partner) and several industry experts, such as Robert, Thomas and Kevin.
The session title is “Are ITIL and System Center BFF?”


In the modern world where organizations are facing new challenges to be more competitive, they are looking for better ways to improve the quality and efficiency of their IT Service delivery using ITIL framework. Gain valuable insights and best practices on how you can adopt the ITIL framework to Microsoft System Center and OMS from real world experiences together with Savision’s Jonas Lenntun, and Microsoft MVPs Robert Hedblom, Kristian Nese, Kevin Greene and Thomas Maurer.

On Tuesday, I will have the “Early Morning Discussion – Microsoft Azure Stack” together with Thomas Maurer.


Bring all your questions and we will answer as much as we can, while consuming some crazy amount of coffee during this hour.
I will also bring my laptop in case we have to show you some live demos.

Immediately after the morning discussion, me and Thomas will take you into the next generation of infrastructure by introducing you to Nano Server.


In this session we will walk you through how Nano Server is changing the fundamental way we look at fabric servers and workloads. Nano Service will change the way we build servers and solve fundamental challenges which we have encountered over the past years embracing cloud fundamentals.

I can guarantee you a lot of breathtaking demos during this session.
(Although the expected level of this session will be 200, there will definitively be a lot of PowerShell code to cover, since Nano Server is a headless x64 server without any local console).

On Wednesday, I will go solo and talk about “Modern Application Modeling and Configuration for Infrastructure Clouds”.


For more than two decades, the way to manage applications on enterprise distributed systems has followed consistent patterns, and has proven to be very effective. But new paradigms have emerged and are changing how IT is delivering business value, and how IT interacts with business units and end users. Among these new paradigms are: cloud computing (including multi-tenancy and self-service), DevOps, outsourcing, hosting, and more. These paradigms come with different layers and assignments of responsibilities, that underlying technologies must implement for the end-to-end process to remain efficient, scalable and flexible. This session goes through these changes, explains how Microsfot solutions are adapting to them, and summarizes the vision for modern application management in infrastructure as a service (whether on-prem, or in the public cloud or both).

This should be a very interesting session to follow, where we will walk down the memorial lane and see where we eventually ends up and how to deal with it.

Later on Wednesday, I will do my last session – and I am really looking forward to this one, as it is about a subject that is very close to my heart: “Deep-dive on Azure Resource Manager”.


Join me to take the shortcut on Azure Resource Manager (ARM). ARM will definitively have an impact on your career, and probably has already. Once Azure Stack arrives on-prem, we will have a true consistency through ARM that will change the way we are modeling and delivering our services to the clouds. During this session, you will learn how a template is constructed and how to create and deploy your cloud resources.

Please note the following:
The ARM session is level 400 – and also a side session. That means there will only be room for 15 persons.

After the session, I really need to jump into a taxi and get to the airport.


I hope I’ll see you in Basel in a few days J

Monday, July 7, 2014

Windows Azure Pack - Infrastructure as a Service Jump-start

If you are interested in Azure Pack and especially the VM Clouds offering (Infrastructure as a Service), then you should mark the date and time so that you are able to join us this week.

We will be arranging a MVA Jump-Start: Windows Azure Pack – Infrastructure as a Service Jump-Start.


“IT Pros, you know that enterprises desire the flexibility and affordability of the cloud, and service providers want the ability to support more enterprise customers. Join us for an exploration of Windows Azure Pack's (WAP's) infrastructure services (IaaS), which bring Microsoft Azure technologies to your data center (on your hardware) and build on the power of Windows Server and System Center to deliver an enterprise-class, cost-effective solution for self-service, multitenant cloud infrastructure and application services. 

Join Microsoft’s leading experts as they focus on the infrastructure services from WAP, including self-service and automation of virtual machine roles, virtual networking, clouds, plans, and more. See helpful demos, and hear examples that will help speed up your journey to the cloud. Bring your questions for the live Q&A!”

To get a solid background and learn more on what we are going to cover, I highly recommend to download and read the whitepaper we created on the subject earlier this year.


Together with some of the industry experts, I will be answering questions during the event – so please use this opportunity to embrace and adopt the Azure Pack.


Thursday, July 3, 2014

Azure Site Recovery - On Demand

Recently, I wrote a blog post where I explained the setup of Azure Site Recovery so that you could use Microsoft Azure as your DR site. Here's a link to the blog post: http://kristiannese.blogspot.no/2014/06/microsoft-azure-site-recovery.html

One week after, I had a webinar on the subject and you can now watch it on demand following this link:


Hopefully you will find it useful, and there is still a lot to cover to explore all the goodies in this solution. If you have specific things you would like to see on this blog, please leave a comment.


(Oh, and I was lucky to be renewed as a MVP this month as well :-) )

Sunday, June 15, 2014

Webinar - Windows Azure Pack with VM Clouds and Request Management

Webinar – Windows Azure Pack with VM Clouds and Request Management

Recently, my company announced a new partnership with Gridpro.

(More info can be found on my Lumagate blog at http://lumagate.com/cto )

Together with Patrik Sundqvist, we presented some of the most interesting stuff with Azure Pack and also focused on their custom resource provider that is now deeply integrated to Azure Pack setup.

The presentation is split in two, where I am presenting the first hour giving you an overview of Cloud OS, Azure Pack, focusing on IaaS with VMM and SPF as resource providers, covering network virtualization, remote console and cloud offerings.

Patrik presents afterwards and is demoing their Request Management solution which is using System Center Service Manager as the resource provider, to extend service offerings in this portal.

The event was open for everyone and we saw quite a few known members from the community on the call as well J

If you missed it, you can watch it on-demand by clicking on this link:



Monday, April 21, 2014

System Center User Group - Sweden

Hi everyone.
This is just a quick heads up for an upcoming event in Sweden this week.

On Thursday (24th), the System Center User Group in Sweden will have full day at Microsoft HQ, where you will find interesting topics from some interesting speakers.

Sign up at http://www.eventbrite.com/e/scugse-datacenter-gathering-tickets-10733587449

Agenda:

Place: Microsoft Akalla

Fee: Nope - it's free of charge.

0830-0845
Stefan Schörling / Anders Wendt – Welcome to Cloud OS
0845-0945
Kristian Nese – Cloud Fabrics
See how you really should build your cloud fabric to meet elasticity, multi-tenancy and lay the foundation for standardization and automation with Cloud OS.
1000-1100
Anders Bengtsson - Self Service and Automation for your Cloud
1115-1215
Patrik Sundqvist - Delivering Reporting and Chargeback for your Cloud
Lunch
1300-1330 Nutanix Session (Sponsor)
System Center and Nutanix
1345-1445
Christer Almlöf – What have we done with System Center
Reference on System Center
1500-1600
Mikael Nyström - Leveraging a Hybrid Cloud
Private Cloud + Microsoft Azure

Sunday, March 16, 2014

How do you learn and adopt new technology?

I have been an MVP for almost 3 years now. I remember how everything started.
It was back in 2010 and I wanted to get ahead and become certified on Hyper-V in Windows Server 2008 R2.
It was this new exam, "Virtualization Administrator 2008 R2". Quite cool, but I was wondering how I should manage to learn all the required stuff. It was in total 3 exams, two MCTS exams and one MCITP.
The scope did also include stuff like Remote Desktop Services, Microsoft Desktop Optimization Toolkit, App-V and not just server virtualization with Hyper-V and VMM 2008 R2.

I searched through the internet and was hoping to find some official books from Microsoft Press about this exam, but no luck.
I had my own lab, containing two physical servers that I could play around with to simulate a Hyper-V cluster, running every workload as virtual machines. From there, I started to search for information and ended up in the TechNet forums.

- Yes, the TechNet forums should not only get me addicted, but also prove to be the best learning platform I've ever seen.
I started to participate in the Hyper-V forum and Clustering forum. Not 100 % sure on every answer I fired, but soon I began to harvest some points. It was almost like a game. I tested the challenges the forum users had submitted in my own lab, gave the result of my testing and recommendation on how to fix the issues. It was very valuable for me, and it still is.

This has evolved a bit, and I am now moderating over 10 forums, especially the Cloud and VMM forums, but also two new forums; Hyper-V Recovery Manager and Windows Azure Pack.
I consider this as key, since I am working exclusively with this technology and also have to take some responsibility to get back to the community with help, workarounds and important information, and of course - I learn a lot, each and every day.

When I meet my customers and start talking about all the new technologies from Microsoft, some of them are skeptic. "It has not been around for so long", "we don't know any other who's using this" and "we don't want to be the pioneers on this one". By showing them that there is a huge community out there (already) on the technology, is extremely important. I have shown customers both the HRM and the WAP forum, and they can see that it is already very active. This is important for Microsoft, customers, partners and the community. To be an early adopter, you must stay ahead and see the problems before you see it in a production environment, and this is why I am spending hours each week to try to track trends, known issues and pitfalls as well as try to explain how to fix them. I test and do a lot of research as part of my role, and the forums is crucial.

Anyhow, I was trying to explain how I learn new technology, and get experience beyond what's possible by just reading articles and blogs besides of testing. People do things in a very different way, and by seeing more ways of doing so, gives me a better understanding of practically everything.

To summarize, you don't need a Microsoft Press book that covers the basics for an exam. The information is most likely out there already, and it is your responsibility to get hands-on and the skills required in order to pass.

As a side note and also for inspiration: have you ever heard about Jack Andraka? If not, search for that name on the internet.
He was 15 years old when he was awarded (Gordon E. Moore Award) for his cancer research - using only the internet (Google and Wikipedia). .

Sunday, January 19, 2014

Presentations from NIC 2014

During this year conference, I had two sessions:


If you want to see and learn the future of service delivery and automation, you should definitively join this session to see how you can leverage new technology like network virtualization with GRE (NVGRE) and self-service deployment of complex workloads with Windows Azure Pack. Automation is key to maximize your investment in Windows Server and System Center, which Windows Azure Pack is all about. This session is tailored at service providers, enterprises and for the general public who wants to learn more about the future of cloud computing

Hybrid Cloud with Network Virtualization in WSSC 2012 R2 (based on the whitepaper) - http://www.slideshare.net/kristiannese/nic-hybrid-cloud-with-nvgre-level-400

Join a true VMM Ninja and learn about network virtualization in a practical way.
This session will walk-through the configuration parts required and also explain what happens, and more important – why and how it happens.
Windows Server and System Center are using Network Virtualization with GRE in order to fulfill the story around the Cloud OS, and must be considered as mandatory to have hybrid cloud solutions, no matter if it’s in the enterprise or as part of a hosting plan with Windows Azure Pack.
VMM is responsible for deploying, maintaining and configure the NVGRE policies across your cloud infrastructure, so everything will be performed from this single console. (Yes, you will learn a lot about networking in VMM in general during this session too).

Use the links to download the pptx’s – and hopefully they will be useful.

Thank you for everyone who joined my sessions during these two days, and I really enjoyed all the discussions afterwards, and especially the possibilities around Service Management API in Windows Azure Pack.

I will (hopefully in the next couple of days) provide you with a detailed blog post about the current environment where I will explain how to setup the remote desktop console feature in Windows Azure Pack.



Monday, September 9, 2013

White paper - Hybrid Cloud with NVGRE (WSSC 2012 R2)

A very interesting weekend is over, and we are happy to announce the release of our white paper that covers implementation and configuration of network virtualization with Windows Server 2012 R2 Hyper-V, and System Center 2012 R2 - Virtual Machine Manager.


Download the white paper here

A couple of weeks ago, I was discussing network virtualization with a fellow MVP, Flemming Riis.
We decided quickly that we needed to embrace this technology and help the community to adopt it.
Generally speaking, NVGRE should be simple to implement, but when we add all the possible configuration options with VMM into the mix, we need to know what we are doing.
Let us be clear: if you consider to implement NVGRE, you should consider VMM to be mandatory. Period.

Flemming provided us with his own lab, running blades, SAN's and everything we needed to make this as realistic as possible.

Stanislav Zhelyazkov and Daniel Neumann had the role as technical reviewers and provided us with deep insight and helpful stuff that we either didn't know of, or had missed. Thank you guys.

Please note that this white paper is in its first release.
Once we reach RTM, additional content will be added.

- Site-2-Site VPN

- Self-service and tenants with Windows Azure Pack

If you have any comments or questions related to the white paper, please leave a comment.

thx.

-kn


Tuesday, August 27, 2013

the Infrastructure Ranger "comeback"

I am happy to announce that I will make a comeback as the Infrastructure Ranger at Microsoft here in Norway.
This is the position I had last year.
This time, it will be in a smaller portion so that it will work together with my role as the CTO in Lumagate. No – I am not a Microsoft employee. I am still a Cloud MVP, and I am still employed by Lumagate.

The reason for this blog post is not to brag nor to have a random career monolog, but rather inform those of you who are working with me about the situation.
The role as an infrastructure ranger is to provide proof-of-concepts, workshops, pre-sales activities and be the technical evangelist for the local MS office.
You may have heard about the V-TSP role, a role you can get if you work for a Gold Partner where Microsoft can use the V-TSP in pre-sales activities. This is something similar but at the same time very different.
When I appear as a ranger, I will wear the Microsoft hat. In other words, I will be partner neutral.
I am really looking forward to continue my close work with Microsoft, to tell and deliver on the Cloud OS story.

Now, I have a very clear agenda with this.
In my job (as a CTO and ranger), it’s key to know the customer we are working with to better understand their short – and long-term goals in order to support this with modern technology. There is no secret that I am deeply involved with service providers around the globe. One of the reasons why service providers is so interesting is because IT is their bread and butter. If you want to deploy the latest features and bits, service providers are mostly often the right audience to adopt this fastest.

With Windows Server 2012 R2, System Center 2012 R2 and Windows Azure (these are some of the bits that composes the Cloud OS), we are starting up some couple of lighthouse projects to increase the standards around.
In the end, it’s basically just a simple question you need to ask yourselves: what can we do better within our datacenter (no matter if it’s private or public) in order to succeed next?

If you want to read an article/interview (in Norwegian) about my thoughts on R2, please see the following link.


Monday, August 12, 2013

Welcome to the "Switch to Hyper-V Conference"

This autumn will be loaded with speaking engagement, and together with Niklas Ã…kerlund in Sweden, I will have two days early in October where we will talk, demonstrate and show the beautiful journey from VMware to Hyper-V.

The reason why we are arranging such an event should be clear by now.
More and more often, we are meeting customers and partners who are seeking for advice when it comes to internal strategies regarding their datacenters. Cost is (obviously) a major factor in this calculation, but management and tools are very important too.
As you may be aware of, we are all waiting for the R2 release where we are moving towards a consistent platform with our Cloud OS.
As part of that, we will focus on things you might normally miss during a normal “Hyper-V vs. VMware” discussion.
Generally speaking, we are constantly focusing on features, licensing and costs when discussing the comparison of these vendors. However, we are taking this to the next level and will focus on the real ‘battle’, the battle the IT pro's are facing each and every day when working with their management tools.
What are the real capabilities of both vCenter and SCVMM?
Are you planning for a solution that is working today with specific thirds party vendors, or are you brave enough to look at this at a higher level?
We will definitively show you that virtualization is a lot more than just virtualization(!).
Remember that to fulfill your datacenter dream, we must include both storage, network, HA, DR and much much more.

Here’s the agenda, and if you are nearby one of these days, I would be glad to see you.

Agenda:
09.00 – 10.00
–What have happened with virtualization lately, and why we are here— (Level 200)
Let’s forget about features in the hypervisors for a second, and climb out of the box to get a better perspective on things. In this session we will look at the entire datacenter and explore what have happened, and where we are going.
This session will focus at the business level and help you to choose a strategy for your investments..
10.00 – 10.45
– Building your Hyper-V Private Cloud with System Center—(Level 400)
System Center 2012 R2 – Virtual Machine Manager may be the best example to show datacenter abstraction layer in real life. This session will focus on Fabric management in VMM 2012 R2, and show how you can integrate, abstract and manage the datacenter pieces. All within a single console.
Network management, storage management, multi-hypervisor management, automation, anf life-cycle management.
11.00 – 11.40
– Performing the switch from VMware to Hyper-V— (Level 400)
There are several tools available to help you with the conversion from VMware to Hyper-V.
This session will show you how you easily can do this manually, automated and simplified with existing tools.
11.40 – 12.00 Lunsj
12.00 – 12.45
–Lessons learned from early switchers—(Level 300)
Many customers and partners have already made the switch, consulted by Lumagate. In this session, we will share the common pitfalls, best practice and what benefits we are seeing at both a short and long term.
12.45– 14:00
Discussion and Q&A
Make the most of it and ask the experts about anything about cloud computing and virtualization and get assistance and guidance before you continue on your journey.
BIO:
Kristian Nese
CTO at Lumagate, Microsoft MVP and Infrastructure Ranger at Microsoft Norway.
Kristian Nese is an experienced speaker, author and evangelist in the cloud computing space, and have implemented private clouds and service provider clouds for some of the largest organizations globally. He’s been working with Hyper-V and System Center since the early beta days back in 2007, and this has led to several books on the subject.
Kristian is an experienced speaker, delivering both keynotes and highly technical sessions (level 400) on subjects like Windows Azure, System Center, Windows Server and Hyper-V, and often used by Microsoft nationally and globally, both as a speaker and writer
To stay sharp, he spend a lot of time in the TechNet forums as well, trying to help the community so they can get the most out of the technology, and deliver training world wide.
Kristian is known for his subject matter expertise within cloud and his heavy coffee consumption.
Niklas Ã…kerlund
Niklas Akerlund is the Product Manager for Private Cloud at Lumagate. Niklas has been working with Microsoft infrastructure solutions since 1998. He has quite some experience in virtualization projects with consolidation planning and migrations from physical to virtual. Niklas have done both project management and technical design in Hyper-V upgrades and new installations. Niklas started working with Hyper-V at a former Employee in the TAP program for Windows Server 2008 and has a big interest in automation and optimization of virtual machines and hosts. He was also responsible for the TAP program engagement for System Center Virtual Machine Manager 2012 at RTS. Niklas has been speaking on Technet Sweden events and continuously as a MCT at a local learning center. He is also an VMware vExpert 2013 as well as VCP 5. Niklas writes blog articles at vniklas.djungeln.se with automation and virtualization as a focus area. You can find him on twitter where his handle is @vNiklas

Thursday, May 2, 2013

System Center 2012 Virtual Machine Manager Cookbook


System Center 2012 Virtual Machine Manager cookbook

A couple of months ago, I got an e-mail from a fellow MVP, Alessandro Cardoso.

And it’s funny how this community works. I remember when I started at the forums, and especially the Hyper-V forum, there was this person called ‘Alessandro Cardoso’ who served long and detailed answers to the Hyper-V community. The same Alessandro Cardoso was asking if I could be the technical reviewer of his book ‘Virtual Machine Manager – Cookbook’.

Before you continue reading this blog post, make sure you will grab a copy right now:


I have been writing a similar book myself, and participated on several other on this topic. That’s why I keep doing this. Working with Hyper-V, Windows Server and System Center is a part of my day job, and when it comes to Virtual Machine Manager (which is my second home), I cannot resist.

It was a pleasure assisting Alessandro on this book and help him with my insight on network virtualization and the other hot new topics in Service Pack 1.

It is very well written and covers a bunch of ninja tricks and tips for you to get the kick-start you need with this technology.

Monday, April 22, 2013

Mastering new Microsoft Technologies while doing what you love

A couple of weeks ago, I spent some nights at a boring hotel in the middle of Norway.
I was wrapping up on my work stuff, and had finally some time to dive into some of the new stuff that I have not had the time to, yet.
So to gain better understanding about PVLAN configuration, requirements and some of the news in DPM 2012 SP1, I headed over to the MS forums.
This is truly the best source of knowledge and experience an IT-pro working with Microsoft technologies can get.

Back in 2010 when I was working solely with virtualization and Hyper-V, I wanted to master the technology and get my certification. It was 3 exams back then to become MCITP: Virtualization Administrator 2008 R2. But guess what? There were no official preparation from Microsoft, like the usual books published by Microsoft Press.

How could I get the experience, the hands-on and so on to adopt the skills I needed?
I went to the MS learning overview of each certification to see what skills they was measuring during the exam. This was quite useful, so I could see the different categorization I needed to know.

Therefore, I had my own lab, some time off and decided to get it done. I participated so hard in the Hyper-V and Failover Cluster forums, that I actually was pinged from several forum users directly, for assistance.
It was a new and stimulated way of doing work. I solved real world problems and helped many users, customers and organizations out there through the community channels. One thing lead to another and I started my blog as well, to share knowledge directly from my experience.
The end of this story is that I was awarded the Microsoft MVP award, for helping the community.
And it felt good because I felt I had put some effort to achieve this.
However, it didn’t make me relax and jump away from the forums, because the forums is the channel that makes me continue to be sharp, having the experience before others and learning and teaching the wide world of community users.

Twitter, facebook, LinkedIn and other bits of the social media are all very useful to help the community, but nothing, and I mean nothing beats the forums. It’s the best way of doing community work (both for you and the community) and also to learn new technology and products. I strongly encourage you to participate, share your experience, tips & tricks, and join the communication in the forums of your expertise.

If you have a favorite Microsoft product, or maybe just a subset of some features, there might just be a forum for that as well. Explore it and join and you are suddenly hooked ;-)

Tuesday, February 19, 2013

Webinars - Windows Server 2012

Hi all.

I will do a couple of webinars for Microsoft over the next weeks.

Check out the agenda here, and sign up since it’s free: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032543921&culture=nb-no

In general, I will cover the following technologies:

·         Virtualization

·         Management with Server Manager and Powershell

·         Storage Spaces and Storage Pools

·         Identity Management and Security

Hope to see you there.

Monday, July 2, 2012

Ready for another year as a Cloud MVP

I was on the run yesterday, and when I arrived at our hotel I was able to smile while reading that all of my friends around the globe got awarded by Microsoft.

Yes, 1th July is the judgment day for so many of us, including myself.

Luckily, I can prepare for another year as a Cloud and Datacenter Management MVP.

A big thank you to the community, and of course - Microsoft!

And we are in for a threat!

We have already been playing around with Windows Server 2012 for many months and we are starting to see the adoption of this server platform in the System Center suite too.

So when we are talking about Windows Server 2012 (Hyper-V) and System Center 2012 SP1, I am glad that I am wearing my shoes. This will be a very interesting, excited and challenging year for a cloud dude, trying to help all the organizations to make the necessary changes to enter the cloud.

We have touched the surface for the last two years, and 2012/2013 will be another journey. I got my bag packed and I am ready to lead in front.
So how has the first year as a Microsoft MVP been?

That`s a question that pops up once in a while.

The best part is the acknowledgement and support from the peers in the community. We really learn from each other’s, and have a very good communication, no matter if it`s a mix of expertise`s.  I feel very privileged and honored to be a part of this, but there`s no doubt that it take some energy and time from other parts of live as well.

I guess that only time will tell if I am able to find the right balance of things, and hopefully don’t end up at the hospital this winter.



……because the internet access there is really bad… J