pnpframework icon indicating copy to clipboard operation
pnpframework copied to clipboard

Get-PnPSiteTemplate Method not found

Open Link631 opened this issue 3 years ago • 4 comments

Hi,

I am using a SharePoint online.

When i connect to my site and when i perform an get-pnpsitetemplate i get following error:

Get-PnPSiteTemplate : Method not found: "System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1<Boolean> Enumerator.MoveNextAsync()".

I cant export my site...

what can I do?

Link631 avatar Jun 19 '22 22:06 Link631

Hello @Link631 ,

Can you provide the full powershell/ Command for us?

danielpastoor avatar Jun 22 '22 09:06 danielpastoor

Hello @Link631 ,

Can you provide the full powershell/ Command for us?

I can, @danielpastoor

Get-PnPSiteTemplate -Out "c:\temp\provisioningtemplates\templatename.xml"

And receiving the following error: Get-PnPSiteTemplate : Method not found: 'System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable1<Boolean> Enumerator.MoveNextAsync()'. At line:1 char:1 + Get-PnPSiteTemplate -Out "C:\temp\siteprovisioning\companyTemplate.xm ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Get-PnPSiteTemplate], PSInvalidOperationException + FullyQualifiedErrorId : InvalidOperation,PnP.PowerShell.Commands.Provisioning.Site.GetSiteTemplate

ChrispyBites avatar Dec 08 '22 16:12 ChrispyBites

Hello @Link631, I have the same problem.. any solution ?

Thanxs!

Hello @Link631 , Can you provide the full powershell/ Command for us?

I can, @danielpastoor

Get-PnPSiteTemplate -Out "c:\temp\provisioningtemplates\templatename.xml"

And receiving the following error: Get-PnPSiteTemplate : Method not found: 'System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable1<Boolean> Enumerator.MoveNextAsync()'. At line:1 char:1 + Get-PnPSiteTemplate -Out "C:\temp\siteprovisioning\companyTemplate.xm ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Get-PnPSiteTemplate], PSInvalidOperationException + FullyQualifiedErrorId : InvalidOperation,PnP.PowerShell.Commands.Provisioning.Site.GetSiteTemplate

sergioortsm avatar Jan 18 '23 09:01 sergioortsm