2010-02-25

TechDays 2010 PT


This year I'll attend Microsoft TechDays 2010 here in Portugal... Still need to schedule my events, but the times haven't been posted on their website...

Now I just need to get a reservation on a hotel near the event.

2010-02-11

70-647 Incomming

Just started to look for good books for my last MSFT exam regarding the MCITP - Enterprise Administrator.

Looking forward to achiev this certification. I think it will be a hard exam, but I have to talk to some friends about it...

2010-01-28

Build them and they will... sell

I couldn't let the Apple event pass without posting my own opinions about it.

"Why?" - you might ask!
It's pretty simple, I believe that we're on that point of a decade like 23 October 2001 when the first iPod was launched, and much like July 11th 2008 when iPhone was launched all over the world. We're on that time of a decade that a revolution of technology will occur. I wasn't on the web when iPod and iPhone was launched but I am now and I want to have something to say for future reference.

2010-01-11

Again in 2008 R2 vs Win7 + Vmware

Can someone please explain to me why I miss the Hyper-V so much? It sucks to have labs created on my HomeServer with Hyper-V and then realizing I'll have to use VMware on my laptop...

I would kill for a hyper-v in Windows7...

Why I don't install R2 on my laptop?

I miss aero and other Win7 eye candy stuff :\

2009-12-19

2009 is almost over... Let 2010 come in....

I think I've never done a blog post about what's happened over one year...

Maybe this time is the time to start... Let me cover some major topics happening in my life over the current year...


* Certifications This was was a great year in term of getting some certifications, finally ended up MCSE and already took a big step in the path of MCITP: Enterprise Server upgrade (1 exam left).
* Work Experience: Definetly was a awesome year regarding some work done... I think we made a lot of progress regarding our IT infrastructure but there's a lot to be done.. which will start already on early January with a really intense Sharepoint implementation and servers migrations.
* Personal Life: It's been one hell of a year... finally bought my first brand new car :-D (Megane Sport Tourer) and relationship is going better each day that goes by...

So I'll leave you all with wishes of a Perfect X-mas and that 2010 is as bad as the good parts of 2009 ;)

2009-12-14

Certification Upgrades

2009-11-23

Exchange 2010 Installation Error

While messing up with some Virtual Machines with R2 and Exchange Server 2010 Installation I've got this error:




“The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue”

After some googling I've found out that running the following PowerShell Script solved the problem:

Set-Service NetTcpPortSharing -StartupType Automatic

First time I've used PowerShell for problem solving.

and.. guess what... Working as Intended


Source