Azure Cost CLI
Azure-Cost-CLI is a new tool to get cost information from Azure. Link
Azure-Cost-CLI is a new tool to get cost information from Azure. Link
This is a rewrite from here office365itpros.com I have added some more properties to the report. And use msgraph instead of mggraph.
I like to watch videos on how to do things, but i don’t like to start from scratch. I like to have a template from which i can start and test thing...
This script will check all registered apps in Azure AD and will return the following information: expiring apps, expired apps, and apps with no exp...
Was having problems with my internet connection and wanted to monitor it. So I rewrote this script to use powershell and store the results in a tab...
Azure Arc is a powerful tool for managing and updating hybrid infrastructure, including standalone Hyper-V hosts. Demo how to use Azure Arc to upda...
Create a report of licenses assigned to Azure AD user accounts using the Microsoft Graph API This is a rewrite from here practical365.com My mis...
Secure Score for O365 Tenant Getting the secure score for a tenant is a bit more complicated than getting the last logon time of a user. You only n...
Microsoft Graph API can be used to get the last logon time of a user. To do this, you will need to make a GET request to the /users/{id}/lastLogonT...
Authentication and Authorization