-
Notifications
You must be signed in to change notification settings - Fork 619
Open
Description
Description of the issue
I am doing a full Intune workload export (that works OK) and then trying to create a JSON format report out of it.
It fails with the error below.
Microsoft 365 DSC Version
1.25.1203.2
Which workloads are affected
Intune
The DSC configuration
# Generated with Microsoft365DSC version 1.25.1203.2
# For additional information on how to use Microsoft365DSC, please visit https://aka.ms/M365DSC
param (
)
Configuration Configuration
{
...
}
Configuration -ConfigurationData .\ConfigurationData.psd1Verbose logs showing the problem
╰─ New-M365DSCReportFromConfiguration @cmdletParams
Error parsing configuration: At line:44531 char:15
+ Configuration -ConfigurationData .\ConfigurationData.psd1
+ ~~~~~~~~~~~~~~~~~~
The configuration name '-ConfigurationData' is not valid. Standard names may only contain letters (a-z, A-Z), numbers (0-9), period (.), hyphen (-) a
nd underscore (_). The name may not be null or empty, and should start with a letter.
At C:\Program Files\WindowsPowerShell\Modules\DSCParser\2.0.0.21\Modules\DSCParser.psm1:526 char:9
+ throw "$($errorPrefix)Error parsing configuration: $parseErro ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Error parsing c... with a letter.:String) [], RuntimeException
+ FullyQualifiedErrorId : Error parsing configuration: At line:44531 char:15
+ Configuration -ConfigurationData .\ConfigurationData.psd1
+ ~~~~~~~~~~~~~~~~~~
The configuration name '-ConfigurationData' is not valid. Standard names may only contain letters (a-z, A-Z), numbers (0-9), period (.), hyphen
(-) and underscore (_). The name may not be null or empty, and should start with a letter.Environment Information + PowerShell Version
OsName : Microsoft Windows 11 Pro
OsOperatingSystemSKU : 48
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 26100.1.amd64fre.ge_release.240331-1435
OsLanguage : en-US
OsMuiLanguages : {en-US}
Name Value
---- -----
PSVersion 5.1.26100.7462
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.26100.7462
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1Metadata
Metadata
Assignees
Labels
No labels