Skip to content

aslan-im/Get-M365Licenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get-M365Licenses

Introduction

Simple script for collecting data about your M365 licenses in friendly view. Report exports to excel file (ImportExcel module is required).

Getting Started

Run the script in powershell

$Credential = Get-Credential 
.\Get-M365Licenses.ps1 -Credential $Credential

If you have the MFA configured, you see the authorization window.

Prerequisites

  • Credential for account with access to MSOL
  • Installed module MSOnline
  • Installed module ImportExcel
  • Powershell version 5.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published