Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.09 KB

Get-M365UserLicenseReport.md

File metadata and controls

45 lines (30 loc) · 1.09 KB
external help file Module Name online version schema
M365.Report.Tools-help.xml
M365.Report.Tools
2.0.0

Get-M365UserLicenseReport

SYNOPSIS

Get a list of every user and their assigned licenses

SYNTAX

Get-M365UserLicenseReport [<CommonParameters>]

DESCRIPTION

This report with generate a list of every user and each license assigned to that user for easy export.

EXAMPLES

Example 1

PS C:\> Get-M365UserLicenseReport | Export-Excel -path C:\Reports\MasterReport.xlsx -Worksheetname UserLicenseReport -Tablename UserLicenses

Export the user licese report to the excel workbook MasterReport.xlsx by piping to Export-Excel

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS