Monday, November 30th, 2009 Posted in Virtual Machine Manager | No Comments »
You may get this error when you want to migrate a virtual machine with Live Migrate. Error (10698) Virtual machine X could not be live migrated to virtual machine host Y using ... Read more..Sunday, November 29th, 2009 Posted in Exchange Server, Windows Powershell | No Comments »
I wrote a function for Hosted Exchange 2010 to create a new mailbox on Exchange Server 2010. function Add-MailUser { Param ($UserID, $FirstName, $LastName, $CustomerOU) $ADDomain = [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain() ... Read more..Friday, November 27th, 2009 Posted in Virtual Machine Manager, Windows Server | No Comments »
Dell Blade is a trusted virtualization solution for hosting companies. I did some benchmark tests on our Blade server (Dell PowerEdge M1000E). I used two different pyhsical servers, Dell PowerEdge ... Read more..Friday, November 27th, 2009 Posted in Virtual Machine Manager, Windows Powershell | No Comments »
I got a question about ISO feature on Technet forums today. Jan Marek: Ok. But I have 200 virtual machines and I want to create a new one and use iso for ... Read more..Monday, November 23rd, 2009 Posted in Virtual Machine Manager | No Comments »
You may get warning (13921) after migration of a virtual machine from a host to cluster: Warning (13921) Highly available virtual machine VX7526 is not supported by VMM because one or more ... Read more..Friday, November 20th, 2009 Posted in Virtual Machine Manager, Windows Powershell, Windows Server | No Comments »
You need to add secondary ip to external host? You only need to Powershell and Psexec. Psexec is a small and free program. You can download Psexec from Microsoft Technet. ... Read more..Saturday, November 14th, 2009 Posted in Exchange Server | No Comments »
Exchange Server 2010 ile birlikte gelen yeni bir özellik sayesinde artık maillere otomatik imza eklenebildiğini söylemiş ve nasıl ekleyebileceğinizle ilgili örnek bir Powershell kodu eklemiştim. Şimdi o kodda kullanabileceğiniz diğer ... Read more..Saturday, November 14th, 2009 Posted in Exchange Server, Windows Powershell | No Comments »
Exchange Server 2010 ile birlikte gelen yeni özelliklerden bir tanesi de maillere artık otomatik imza eklenebiliyor olması. Active Directory içersinden kullanıcı bilgilerini çekerek, imzalara basmanız, şirket logonuzu yerleştirmeniz mümkün. Transport ... Read more..Saturday, November 14th, 2009 Posted in Virtual Machine Manager, Windows Powershell | 1 Comment »
You can't remove or update vmhosts if they are in Cluster on SCVMM 2008 R2. For that reason, you have to update hosts with Powershell. If you are getting "Access ... Read more..Saturday, November 14th, 2009 Posted in Exchange Server, Windows Powershell | No Comments »
With a new feature of Exchange Server 2010, now you can append signature or disclaimer messages to emails. You should create a new Transport rule to do this. Also there ... Read more..