We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Export-M365DSCConfiguration -Components @("EXOMailContact") ...
Change all uses of unfiltered Get-MailContact from:
Get-MailContact
[array]$contactList = Get-MailContact -ErrorAction Stop
to
[array]$contactList = Get-MailContact -ResultSize 'Unlimited' -ErrorAction Stop
`Export-M365DSCConfiguration -Components @("EXOMailContact") ...`
OsName : Microsoft Windows 10 Enterprise OsOperatingSystemSKU : EnterpriseEdition OsArchitecture : 64-bit WindowsVersion : 2009 WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406 OsLanguage : en-US OsMuiLanguages : {en-US, nb-NO}
1.22.1214.1
The text was updated successfully, but these errors were encountered:
Fixes microsoft#2672
3795054
Merge pull request #2674 from NikCharlebois/FIXES-#2672
015d567
Fixes #2672 & #2673
Merge pull request #2675 from bjoernf73/Dev
3b1a61e
fixes bug #2672 and enhancement #2673
NikCharlebois
Successfully merging a pull request may close this issue.
Details of the scenario you tried and the problem that is occurring
Export-M365DSCConfiguration -Components @("EXOMailContact") ...
Verbose logs showing the problem
Suggested solution to the issue
Change all uses of unfiltered
Get-MailContact
from:to
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
OsName : Microsoft Windows 10 Enterprise
OsOperatingSystemSKU : EnterpriseEdition
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage : en-US
OsMuiLanguages : {en-US, nb-NO}
Version of the DSC module that was used ('dev' if using current dev branch)
1.22.1214.1
The text was updated successfully, but these errors were encountered: