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
I’m trying to export all SPO config on a tenant by running: Export-M365DSCConfiguration -Workloads SPO -Path $path -Credential $creds -Mode Full
Export-M365DSCConfiguration -Workloads SPO -Path $path -Credential $creds -Mode Full
Export-M365DSCConfiguration -Components @("SPOSearchManagedProperty") -Credential $Credential
# insert configuration here
OsName : Microsoft Windows 10 Enterprise OsOperatingSystemSKU : EnterpriseEdition OsArchitecture : 64-Bit WindowsVersion : 2009 WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406 OsLanguage : de-DE OsMuiLanguages : {de-DE, en-GB, en-US}
1.22.1207.1
The text was updated successfully, but these errors were encountered:
Fixes microsoft#2643
190287d
Merge pull request #2645 from NikCharlebois/Fixes-#2643
8ea4e83
Fixes #2643
Successfully merging a pull request may close this issue.
Details of the scenario you tried and the problem that is occurring
I’m trying to export all SPO config on a tenant by running:
Export-M365DSCConfiguration -Workloads SPO -Path $path -Credential $creds -Mode Full
Verbose logs showing the problem
Suggested solution to the issue
Export-M365DSCConfiguration -Components @("SPOSearchManagedProperty") -Credential $Credential
The DSC configuration that is used to reproduce the issue (as detailed as possible)
# insert configuration here
The operating system the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: