Sunday, July 28, 2013


Creating Virtual Server using difference disk type - Windows Server 2012















Step by Step Creation of Windows Server 2012 Virtual Server - Windows Server 2012 Hyper V


















 

Step by Step - Windows Server 2012 Hyper-V Installation

 

Go to server manger and click on Add Roles and Features
 
 

Welcome screen prompts to begin your installation - Click Next
 
 












 
 
 
 

Tuesday, July 23, 2013

Your computer ran into a problem and need to restart...

While installing windows server 2012 hyper v undergone the above error message.


Trying to figure out the cause of the issue. Reduce the memory from providing 8 GB to virtual machine to 2 GB then the issue got fixed.





Monday, June 3, 2013

Wednesday, May 1, 2013

Step by Step Installing Active Directory Service in Windows Server 2008


Monday, April 8, 2013

Exchange 2007 Powershell Command

Creation Exchange 2007 Certificate

New-ExchangeCertificate -DomainName mail.com,webmail.mail.com,autodiscover.mail.com,pop.mail.com 
-FriendlyName ExchangeCertificate 
-KeySize 2048 
-Path c:\temp\ExchangeCertificate.txt 
-PrivateKeyExportable:$True 
-GenerateRequest:$True

Creation of New PublicFolder

new-publicfolderdatabase -StorageGroup 'SERVER33\First Storage Group' -Name 'PublicFolder1' -EdbFilePath 'C:\Program Files\Microsoft\Exchange Server\Mailbox\First Storage Group\PublicFolder1.edb'

Mounting New PublicFolder

mount-database -Identity 'CN=PublicFolder1,CN=First Storage Group,CN=InformationStore,CN=SERVER33,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=mail,DC=com'

The blog is written to the share the knowledge mainly on Microsoft Exchange Server and other Microsoft product that experienced on day-to-day life.