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

'None' is not supported or valid for property 'MailboxMoveCapability' on class 'EXOOrganizationRelationship' #2570

Closed
Balaz1982 opened this issue Nov 22, 2022 · 0 comments · Fixed by #2572 or #2584
Assignees
Labels
Bug Something isn't working Exchange Online

Comments

@Balaz1982
Copy link

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

Verbose logs showing the problem

##[error]PSDesiredStateConfiguration\Configuration : At least one of the values 'None' is not supported or valid for property
'MailboxMoveCapability' on class 'EXOOrganizationRelationship'. Please specify only supported values:
Inbound, Outbound, RemoteInbound, RemoteOutbound.

Suggested solution to the issue

Need to add "None" as the supported value.

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

        [Parameter()]
        [ValidateSet('Inbound', 'Outbound', 'RemoteInbound', 'RemoteOutbound')]
        [System.String]
        $MailboxMoveCapability,

The operating system the target node is running

OsName : Microsoft Windows Server 2019 Standard
OsOperatingSystemSKU : StandardServerEdition
OsArchitecture : 64-bit
WindowsVersion : 1809
WindowsBuildLabEx : 17763.1.amd64fre.rs5_release.180914-1434
OsLanguage : en-US
OsMuiLanguages : {en-US}

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

ModuleVersion '1.22.1116.1'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Exchange Online
Projects
None yet
2 participants