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

SPOUserProfileProperty: Get-MgUser : Access token has expired or is not yet valid. #2643

Closed
MarinoValentino opened this issue Dec 9, 2022 · 0 comments · Fixed by #2645 or #2667
Closed
Labels
Authentication Bug Something isn't working SharePoint Online V1.22.1207.1 Version 1.22.1207.1

Comments

@MarinoValentino
Copy link

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

image

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

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}

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

1.22.1207.1

@andikrueger andikrueger added Bug Something isn't working SharePoint Online Authentication V1.22.1207.1 Version 1.22.1207.1 labels Dec 9, 2022
NikCharlebois added a commit to NikCharlebois/Microsoft365DSC that referenced this issue Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Authentication Bug Something isn't working SharePoint Online V1.22.1207.1 Version 1.22.1207.1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants