Rene
Rene
Hello -- I was able to install the pre-release locally (on my machine) and it did appear to fix the issue -- Thank You! However, I have a question (a...
For what it's worth, I figured it out (maybe this will help someone else in a similar situation). I installed the needed (updated) module locally on my laptop under PowerShell...
@KoenZomers -- Hey Koen ... question related to this ... In one of our PowerShell scripts I call **Connect-PnPOnline ($tenantName + ".sharepoint.com") -ClientId $clientId -Tenant ($tenantName + ".onmicrosoft.com") -CertificatePath $certPath...
Hello, I am encountering the same issue in my tenant using Get-PnPSiteTemplate:  The command line I use is: $ctxSp = Connect-PnPOnline -url "https://m365mystic.sharepoint.com/sites/CTypeTest-Manual" -ClientId $appId -Tenant $tenantId -Thumbprint $certThumbprint...
DisableCustomAppAuthentication is set to false (we are using another app that requires this for now). I connect using: $ctxSp = Connect-PnPOnline -url "https://m365mystic.sharepoint.com/sites/CTypeTest-Manual" -ClientId $appId -Tenant $tenantId -Thumbprint $certThumbprint -ReturnConnection...