-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New-M365DSCReportFromConfiguration: Excel report generation fails #3640
Comments
Can you share the redacted configuration file used (.ps1)? Thanks |
@{
} |
FYI checked with current versions (PS 7.3.6) Untrusted repository New-M365DSCReportFromConfiguration -Type 'Excel' -ConfigurationPath 'C:\m365\New\M365TenantConfig.ps1' -OutputPath 'C:\m365\new\M365DSCConfiguration_DEV.xlsx' So with this setup it generates the xls with these yellow warnings. Get-Module Microsoft365DSC -ListAvailable | select ModuleBase, Version ModuleBase Version C:\Program Files\PowerShell\Modules\Microsoft365DSC\1.23.913.2 1.23.913.2 |
I am also facing the same issue, If you are running the script which is trying to export the report of the configuration data into an excel [.xlsx] file, then it will get fail because there is no Office 365 apps installed on the VM. In the version 1.23.913.1 of Microsoft 365DSC Module, There is a command Feedback/Suggestion : The module should check and notify the dependencies which are missing. Also it should support CSV file format to generate the report and documentation should be updated over https://microsoft365dsc.com/ |
Description of the issue
Excel report generation fails on a newly provisioned AAD tenant.
MS Excel version 2308 Build 16.0.16731.20051 64 bit.
Microsoft 365 DSC Version
1.23.830.1
Which workloads are affected
Azure Active Directory
The DSC configuration
Freshly provisioned AAD tenant with one Global Admin.
Verbose logs showing the problem
2264-M365DSC-ErrorLog.log
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: