Startup Idea Checklist

via defmacro There are great templates for this already: The YC application, Amazon’s internal press release, and Sequoia’s Writing a Business Plan. I found myself mixing and tweaking these templates because they don’t exactly match my model of the world, so I wrote up my own list. I use this list both to develop ideas and filter them. If you adopt it, be […]

Office 365 Counting License Usage Details in PowerShell

Counting the licensing usages and checking out the license details in Office 365 using PowerShell is a lot easier than going through the admin console. First, install the module if you haven’t done, and connect to Azure AD with your Office 365 subscription. Install-Module msonline Connect-MsolServie To list of the licensing plans available in my tenant: Get-MsolAccountsku To view a […]