Known issues & solutions

Problems with Graph Permissions

This command is used to adjust the Entra ID authorizations on the Enterprise app. All delegated rights that are required for a complete export & import are added.

Update-M365DSCAllowedGraphScopes -All -Type 'Update' -Environment 'Global'

Problems with DSCConfiguration

This statement activates WinRM for the upload of configurations, which is used for the PowerShell command Start-DSCConfiguration.

winrm quickconfig

Another possibility for problems regarding the upload could be the standard chunk size of the configuration of DSC. This can be increased with this PowerShell command.

Set-Item -Path WSMan:\localhost\MaxEnvelopeSizeKb -Value 8192

 


Revision #1
Created 20 December 2023 12:17:48 by Luca Noah Caprez
Updated 20 December 2023 12:25:05 by Luca Noah Caprez