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

EXOMailboxPlan: Cannot change resources #4817

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

EXOMailboxPlan: Cannot change resources #4817

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

Comments

@ricmestre
Copy link
Contributor

Description of the issue

Same issue as I reported on #4814, property DisplayName must be removed from the set parameters also from EXOMailboxPlan.

Microsoft 365 DSC Version

1.24.626.1

Which workloads are affected

Exchange Online

The DSC configuration

EXOMailboxPlan "EXOMailboxPlan-ExchangeOnlineEnterprise-REDACTED"
        {
            Credential               = $CredsCredential;
            DisplayName              = "ExchangeOnlineEnterprise";
            Identity                 = "ExchangeOnlineEnterprise-REDACTED";
            IssueWarningQuota        = "98 GB (105,226,698,752 bytes)";
            MaxReceiveSize           = "36 MB (37,748,736 bytes)";
            MaxSendSize              = "35 MB (36,700,160 bytes)";
            ProhibitSendQuota        = "99 GB (106,300,440,576 bytes)";
            ProhibitSendReceiveQuota = "100 GB (107,374,182,400 bytes)";
            RetainDeletedItemsFor    = "14.00:00:00";
            RoleAssignmentPolicy     = "Default Role Assignment Policy";
        }

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