Christian Piet
Christian Piet
> I reported same issue with New-M365DSCReportFromConfiguration (see #1845) This now works for me in 1.22.420.1 I updated, updated the dependencies several times and tried again, now the report does...
> @Manbearpiet could you try to update to the latest version of Microsoft365DSC: > > ```powershell > Update-Module Microsoft365DSC > Update-M365DSCDependencies > Uninstall-M365DSCOutdatedDependencies > ``` > > There were some...
Will let you know today!
The last step did have issues from an elevated terminal: ```powershell ~ Uninstall-M365DSCOutdatedDependencies PackageManagement\Uninstall-Package : Access to the cloud file is denied At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\2.2.5\PSModule.psm1:12733 char:21 + ... $null =...
Without the new export result is the same ```json [ { "ResourceName": "Settings", "": [ "default", "\r\n", "Value", "Personal", "\r\n", "en-US", "Personal", "de-DE", "Persönlich", "es-ES", "Personal", "fr-FR", "Personnel", "it-IT", "Personale",...
> Could you verify that your PnP Application within AAD does have to proper permissions: https://microsoft365dsc.com/user-guide/get-started/authentication-and-permissions/ I think they are missing, while I did update Permissions: ```powershell Update-M365DSCAllowedGraphScopes -All -Type...
> PnP Permissions need to be set with this cmdlet: > > ```powershell > Register-PnPManagementShellAccess > ``` > > This will add the global PnP App to your tenant. All...
> Is the goal to use/edit that code or just to view it? We support "Go to definition" for templates stored in ACR. You can right-click and select "go to...
We have the same issues :(, empty exports (no intune information showed, just defaults). We're only interested in Exporting Intune Configuration using m365 DSC. My Eventlog returns: Could not load...
I did manage to dig up the following using Fiddler: https://management.azure.com/subscriptions/c72a198b-214b-4356-bcd0-b5d8d1e523ff/resourceGroups/iamfalsified/providers/Microsoft.ContainerRegistry/registries/nosecrets4u/scopeMaps?api-version=2020-11-01-preview I hope we can get some official docs soon though :)