microsoft / MSCloudLoginAssistant

PowerShell Module Handling Authentication to Cloud Services
https://www.powershellgallery.com/packages/MSCloudLoginAssistant/
MIT License
76 stars 50 forks source link

Requesting Export-M365DSCConfiguration cmdlet with an option to replace variables with actual values #154

Open vigurusa opened 1 year ago

vigurusa commented 1 year ago

Currently, Export-M365DSCConfiguration cmdlet exports configuration to output ps1 file with variables on it. This would be great to have an option to replace the variables with real values which can be used further to be passed to creating a report as needed.

Otherwise, one has to manually change the variable values before running the New-M365DSCReportFromConfiguration.