multi factor authentication

Gain more Secure Score points with MFA in Office 365

Low secure score on Office 365? Some quick points can be gained by enabling multi-factor authentication on your administrator accounts. 50 points, just a few clicks out of reach. Easy. You should enable MFA for all of your admin accounts because a breach of any of those accounts can lead to a breach of any of your data. We found that you had 1 admins out of 1 that did not have MFA enabled. If you Read more…

list all office 365 tenants delegated admin

List all Office 365 tenants managed by you as delegated admin

As a partner managing lot’s of tenants in Office 365,  it could prove useful to have a full list of these tenants and their subscriptions. As always,  you first need to connect to your own Office 365 tenant in PowerShell. A great tutorial can be found here. Snippet Connected? Splendid. This snippet runs a query with the Get-MsolPartnerContract cmdlet. It returns all contracts, delegated to you as a partner. The function then lists all subscriptions, Read more…

looking glass internet search powershell

Search the interwebs from within PowerShell

Cmdr is a great tool. It’s nice to have a PowerShell terminal ready with just the press of a button. And as discussed in my previous post, I like to add more functionality to my PowerShell profile. This brought me to searching the web from within a terminal, just with a couple of keystrokes. As usual when having an idea, somebody else already beat me to it… However, I still think these snippets could be Read more…

sync powershell profile accross devices

How to sync your PowerShell profile across Windows devices

Powershell profiles are great. Remember settings, add personal functions, variables and aliases. Nice. But what about other devices? Create and maintain new profiles on each device you own? Copy the profile from device to device. And remember doing this over and over? Pffff… what a hassle. Sync your PowerShell profile on a cloud location Get your sync going First, choose your favorite cloud storage location. Also make sure this location is accessible from Windows Explorer. Read more…