Connect to Office 365 PowerShell

Office 365 PowerShell Prerequisite Software: These steps are only required once, however you may need to repeat them occasionally to install newer versions of the software. If you are not running Windows 10, then you will need to install the 64-bit version of the Microsoft Online Services Sign-in Assistant: Microsoft Online Services Sign-in Assistant for IT Professionals RTW. Install the Microsoft Azure Active Directory Module for Windows PowerShell with these steps: Open an elevated Windows Read more [...]

Stellar Phoenix Outlook PST Repair

I was recently in a situation where I had to retrieve an exchange mailbox that was archived to PST several months prior.  The .PST had issues and could not be opened with any version of Outlook that we tried.  We turned to Stellar Phoenix® Outlook PST Repair to recover the .PST to a readable file.  The software was easy to use and to our surprise recovered the .PST file and we could access the critical data.  We found the tool was very straightforward and easy to use and recommend it for any Read more [...]

remove wifi network with terminal on mac

Issue: Your mac always auto-connects to xfinitywifi and you can’t easily remove it because you have hundreds of wifi connections in the list on your mac.

Solution: remove it with terminal using the following terminal commands:

networksetup -removepreferredwirelessnetwork en0 xfinitywifi

You may will need to use “sudo” to elevate your permissions.