Yearly Archives: 2014

How to set up safe senders and blocked senders in Office 365

When you set up safe senders and blocked senders for mailboxes in Microsoft Exchange Online in Microsoft Office 365, mailboxes store the safe senders and blocked senders for each user independently. This resembles the behavior in earlier versions of Microsoft Outlook.  But here is how you can setup rules organization wide, check out this article.  
Read more

Configuring Outlook for Windows to Prompt for an Exchange Password

Needed to set your Outlook (with an MS Exchange e-mail account) to ask you for your password each time you open it, here you go: Start Outlook. To View the accounts… In 2010/2013: Select the File tab. Click the Account Settings button. From the drop-down list, select Account Settings... Select your Exchange account. Click the…
Read more

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