One of the perks of working with a MNC, is that I get additional Microsoft 365 desktop apps activation from your work account. But what if your company enforces conditional access with all the security stuffs that limits you from using the applications if you don’t join your PC to AAD ? I previously bought […]


While you can easily check on your Office 365 licenses status and expiry date using the Admin Portal or directly via https://admin.microsoft.com/#/subscriptions , there’s also a way for you to check using the Powershell Here’s how you can do it. Preferably, you should run your Powershell as Administrator, then key in these commands
Updates : 1st June 2022 – It is confirmed that Microsoft Azure has upped their free egress from 5gb to 100gb. Not sure if this is an error on their Azure Calculator or Microsoft has upcoming changes about their charges for Egress bandwidth. Previously, Internet Egress via Public Internet from SEA is free for the […]
A client of mine today came asking why he couldn’t resize his A series machine to other series. All he see was the other A series and older generation D series. Well, a simple indication is because of the cluster that his VM is sitting on. Especially when your VM is in the Running status. […]


In this post, we will be using Postman. You can download it from https://www.postman.com if you haven’t. This is also where the application ID and secret that you created in Part 1 will come handy as we will be using it to generate an Auth token to perform all the steps required to validate resources […]


In this second part, we’re going to extract Id of resource in the source subscription by using powershell. First, we will need to connect to Azure, list all available subscription and set the context to the source subscription Next, we will get all the resource groups and resource Ids within the selected resource group. Open […]


If you are trying to enable your Office 365 but there is no button to do so, what do you do ? This is quite a common issue affecting certain tenants. The only way for you to enable it is via Powershell. Currently the DKIM function is being moved to the Security and Compliance Center. […]


Recently, I’ve been getting some question if an admin can pre-provision OneDrive for their office users. Well, the answer is Yes. I’ll show you how it can be done later in the post. By default, when a user browse to their OneDrive on the Office 365 portal for the first time, it gets automatically provisioned […]