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

[EXOPerimeterConfiguration/EXOResourceConfiguration] Switch to IsSingleInstance #2969

Closed
ykuijs opened this issue Mar 6, 2023 · 0 comments · Fixed by #2972 or #3140
Closed

[EXOPerimeterConfiguration/EXOResourceConfiguration] Switch to IsSingleInstance #2969

ykuijs opened this issue Mar 6, 2023 · 0 comments · Fixed by #2972 or #3140

Comments

@ykuijs
Copy link
Member

ykuijs commented Mar 6, 2023

Details of the scenario you tried and the problem that is occurring

Both the EXOPerimeterConfiguration and EXOResourceConfiguration resources have an Identity property, but in both resources this property isn't used. It looks like these resources should only be used once in a configuration and therefore should be using the IsSingleInstance parameter instead of the Identity parameter.

Verbose logs showing the problem

Suggested solution to the issue

Change the Identity parameter to the IsSingleInstance parameter.

The DSC configuration that is used to reproduce the issue (as detailed as possible)

        EXOIRMConfiguration 'ConfigureIRMConfiguration'
        {
            Identity                                   = "Global"
            AutomaticServiceUpdateEnabled              = $True
            AzureRMSLicensingEnabled                   = $True
            DecryptAttachmentForEncryptOnly            = $True
            EDiscoverySuperUserEnabled                 = $True
            EnablePdfEncryption                        = $True
            InternalLicensingEnabled                   = $True
            JournalReportDecryptionEnabled             = $True
            RejectIfRecipientHasNoRights               = $True
            SearchEnabled                              = $True
            SimplifiedClientAccessDoNotForwardDisabled = $True
            SimplifiedClientAccessEnabled              = $True
            SimplifiedClientAccessEncryptOnlyDisabled  = $True
            TransportDecryptionSetting                 = "Mandatory"
            Ensure                                     = "Present"
            Credential                                 = $credsGlobalAdmin
        }

The operating system the target node is running

Version of the DSC module that was used ('dev' if using current dev branch)

Dev

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

Successfully merging a pull request may close this issue.

1 participant