Monthly Archives: January 2014

Office 365 step by step set up for password to never expire

A. Install the Windows Azure Active Directory Module for Windows PowerShell. 1.Review software requirements and install the necessary software. http://technet.microsoft.com/en-us/library/jj151815.aspx#BKMK_Requirements 2.Install the Windows Azure Active Directory Module for Windows PowerShell. http://technet.microsoft.com/en-us/library/jj151815.aspx#bkmk_installmodule B. Set the passwords to never expire for all the users in an organization. When using the commands in PowerShell, please just copy the…
Read more

How to delete recovery partition

If you want to re-use a drive (maybe as a spare or what-not) sometimes there can be a recovery partition on it.  Here is how to delete it so you can have a 100% usable drive: Step 1. Open the Diskpart application by either typing in "Diskpart" (without the quotation marks) into the search, or…
Read more

Unprotect an excel sheet without password

If you have ever protected an excel sheet; forgot the password or got a excel sheet and needed the password to edit it, here is how to "unlock it": http://uknowit.uwgb.edu/page.php?id=28850 Here is the VBA code that you will need to crack and show you the password: Sub PasswordBreaker()     'Breaks worksheet password protection.     Dim…
Read more