Results 19 comments of Todd Klindt

I agree with @jhoneill and @JustinGrote. I spend of my days doing stuff in PowerShell against M365. It's my bread and butter. I want to love the Graph API PowerShell,...

> Hello, Is there an ETA on this Bug when it will be resolved ? Like @veronicageek said upthread, all of this work is done by volunteers in their spare...

I haven't tried this, so I'm thinking out loud. After you upload the file with Add-PnPFile if you change one of its properties with Set-PnPListItem will that trigger the content...

I have had the same thought as @YuriySamorodov , that finding a way to leverage one credential per tenant would be great. A credential stored at -admin is likely an...

I just needed this for ConvertTo-PnPClientSidePage. With one set of pages it would run fine. With another set of pages it would error out with the "format-default..." error. Prefacing the...

The AppID and AppSecret you're using are for an App Registration. Those are Azure AD functionality. If you to the[ App Registration blade](https://portal.azure.com/#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/RegisteredApps) in Azure AD you should see your...

This bug was submitted nearly two years old and doesn't include which version was being used. It's going to be tough to track down. For those of you that are...

The -SPOManagementShell does not have permission to the Term Store. It's expected, though still frustrating, that New-PnPTerm won't work if that's how you authenticate.

Have you tried using Initialize-PnPPowerShellAuthentication to create an app reg that has all the permissions you need? In this case it would look like Example 3 under **help Initialize-PnPPowerShellAuthentication -Examples**...

Yeah, that's what I said in [this reply](https://github.com/pnp/PnP-PowerShell/issues/3020#issuecomment-739283565).