Noral Kuhlmann

Results 10 comments of Noral Kuhlmann

I asked the same question but he removed all "Issues", I think this repository is a DEAD ... would be nice if he said one way or the either

Why not use a try/catch block? ``` $params = @{ Path = New-TemporaryFile | Rename-Item -NewName { $_ -replace 'tmp$', 'xlsx' } -PassThru WorksheetName = 'Sheet1' } @( [PSCustomObject]@{'Fruit' =...

This was happening to me as well. I have **Yoast SEO v9.3** working with **Project Nami v2.0.1**. The previous fix #169 did not fix the issue but I did keep...

It apprear to be a WP includes error - https://core.trac.wordpress.org/ticket/54997 Closing

@ZucciDevs - This working for me in both v1.12.0 and v2.4.0 of PnP.Powershell. I Tried `https://.sharepoint.com` and `https://.sharepoint.com/sites/`. If you are trying to use a wild-card `*` that will not...

@gautamdsheth @veronicageek - Could it be due to our Tenant being a GCC?

My bad, I need to update to original code. I specified the owner being an email address when in fact it is an Azure AD Group. ``` New-PnPSite -Url "https://orgname.sharepoint.com/sites/testTeam"...