Category: Code

HowTo: Log On To Office 365 Using PowerShell

Overview Run this PowerShell script to log on to Office 365 Exchange Management Shell and MSOL. When run, the script will prompt you to enter your Office 365 credentials, then connect to both services. Prerequisites Download and install Microsoft Online Services Sign-In Assistant for IT Professionals BETA http://www.microsoft.com/en-us/download/details.aspx?id=39267 Download and install Windows Azure Active Directory…


HowTo: CSS code boxes

The easiest way to create boxes for code in your website is to use CSS. This can be done by setting up your own custom element, or by defining the <pre> tag. I like to use the <pre> tag because it obeys spaces and line breaks. This is fine as long as you don’t want to use…