Running migrations of Exchange is always a slow process, especially if you run into problems or hickups along the way. I’ve done my fare share of migrations and know a few basics to being with outright; Always migrate to a different server. Never do an inplace upgrade. I don’t even know if this is possible […]
Posts from November 2013
Adding Exchange 2013 to PowerShell ISE
Adding support for Microsoft Exchange 2013 in PowerShell ISE: . ‘C:\Program Files\Microsoft\Exchange Server\V15\bin\RemoteExchange.ps1’ Connect-ExchangeServer -auto
Export private key from PFX files
Below I detail how to export the private key from a PFX file, this is forĀ needed for instanceĀ in Ability Mail Server to allow SSL to work. Export the private key file from the pfx file Remove the passphrase from the private key Export the certificate file from the pfx file openssl pkcs12 -in filename.pfx -nocerts […]
Create bootable USB via Diskpart
http://technet.microsoft.com/en-us/library/jj200124.aspx http://elmajdal.net/Win7/Using_The_Windows_7_USB_DVD_Download_Tool.aspx