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

EXOCASMailboxPlan: Cannot change resources #4814

Closed
ricmestre opened this issue Jul 1, 2024 · 0 comments · Fixed by #4815 or #4842
Closed

EXOCASMailboxPlan: Cannot change resources #4814

ricmestre opened this issue Jul 1, 2024 · 0 comments · Fixed by #4815 or #4842

Comments

@ricmestre
Copy link
Contributor

Description of the issue

When trying to change an existing EXOCASMailboxPlan it will fail with error message A parameter cannot be found that matches parameter name 'DisplayName'.

Microsoft 365 DSC Version

1.24.626.1

Which workloads are affected

Exchange Online

The DSC configuration

EXOCASMailboxPlan "EXOCASMailboxPlan-ExchangeOnlineEnterprise-REDACTED"
        {
            ActiveSyncEnabled     = $True;
            Credential            = $CredsCredential;
            DisplayName           = "ExchangeOnlineEnterprise";
            Identity              = "ExchangeOnlineEnterprise-REDACTED";
            ImapEnabled           = $True;
            OwaMailboxPolicy      = "OwaMailboxPolicy-Default";
            PopEnabled            = $False;
        }

Verbose logs showing the problem

A parameter cannot be found that matches parameter name 'DisplayName'.

Environment Information + PowerShell Version

Win11 / PS5.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant