O365HTMLReport icon indicating copy to clipboard operation
O365HTMLReport copied to clipboard

Create a interactive HTML report for Office 365 using PowerShell

Results 7 O365HTMLReport issues
Sort by recently updated
recently updated
newest added

I have been able to run the script successfully against my test tenant but when running against a larger tenant it times out with the errors below: > Starting a...

Greetings! Running Win10 with current build of PowerShell and attempting to run this script: At C:\Users\radams\azucar\HTMLReport1.ps1:153 char:21 + Sign up + ~ The ampersand (&) character is not allowed. The &...

- Add the Guests tab with some information about the guests - Guest users are removed from the Users tab and add to the 'Guests' tab - Add ~100 SKU...

Added missing license description "EXCHANGE_S_ESSENTIALS" = "Exchange Online Essentials"

Get-User should not filter on Display Name as it may not be unique, change to UPN. All users don't necessarily have a mailbox so suppress situations where they don't

Have created two new tabs for SfBO telephone numbers and users. Most of the updates have been pretty accurately reflected by updates to the ReadMe doc.

Get-AzureADUser retrieves Guest accounts also (Which subsequently do not correspond to a mailbox and show many errors), it would be nice to be able to set a variable on the...