You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring
Since updating to v1.22.1026.1, export now fails with the following error when authenticating using application ID and certificate thumbprint:
Cannot bind argument to parameter 'String' because it is an empty string.
Cannot bind argument to parameter 'String' because it is an empty string.
Partial Export file was saved at: C:\Users\Chris\AppData\Local\Temp\b98a98ec-17b7-4bc8-9fdb-a9ea51eeaa3d.partial.ps1
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
OsName : Microsoft Windows 10 Pro
OsOperatingSystemSKU : 48
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage : en-GB
OsMuiLanguages : {en-GB, en-US}
Also fails in the same way when running from Azure pipeline using windows-latest agent image
Version of the DSC module that was used ('dev' if using current dev branch)
1.22.1026.1
The text was updated successfully, but these errors were encountered:
Details of the scenario you tried and the problem that is occurring
Since updating to v1.22.1026.1, export now fails with the following error when authenticating using application ID and certificate thumbprint:
Cannot bind argument to parameter 'String' because it is an empty string.
This was working in v1.22.1019.1
Verbose logs showing the problem
Export-M365DSCConfiguration -ApplicationId xxxx -CertificateThumbprint xxxx -TenantId xxxx -Path xxxx -FileName xxxx -Components @("IntuneDeviceCompliancePolicyMacOS","IntuneDeviceCompliancePolicyWindows10")
Exporting Microsoft 365 configuration for Components: IntuneDeviceCompliancePolicyMacOS, IntuneDeviceCompliancePolicyWindows10
Authentication methods specified:
Cannot bind argument to parameter 'String' because it is an empty string.
Partial Export file was saved at: C:\Users\Chris\AppData\Local\Temp\b98a98ec-17b7-4bc8-9fdb-a9ea51eeaa3d.partial.ps1
Suggested solution to the issue
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
OsName : Microsoft Windows 10 Pro
OsOperatingSystemSKU : 48
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage : en-GB
OsMuiLanguages : {en-GB, en-US}
Also fails in the same way when running from Azure pipeline using windows-latest agent image
Version of the DSC module that was used ('dev' if using current dev branch)
1.22.1026.1
The text was updated successfully, but these errors were encountered: