Sometime ago I had rooted my Galaxy S4 (SGH-i337) to enabled WiFi Tethering because I wasn’t done testing the stock image from Samsung / AT&T. Now its time for me to prepare to install CyanogenMod; Before I can do so I need to install ClockworkMod Recovery (CWM) which is a replacement recovery option for Android devices, made by […]
Category: Technical
This is a video by our buddy Zedomax on rooting the Galaxy S4. This method is only for root access, its not a video on installing custom recovery, so please enjoy and remember to subscribe to his YouTube Channel. . This method works on all Qualcomm Galaxy S4 running Android 4.2.2 including: AT&T SGH-i337, T-Mobile […]
The released of Internet Explorer 11 Developer Preview is out for Windows 7 its no surprise that team over at modern.IE have updated the tool sets and resources to further help with future development of web we know and have grown to love and depend on. You can find the Internet Explorer 11 (IE11) preview available […]
I came across an issues with my Windows Server 2012 / Exchange 2013 RU2 Server. After an unexpected shutdown message I was able to find out the faulting application which caused the reboot was LSASS. There was an event message in the system event log of: The process wininit.exe has initiated the restart of computer […]
After my last round of mailbox migrations from Exchange 2010 to Exchange 2013 RU2 I ran into issues with a few mailboxes that were left in the state “FailedOther” at 95% completed. I attempted to resume / restart the mailbox move with: Get-MoveRequest | where{$_.Status -eq “FailedOther”} | Resume-MoveRequest without success. At this point I was […]
A cmdlet (pronounced “command-let”) is a lightweight Windows PowerShell script that performs a single function. A cmdlet, which is expressed as a verb-noun pair, has a .ps1 extension. Windows PowerShell has over two hundred basic core cmdlets and had been extended to 1000’s due to administrators writing their own. Each cmdlet will have a help […]