Issue with Invoke-PnPSiteTemplate : The remote name could not be resolved: 'xxxx.sharepoint.com' #966
Unanswered
hsamdani12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using PnP.Powershell v 1.7 in our Azure Automation - runbook for our site provisioning. Also using App ID and certificate and Connect-PnPOnline is working fine.
I'm intermittently getting the following error when running the runbook, any idea why this might be happening ?
Invoke-PnPSiteTemplate : The remote name could not be resolved: 'xxxx.sharepoint.com' At line:204 char:13 + Invoke-PnPSiteTemplate -Path $SiteTemplateXML -Parameters ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (:) [Invoke-PnPSiteTemplate], WebException + FullyQualifiedErrorId : EXCEPTION,PnP.PowerShell.Commands.Provisioning.Site.InvokeSiteTemplate
Beta Was this translation helpful? Give feedback.
All reactions