nick-waterhouse

Results 5 comments of nick-waterhouse

@FabienTschanz Coming back to this one, can you provide some instructions on what I should do to address the problem in my original post? I still get the same error...

@FabienTschanz The error message is the same as in my original post. I can open up a separate issue if need be, but I just thought I'd get some advice...

@FabienTschanz So does this mean it is using a new App Registration? If so, do I need to create it first and how should I do this?

@FabienTschanz If I run ` Export-M365DSCConfiguration -Components @("SPOTheme") -Path $outputDir -Credential $cred -Verbose` I get the following error in the authentication dialog that pops: `AADSTS700016: Application with identifier '31359c7f-bd7e-475c-86db-fdb8c937548e' was...

Further bump to this one. The error message I get this month looks as follows: ```powershell Method not found: 'Microsoft.Identity.Client.PublicClientApplicationBuilder Microsoft.Identity.Client.Broker.BrokerExtension.WithBroker(Microsoft.Identity.Client.PublicClientApplicationBuilder, Microsoft.Identity.Client.BrokerOptions)'. At C:\Program Files\WindowsPowerShell\Modules\ExchangeOnlineManagement\3.8.0\netFramework\ExchangeOnlineManagement.psm1:754 char:21 + throw $_.Exception.InnerException; +...