Skip to content
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

DSC Conversion Breaks #179

Open
joelymalookey opened this issue Feb 15, 2022 · 1 comment
Open

DSC Conversion Breaks #179

joelymalookey opened this issue Feb 15, 2022 · 1 comment

Comments

@joelymalookey
Copy link

joelymalookey commented Feb 15, 2022

[Write, EmbeddedInstance("MSFT_RestrictedRemoteSamSecurityDescriptor"), Description("The Permission and Identity required for restricted remote Sam access")] String Network_access_Restrict_clients_allowed_to_make_remote_calls_to_SAM[];

This definition in the descriptions breaks the conversion with the error listed below, if I remove the definition
--> EmbeddedInstance("MSFT_RestrictedRemoteSamSecurityDescriptor") then the below error does not appear.

Write-Error: Invalid MOF definition for node 'localhost': Exception calling "ValidateInstanceText" with "1" argument(s): "Convert
property 'Network_access_Restrict_clients_allowed_to_make_remote_calls_to_SAM' value from type 'STRING' to type
'INSTANCE[]' failed At line:2522, char:2 Buffer: ionName = "sctest"; };^ insta "

@PMLIO
Copy link

PMLIO commented Jul 10, 2024

[Write, EmbeddedInstance("MSFT_RestrictedRemoteSamSecurityDescriptor"), Description("The Permission and Identity required for restricted remote Sam access")] String Network_access_Restrict_clients_allowed_to_make_remote_calls_to_SAM[];

This definition in the descriptions breaks the conversion with the error listed below, if I remove the definition --> EmbeddedInstance("MSFT_RestrictedRemoteSamSecurityDescriptor") then the below error does not appear.

Write-Error: Invalid MOF definition for node 'localhost': Exception calling "ValidateInstanceText" with "1" argument(s): "Convert property 'Network_access_Restrict_clients_allowed_to_make_remote_calls_to_SAM' value from type 'STRING' to type 'INSTANCE[]' failed At line:2522, char:2 Buffer: ionName = "sctest"; };^ insta "

Has there been any progress with this? I'm having the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants