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
Like many other Intune resources is the IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10 resource using sub classes. One of these classes has a two properties called StringValue (singular) and StringValues (plural): See here
When looking at the code, the Get method has the following code: See here
On like 197, the type is called “MultiText” and the value that is retrieved is called “values”. But the property that it is stored in is the singular StringValue property, not plural StringValues property. This needs to get updated
Microsoft 365 DSC Version
Dev
Which workloads are affected
other
The DSC configuration
N/A
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
PSv5.1
The text was updated successfully, but these errors were encountered:
Description of the issue
Like many other Intune resources is the IntuneDeviceConfigurationAdministrativeTemplatePolicyWindows10 resource using sub classes. One of these classes has a two properties called StringValue (singular) and StringValues (plural):
See here
When looking at the code, the Get method has the following code:
See here
On like 197, the type is called “MultiText” and the value that is retrieved is called “values”. But the property that it is stored in is the singular StringValue property, not plural StringValues property. This needs to get updated
Microsoft 365 DSC Version
Dev
Which workloads are affected
other
The DSC configuration
N/A
Verbose logs showing the problem
N/A
Environment Information + PowerShell Version
PSv5.1
The text was updated successfully, but these errors were encountered: