pnp / sp-starter-kit

Modern SharePoint Starter Kit - End-to-end showcase solution to get started with modern experiences.
MIT License
759 stars 535 forks source link

Getting issue when installing SP Starter Kit V2 with starterkit.pnp #394

Closed gauravgoyal5 closed 4 years ago

gauravgoyal5 commented 4 years ago

Category

Getting issue during installation of SP Starter Kit v2 with starterkit.pnp

Expected or Desired Behavior

It should install everything.

Observed Behavior

When installing with command Apply-PnPTenantTemplate -Path .\starterkit.pnp, It is throwing an issue & exiting

Steps to Reproduce

Created team site collection & communication site collection. Used command to connect to site collection: Connect-PnPOnline https://myDevTenant.sharepoint.com/sites/SP-PnP-Kit2 Used command to install : Apply-PnPTenantTemplate -Path .\starterkit.pnp

Here is the issue details :

WARNING: You specified to remove existing content types for the list with url '/sites/contosoportal/Lists/Alerts'. We found a list with the same url in the site. In case of a list up
date we cannot remove existing content types as they can be in use by existing list items and/or documents.
Apply-PnPTenantTemplate : Culture is not supported.
Parameter name: culture
3072 (0x0c00) is an invalid culture identifier.
At line:1 char:1
+ Apply-PnPTenantTemplate -Path .\starterkit.pnp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (:) [Apply-PnPTenantTemplate], CultureNotFoundException
    + FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.Provisioning.Tenant.ApplyTenantTemplate

I am attaching screen shot of the issues. Error-PnP-Kit2-Communication-Site Error-PnP-Kit-Team Site

Environment Details (Development & Target environment)

I am using SharePoint online Developer Tenant. I have created 2 site collections 1 for Team Sites and second for Communication site.

Thanks for your contribution! Sharing is caring.

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

bcameron1231 commented 4 years ago

Hi there! Sorry to hear you are having problems with the template. I am unable to reproduce the error after running multiple times. I'm thinking there may be something wrong with your environment culture for PowerShell.

Could you run Get-Culture in PowerShell to see what your culture is set to? If not english, could you try and set it to english to see if it resolved your issue? Set-Culture -CultureInfo en-US

eoverfield commented 4 years ago

You can ignore the warning "WARNING: You specified to remove existing content types for the list with url '/sites/contosoportal/Lists/Alerts...". That is ok. I agree with @bcameron1231 that is sounds as though English is not your tenant's default language. Please refer to the following documentation:

https://github.com/pnp/sp-starter-kit/blob/master/documentation/term-store.md#non-english-tenants

You might also consider running the provisioning with debugging enabled and provide the last 30 to 50 log messages before the fatal error.

Set-PnPTraceLog -On -Level Debug

gauravgoyal5 commented 4 years ago

Hi,

Here is the log details :

PS D:\GitHub\sp-starter-kit-2\sp-starter-kit-2\provisioning> Apply-PnPTenantTemplate -Path .\starterkit.pnp PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:02.3870 [OfficeDevPnP.Core] [0] [Information] File starterkit.pnp retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:02.4550 [OfficeDevPnP.Core] [0] [Information] File starterkit.pnp retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:04.0146 [OfficeDevPnP.Core] [0] [Information] File starterkit.xml retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.3615 [Provisioning] [3] [Debug] Code execution scope started 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.3655 [Provisioning] [3] [Information] ProgressDelegate registered 6ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.3695 [Provisioning] [3] [Information] MessagesDelegate registered 12ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8014 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.en-us.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8174 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.es-es.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8254 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.fr-fr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8294 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.de-de.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8334 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nl-nl.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8374 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nb-no.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8414 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.sv-se.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8454 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.tr-tr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.8894 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 27ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.9094 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 49ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:08.9174 [Tenant Settings] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:09.5052 [OfficeDevPnP.Core] [0] [Information] File library-starter-kit-shared.sppkg retrieved from folder ..\source\library-start er-kit-shared\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:24.5497 [OfficeDevPnP.Core] [0] [Information] File react-banner.sppkg retrieved from folder ..\source\react-banner\sharepoint\sol ution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:35.9829 [OfficeDevPnP.Core] [0] [Information] File react-followed-sites.sppkg retrieved from folder ..\source\react-followed-site s\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:52.2588 [OfficeDevPnP.Core] [0] [Information] File react-links.sppkg retrieved from folder ..\source\react-links\sharepoint\solut ion 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:57:59.0131 [OfficeDevPnP.Core] [0] [Information] File react-lob-integration.sppkg retrieved from folder ..\source\react-lob-integrat ion\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:58:09.0505 [OfficeDevPnP.Core] [0] [Information] File react-people-directory.sppkg retrieved from folder ..\source\react-people-dire ctory\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:58:25.6584 [OfficeDevPnP.Core] [0] [Information] File react-personal-calendar.sppkg retrieved from folder ..\source\react-personal-c alendar\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:58:41.3027 [OfficeDevPnP.Core] [0] [Information] File react-personal-contacts.sppkg retrieved from folder ..\source\react-personal-c ontacts\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:58:58.2513 [OfficeDevPnP.Core] [0] [Information] File react-personal-email.sppkg retrieved from folder ..\source\react-personal-emai l\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:59:14.3791 [OfficeDevPnP.Core] [0] [Information] File react-personal-tasks.sppkg retrieved from folder ..\source\react-personal-task s\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:59:22.4691 [OfficeDevPnP.Core] [0] [Information] File react-recent-contacts.sppkg retrieved from folder ..\source\react-recent-conta cts\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:59:34.8583 [OfficeDevPnP.Core] [0] [Information] File react-recently-used-documents.sppkg retrieved from folder ..\source\react-rece ntly-used-documents\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 15:59:52.7778 [OfficeDevPnP.Core] [0] [Information] File react-recently-visited-sites.sppkg retrieved from folder ..\source\react-recen tly-visited-sites\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:00:03.4391 [OfficeDevPnP.Core] [0] [Information] File react-site-information.sppkg retrieved from folder ..\source\react-site-inform ation\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:00:13.8964 [OfficeDevPnP.Core] [0] [Information] File react-tiles.sppkg retrieved from folder ..\source\react-tiles\sharepoint\solut ion 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:00:31.7920 [OfficeDevPnP.Core] [0] [Information] File react-weather.sppkg retrieved from folder ..\source\react-weather\sharepoint\s olution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:00:39.2701 [OfficeDevPnP.Core] [0] [Information] File react-world-clock.sppkg retrieved from folder ..\source\react-world-clock\shar epoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:00:46.8441 [OfficeDevPnP.Core] [0] [Information] File react-application-collab-footer.sppkg retrieved from folder ..\source\react-ap plication-collab-footer\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:00:57.0855 [OfficeDevPnP.Core] [0] [Information] File react-application-portal-footer.sppkg retrieved from folder ..\source\react-ap plication-portal-footer\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:07.5349 [OfficeDevPnP.Core] [0] [Information] File js-application-redirect.sppkg retrieved from folder ..\source\js-application-r edirect\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:16.0288 [OfficeDevPnP.Core] [0] [Information] File react-application-alerts.sppkg retrieved from folder ..\source\react-applicati on-alerts\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:26.0707 [OfficeDevPnP.Core] [0] [Information] File react-command-discuss-now.sppkg retrieved from folder ..\source\react-command- discuss-now\sharepoint\solution 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:38.7954 [OfficeDevPnP.Core] [0] [Information] File collabteamsite.json retrieved from folder resources 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:40.3031 [OfficeDevPnP.Core] [0] [Information] File collabcommunicationsite.json retrieved from folder resources 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:44.3302 [Tenant Settings] [3] [Debug] Code execution scope ended 275414ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:44.3502 [Term Groups] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:46.1191 [Term Groups] [3] [Debug] Code execution scope ended 1768ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:46.2230 [Provisioning] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9143 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.en-us.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9223 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.es-es.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9423 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.fr-fr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9463 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.de-de.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9463 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nl-nl.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9503 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nb-no.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9543 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.sv-se.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:48.9584 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.tr-tr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7454 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.en-us.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7454 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.es-es.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7494 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.fr-fr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7494 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.de-de.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7494 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nl-nl.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7534 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nb-no.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7534 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.sv-se.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:52.7574 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.tr-tr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5365 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.en-us.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5444 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.es-es.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5684 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.fr-fr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5684 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.de-de.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5724 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nl-nl.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5764 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nb-no.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5804 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.sv-se.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:01:56.5844 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.tr-tr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6428 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.en-us.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6468 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.es-es.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6548 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.fr-fr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6628 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.de-de.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6668 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nl-nl.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6748 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.nb-no.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6948 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.sv-se.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:03.6988 [OfficeDevPnP.Core] [0] [Information] File resources\resources-core.tr-tr.resx retrieved from folder 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.1946 [Provisioning] [3] [Debug] Code execution scope started 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.1986 [Provisioning] [3] [Information] ProgressDelegate registered 7ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.2066 [Provisioning] [3] [Information] MessagesDelegate registered 11ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.7264 [Extensibility Providers] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.7304 [Extensibility Providers] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.7384 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.7584 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 20ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.7664 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.7664 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 2ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:05.8664 [Fields] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:06.2423 [Fields] [3] [Debug] Updating field {5ee2dd25-d941-455a-9bdb-7f2c54aed11b} in site 376ms c11ee39f-e0ca-468a-93ec-11aff7f6 ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:06.9261 [Fields] [3] [Debug] Updating field {6085e32a-339b-4da7-ab6d-c1e013e5ab27} in site 1061ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:07.4340 [Fields] [3] [Debug] Updating field {f056406b-b46b-4a94-8503-361de4ca2752} in site 1566ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:07.9579 [Fields] [3] [Debug] Updating field {ebe7e498-44ff-43da-a7e5-99b444f656a5} in site 2091ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:08.4578 [Fields] [3] [Debug] Updating field {b0d8c6ed-2487-43e7-a716-bf274f0d5e09} in site 2590ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:08.9016 [Fields] [3] [Debug] Updating field {4ad64f28-1772-492d-bde4-998a08f8a7ae} in site 3036ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:09.3776 [Fields] [3] [Debug] Updating field {a374d13d-040b-4104-9973-edfdca1e3fc1} in site 3512ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:09.8454 [Fields] [3] [Debug] Updating field {9913d58a-9a75-41fc-86aa-f6de1d9328ba} in site 3979ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.2214 [Fields] [3] [Debug] Updating field {a67b73bf-acb0-4517-93e6-91585316ec49} in site 4356ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.7092 [Fields] [3] [Debug] Code execution scope ended 4841ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.7132 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.7212 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 8ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.7252 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.7252 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 2ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:10.7452 [Content Types] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.6889 [Content Types] [3] [Debug] Updating existing Content Type: 0x01007926A45D687BA842B947286090B8F67D - PnP Alert 942ms c11e e39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8050 [Content Types] [3] [Debug] Field c042a256-787d-4a6f-8a8a-cf6ab767f12d exists in content type 1060ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8090 [Content Types] [3] [Debug] Field fa564e0f-0c70-4ab9-b863-0177e6ddd247 exists in content type 1064ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8130 [Content Types] [3] [Debug] Field ebe7e498-44ff-43da-a7e5-99b444f656a5 exists in content type 1068ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8170 [Content Types] [3] [Debug] Field f056406b-b46b-4a94-8503-361de4ca2752 exists in content type 1070ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8210 [Content Types] [3] [Debug] Field 5ee2dd25-d941-455a-9bdb-7f2c54aed11b exists in content type 1076ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8250 [Content Types] [3] [Debug] Field b0d8c6ed-2487-43e7-a716-bf274f0d5e09 exists in content type 1080ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8290 [Content Types] [3] [Debug] Field 6085e32a-339b-4da7-ab6d-c1e013e5ab27 exists in content type 1082ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8290 [Content Types] [3] [Debug] Updating existing Content Type: 0x0100FF0B2E33A3718B46A3909298D240FD92 - PnPTile 1084ms c11ee 39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8330 [Content Types] [3] [Debug] Field c042a256-787d-4a6f-8a8a-cf6ab767f12d exists in content type 1087ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8370 [Content Types] [3] [Debug] Field fa564e0f-0c70-4ab9-b863-0177e6ddd247 exists in content type 1089ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8370 [Content Types] [3] [Debug] Field a67b73bf-acb0-4517-93e6-91585316ec49 exists in content type 1093ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8410 [Content Types] [3] [Debug] Field a374d13d-040b-4104-9973-edfdca1e3fc1 exists in content type 1096ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8450 [Content Types] [3] [Debug] Field 9913d58a-9a75-41fc-86aa-f6de1d9328ba exists in content type 1099ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8490 [Content Types] [3] [Debug] Field 4ad64f28-1772-492d-bde4-998a08f8a7ae exists in content type 1103ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8490 [Content Types] [3] [Debug] Code execution scope ended 1103ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8490 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8530 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 2ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8530 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8530 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:11.8650 [List instances] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:12.9127 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} 1047ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:13.5926 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 1724ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:15.3162 [List instances] [3] [Debug] Updating list Alerts 3448ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:15.5001 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 3631ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:15.6322 [List instances] [3] [Information] You specified to remove existing content types for the list with url '/sites/contosoportal /Lists/Alerts'. We found a list with the same url in the site. In case of a list update we cannot remove existing content types as they can be in use by existing list items and/or do cuments. 3766ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 WARNING: You specified to remove existing content types for the list with url '/sites/contosoportal/Lists/Alerts'. We found a list with the same url in the site. In case of a list up date we cannot remove existing content types as they can be in use by existing list items and/or documents. PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:16.5758 [List instances] [3] [Debug] Updating list Site Assets 4709ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:16.7518 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 4886ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:16.8438 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Location 4976ms c11ee39f-e0ca-468a-93 ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:17.5996 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef EventDate 5734ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:18.1754 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef EndDate 6308ms c11ee39f-e0ca-468a-93e c-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:18.8354 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Description 6968ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:19.4071 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef fAllDayEvent 7539ms c11ee39f-e0ca-468 a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:20.2550 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef fRecurrence 8390ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:20.9308 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Category 9062ms c11ee39f-e0ca-468a-93 ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:21.9305 [List instances] [3] [Debug] Updating list Alerts with FieldRef PnPAlertType 10062ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:22.5503 [List instances] [3] [Debug] Updating list Alerts with FieldRef PnPAlertMessage 10683ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:23.1062 [List instances] [3] [Debug] Updating list Alerts with FieldRef PnPAlertStartDateTime 11239ms c11ee39f-e0ca-468a-93ec-11a ff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:23.8780 [List instances] [3] [Debug] Updating list Alerts with FieldRef PnPAlertEndDateTime 12013ms c11ee39f-e0ca-468a-93ec-11aff 7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:24.9697 [List instances] [3] [Debug] Updating list Alerts with FieldRef PnPAlertMoreInformation 13102ms c11ee39f-e0ca-468a-93ec-1 1aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:25.7215 [List instances] [3] [Debug] Updating list Site Assets with FieldRef ComplianceAssetId 13853ms c11ee39f-e0ca-468a-93ec-11 aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:26.3894 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceFlags 14523ms c11ee39f-e0ca-468a-93ec-11a ff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:27.1692 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTag 15302ms c11ee39f-e0ca-468a-93ec-11aff 7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:27.7691 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTagWrittenTime 15902ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:28.5969 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTagUserId 16729ms c11ee39f-e0ca-468a-93ec -11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:29.2887 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _IsRecord 17421ms c11ee39f-e0ca-468a-93ec-11aff7f6ae 40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:30.0165 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _CommentCount 18150ms c11ee39f-e0ca-468a-93ec-11aff7 f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:30.8483 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _LikeCount 18980ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:31.9841 [List instances] [3] [Debug] Updating field d1cff744-ba61-4189-94d6-97d0a9eb4f6a 20119ms c11ee39f-e0ca-468a-93ec-11aff7f6 ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.4599 [List instances] [3] [Debug] Code execution scope ended 20592ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.4799 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.4799 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.4839 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.4879 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.4879 [Fields] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.7038 [Fields] [3] [Debug] Code execution scope ended 215ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.7078 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.7078 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 2ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.7118 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.7158 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 2ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:32.7198 [Content Types] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4514 [Content Types] [3] [Debug] Updating existing Content Type: 0x01007926A45D687BA842B947286090B8F67D - PnP Alert 1732ms c11 ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4674 [Content Types] [3] [Debug] Field c042a256-787d-4a6f-8a8a-cf6ab767f12d exists in content type 1749ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4714 [Content Types] [3] [Debug] Field fa564e0f-0c70-4ab9-b863-0177e6ddd247 exists in content type 1753ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4754 [Content Types] [3] [Debug] Field ebe7e498-44ff-43da-a7e5-99b444f656a5 exists in content type 1756ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4794 [Content Types] [3] [Debug] Field f056406b-b46b-4a94-8503-361de4ca2752 exists in content type 1760ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4834 [Content Types] [3] [Debug] Field 5ee2dd25-d941-455a-9bdb-7f2c54aed11b exists in content type 1764ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4874 [Content Types] [3] [Debug] Field b0d8c6ed-2487-43e7-a716-bf274f0d5e09 exists in content type 1767ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4914 [Content Types] [3] [Debug] Field 6085e32a-339b-4da7-ab6d-c1e013e5ab27 exists in content type 1771ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4914 [Content Types] [3] [Debug] Updating existing Content Type: 0x0100FF0B2E33A3718B46A3909298D240FD92 - PnPTile 1773ms c11ee 39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4954 [Content Types] [3] [Debug] Field c042a256-787d-4a6f-8a8a-cf6ab767f12d exists in content type 1776ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.4994 [Content Types] [3] [Debug] Field fa564e0f-0c70-4ab9-b863-0177e6ddd247 exists in content type 1780ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5034 [Content Types] [3] [Debug] Field a67b73bf-acb0-4517-93e6-91585316ec49 exists in content type 1784ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5074 [Content Types] [3] [Debug] Field a374d13d-040b-4104-9973-edfdca1e3fc1 exists in content type 1787ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5074 [Content Types] [3] [Debug] Field 9913d58a-9a75-41fc-86aa-f6de1d9328ba exists in content type 1790ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5114 [Content Types] [3] [Debug] Field 4ad64f28-1772-492d-bde4-998a08f8a7ae exists in content type 1794ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5154 [Content Types] [3] [Debug] Code execution scope ended 1796ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5154 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5154 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5314 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5353 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:34.5353 [List instances] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:35.4471 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} 912ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:35.9790 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 1441ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:39.9180 [List instances] [3] [Debug] Updating list Alerts 5382ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:40.1259 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 5589ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:40.5180 [List instances] [3] [Information] You specified to remove existing content types for the list with url '/sites/contosoportal /Lists/Alerts'. We found a list with the same url in the site. In case of a list update we cannot remove existing content types as they can be in use by existing list items and/or do cuments. 5982ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:42.0055 [List instances] [3] [Debug] Updating list Site Assets 7468ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:02:42.1614 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 7627ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:42.1814 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Location 7647ms c11ee39f-e0ca-468a-93 ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:42.8453 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef EventDate 8311ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:43.5131 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef EndDate 8976ms c11ee39f-e0ca-468a-93e c-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:44.0491 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Description 9515ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:45.2207 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef fAllDayEvent 10683ms c11ee39f-e0ca-46 8a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:49.7235 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef fRecurrence 15188ms c11ee39f-e0ca-468 a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:52.2829 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Category 17748ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:53.3667 [List instances] [3] [Debug] Updating list Site Assets with FieldRef ComplianceAssetId 18831ms c11ee39f-e0ca-468a-93ec-11 aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:53.8905 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceFlags 19354ms c11ee39f-e0ca-468a-93ec-11a ff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:54.7382 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTag 20203ms c11ee39f-e0ca-468a-93ec-11aff 7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:55.5341 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTagWrittenTime 20997ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:56.3619 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTagUserId 21825ms c11ee39f-e0ca-468a-93ec -11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:56.9577 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _IsRecord 22421ms c11ee39f-e0ca-468a-93ec-11aff7f6ae 40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:57.4976 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _CommentCount 22960ms c11ee39f-e0ca-468a-93ec-11aff7 f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:58.0414 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _LikeCount 23506ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:59.2253 [List instances] [3] [Debug] Code execution scope ended 24689ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:59.2333 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:59.2533 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 20ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:59.2733 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:59.2733 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 2ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:02:59.3093 [Files] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:00.4010 [Files] [3] [Debug] Uploading and overwriting existing file modernOffice_002.jpg 1092ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:00.7929 [OfficeDevPnP.Core] [0] [Information] File modernOffice_002.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:02.4725 [Files] [3] [Debug] Uploading and overwriting existing file modernOffice_007.jpg 3164ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:02.6486 [OfficeDevPnP.Core] [0] [Information] File modernOffice_007.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:03.8324 [Files] [3] [Debug] Uploading and overwriting existing file modernOffice_011.jpg 4524ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:03.9804 [OfficeDevPnP.Core] [0] [Information] File modernOffice_011.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:06.7517 [Files] [3] [Debug] Uploading and overwriting existing file hero.jpg 7443ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:06.9597 [OfficeDevPnP.Core] [0] [Information] File hero.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:08.7711 [Files] [3] [Debug] Uploading and overwriting existing file page-people-directory.jpg 9462ms c11ee39f-e0ca-468a-93ec-11af f7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:09.1790 [OfficeDevPnP.Core] [0] [Information] File page-people-directory.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:11.0065 [Files] [3] [Debug] Uploading and overwriting existing file page-faq.jpg 11698ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:11.1984 [OfficeDevPnP.Core] [0] [Information] File page-faq.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:12.5262 [Files] [3] [Debug] Uploading and overwriting existing file page-feedback.jpg 13219ms c11ee39f-e0ca-468a-93ec-11aff7f6ae4 0 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:12.7662 [OfficeDevPnP.Core] [0] [Information] File page-feedback.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:14.2498 [Files] [3] [Debug] Uploading and overwriting existing file page-financial-results.jpg 14942ms c11ee39f-e0ca-468a-93ec-11 aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:14.3898 [OfficeDevPnP.Core] [0] [Information] File page-financial-results.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:15.6533 [Files] [3] [Debug] Uploading and overwriting existing file page-hr.jpg 16344ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:15.8253 [OfficeDevPnP.Core] [0] [Information] File page-hr.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:17.5090 [Files] [3] [Debug] Uploading and overwriting existing file page-my-profile.jpg 18201ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:17.6570 [OfficeDevPnP.Core] [0] [Information] File page-my-profile.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:19.2764 [Files] [3] [Debug] Uploading and overwriting existing file page-travel-instructions.jpg 19967ms c11ee39f-e0ca-468a-93ec- 11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:19.4405 [OfficeDevPnP.Core] [0] [Information] File page-travel-instructions.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:23.5196 [Files] [3] [Debug] Uploading and overwriting existing file page-support.jpg 24211ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:23.8434 [OfficeDevPnP.Core] [0] [Information] File page-support.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:25.3072 [Files] [3] [Debug] Uploading and overwriting existing file page-training.jpg 25998ms c11ee39f-e0ca-468a-93ec-11aff7f6ae4 0 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:25.4631 [OfficeDevPnP.Core] [0] [Information] File page-training.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:29.3782 [Files] [3] [Debug] Uploading and overwriting existing file working-methods.jpg 30070ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:29.5701 [OfficeDevPnP.Core] [0] [Information] File working-methods.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:31.1616 [Files] [3] [Debug] Uploading and overwriting existing file meeting-rooms.jpg 31852ms c11ee39f-e0ca-468a-93ec-11aff7f6ae4 0 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:31.3375 [OfficeDevPnP.Core] [0] [Information] File meeting-rooms.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:33.4571 [Files] [3] [Debug] Uploading and overwriting existing file work-life-balance.png 34149ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:33.6330 [OfficeDevPnP.Core] [0] [Information] File work-life-balance.png retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:35.4967 [Files] [3] [Debug] Uploading and overwriting existing file Commercial16_smallmeeting_02.jpg 36190ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:35.8007 [OfficeDevPnP.Core] [0] [Information] File Commercial16_smallmeeting_02.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:37.6202 [Files] [3] [Debug] Uploading and overwriting existing file MSSurface_Pro4_SMB_Seattle_0578.jpg 38311ms c11ee39f-e0ca-468 a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:37.7722 [OfficeDevPnP.Core] [0] [Information] File MSSurface_Pro4_SMB_Seattle_0578.jpg retrieved from folder resources\images 0ms

PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:39.7116 [Files] [3] [Debug] Uploading and overwriting existing file WCO18_ITHelp_004.jpg 40404ms c11ee39f-e0ca-468a-93ec-11aff7f6 ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:39.8636 [OfficeDevPnP.Core] [0] [Information] File WCO18_ITHelp_004.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:42.9669 [Files] [3] [Debug] Uploading and overwriting existing file WCO18_whiteboard_002.jpg 43659ms c11ee39f-e0ca-468a-93ec-11af f7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:43.1508 [OfficeDevPnP.Core] [0] [Information] File WCO18_whiteboard_002.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:47.7417 [Files] [3] [Debug] Uploading and overwriting existing file Win17_15021_00_N9.jpg 48433ms c11ee39f-e0ca-468a-93ec-11aff7f 6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:48.0896 [OfficeDevPnP.Core] [0] [Information] File Win17_15021_00_N9.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:49.7812 [Files] [3] [Debug] Uploading and overwriting existing file contoso_report.pptx 50475ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:50.0451 [OfficeDevPnP.Core] [0] [Information] File contoso_report.pptx retrieved from folder resources\documents 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:52.1171 [Files] [3] [Debug] Uploading and overwriting existing file contoso_sitelogo.png 52809ms c11ee39f-e0ca-468a-93ec-11aff7f6 ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:52.2731 [OfficeDevPnP.Core] [0] [Information] File contoso_sitelogo.png retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:53.2807 [Files] [3] [Debug] Uploading and overwriting existing file 1548836252flysafe-thumb.jpg 53972ms c11ee39f-e0ca-468a-93ec-1 1aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:53.4328 [OfficeDevPnP.Core] [0] [Information] File 1548836252flysafe-thumb.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:55.7800 [Files] [3] [Debug] Uploading and overwriting existing file 33318-consumer-showcase.jpg 56473ms c11ee39f-e0ca-468a-93ec-1 1aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:55.9321 [OfficeDevPnP.Core] [0] [Information] File 33318-consumer-showcase.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:58.5595 [Files] [3] [Debug] Uploading and overwriting existing file 27137-consumer-showcase.jpg 59253ms c11ee39f-e0ca-468a-93ec-1 1aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:03:58.7033 [OfficeDevPnP.Core] [0] [Information] File 27137-consumer-showcase.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:01.1347 [Files] [3] [Debug] Uploading and overwriting existing file 23363-showcase.jpg 61825ms c11ee39f-e0ca-468a-93ec-11aff7f6ae 40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:01.2668 [OfficeDevPnP.Core] [0] [Information] File 23363-showcase.jpg retrieved from folder resources\images 0ms PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:03.3264 [Files] [3] [Debug] Code execution scope ended 64018ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:03.3303 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:03.3383 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 6ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:03.3463 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:03.3743 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 28ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:03.3783 [List instances] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:04.5340 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} 1158ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:04:04.9940 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 1616ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:06.5735 [List instances] [3] [Debug] Updating list Alerts 3197ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:04:06.7374 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 3358ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:04:06.8694 [List instances] [3] [Information] You specified to remove existing content types for the list with url '/sites/contosoportal /Lists/Alerts'. We found a list with the same url in the site. In case of a list update we cannot remove existing content types as they can be in use by existing list items and/or do cuments. 3491ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:08.0508 [List instances] [3] [Debug] Updating list Site Assets 4672ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:04:08.2267 [List instances] [3] [Information] Skip adding/updating custom actions because the site has "noscript" enabled. 4849ms c11ee3 9f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:08.2467 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Location 4868ms c11ee39f-e0ca-468a-93 ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:09.2145 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef EventDate 5839ms c11ee39f-e0ca-468a-9 3ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:09.7984 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef EndDate 6423ms c11ee39f-e0ca-468a-93e c-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:10.3742 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Description 6995ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:11.3140 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef fAllDayEvent 7938ms c11ee39f-e0ca-468 a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:11.8698 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef fRecurrence 8491ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:13.1415 [List instances] [3] [Debug] Updating list {resource:EventsListTitle} with FieldRef Category 9763ms c11ee39f-e0ca-468a-93 ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:14.3412 [List instances] [3] [Debug] Updating list Site Assets with FieldRef ComplianceAssetId 10964ms c11ee39f-e0ca-468a-93ec-11 aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:15.1971 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceFlags 11821ms c11ee39f-e0ca-468a-93ec-11a ff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:16.3368 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTag 12960ms c11ee39f-e0ca-468a-93ec-11aff 7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:17.0525 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTagWrittenTime 13674ms c11ee39f-e0ca-468a -93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:17.7563 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _ComplianceTagUserId 14379ms c11ee39f-e0ca-468a-93ec -11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:18.2642 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _IsRecord 14885ms c11ee39f-e0ca-468a-93ec-11aff7f6ae 40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:18.8960 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _CommentCount 15520ms c11ee39f-e0ca-468a-93ec-11aff7 f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:19.5319 [List instances] [3] [Debug] Updating list Site Assets with FieldRef _LikeCount 16153ms c11ee39f-e0ca-468a-93ec-11aff7f6a e40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:21.6673 [List instances] [3] [Debug] Creating view Calendar 18291ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:22.8230 [List instances] [3] [Debug] Creating view All Events 19446ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:23.9108 [List instances] [3] [Debug] Creating view Current Events 20533ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:25.0185 [List instances] [3] [Debug] Creating view All Items 21639ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:26.1382 [List instances] [3] [Debug] Creating view All Documents 22762ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.1177 [List instances] [3] [Debug] Code execution scope ended 24742ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.1217 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.1257 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.1257 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.1257 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.1577 [List instances Data Rows] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.2977 [List instances Data Rows] [3] [Debug] Processing data rows for {resource:EventsListTitle} 138ms c11ee39f-e0ca-468a-93ec- 11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:28.4696 [List instances Data Rows] [3] [Debug] Creating list item 1 312ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:29.5014 [List instances Data Rows] [3] [Debug] Creating list item 2 1343ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:30.0373 [List instances Data Rows] [3] [Debug] Creating list item 3 1880ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:30.5771 [List instances Data Rows] [3] [Debug] Creating list item 4 2416ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:31.4329 [List instances Data Rows] [3] [Debug] Creating list item 5 3273ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.2047 [List instances Data Rows] [3] [Debug] Creating list item 6 4044ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.9406 [List instances Data Rows] [3] [Debug] Code execution scope ended 4782ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.9445 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.9485 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.9525 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.9525 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 1ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:04:32.9685 [ClientSidePages] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:24.8111 [ClientSidePages] [3] [Debug] Code execution scope ended 111844ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:24.8190 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:24.8270 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 7ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:24.8310 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:24.8390 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 6ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:24.8470 [Site Header] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:25.0069 [Site Header] [3] [Debug] Code execution scope ended 157ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:25.0109 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:25.0149 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 4ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:25.0189 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:25.0229 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 4ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:25.0509 [Site Footer] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:28.6180 [Site Footer] [3] [Debug] Code execution scope ended 3565ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:28.6220 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:28.6420 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 20ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:28.6460 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:28.6500 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:28.6540 [Custom Actions] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:06:28.9819 [Custom Actions] [3] [Information] Custom action 'PortalFooter' was not added/updated because the site was configured for nos cript. 325ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:06:29.2699 [Custom Actions] [3] [Information] Custom action 'Redirect' was not added/updated because the site was configured for noscrip t. 614ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:06:29.5499 [Custom Actions] [3] [Information] Custom action 'Alerts' was not added/updated because the site was configured for noscript. 894ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:29.5578 [Custom Actions] [3] [Debug] Code execution scope ended 900ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:29.5578 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:29.5618 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:29.5658 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:29.5818 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 14ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:29.6817 [Web Settings] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Warning: 0 : 2020-05-24 16:06:29.8017 [Web Settings] [3] [Information] Skipping NoCrawl update because the site is configured for noscript. 118ms c11ee39f-e0ca-468 a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:30.0377 [Web Settings] [3] [Debug] Code execution scope ended 352ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:30.0417 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:30.0457 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:30.1617 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:30.1656 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 4ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:06:30.4216 [Navigation] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2420 [Navigation] [3] [Debug] Code execution scope ended 29816ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2460 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2501 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2580 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2621 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 5ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2660 [Provisioning] [3] [Debug] Code execution scope ended 295074ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2700 [Provisioning] [3] [Debug] Code execution scope ended 314047ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2740 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope started 0ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2780 [ProvisioningTemplate WebHook Call] [3] [Debug] Code execution scope ended 3ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 PowerShell_ISE.exe Information: 0 : 2020-05-24 16:07:00.2820 [Provisioning] [3] [Debug] Code execution scope ended 591925ms c11ee39f-e0ca-468a-93ec-11aff7f6ae40 Apply-PnPTenantTemplate : Culture is not supported. Parameter name: culture 3072 (0x0c00) is an invalid culture identifier. At line:1 char:1

PS D:\GitHub\sp-starter-kit-2\sp-starter-kit-2\provisioning>

image

eoverfield commented 4 years ago

Ah, that is it. You also need en-US as that is the specific culture code the provisioning process requires. If you just changed your culture code to en-us (1033), it may take a few hours to maybe a day for SharePoint to fully recognize this.

gauravgoyal5 commented 4 years ago

Sure. I will try.

gauravgoyal5 commented 4 years ago

I resolve this issue by renaming a file in "resources-core.en-us" to "resources-core.en-US". It is working fine. Thanks. Thanks for the hint.

eoverfield commented 4 years ago

Thank you for sharing that. I will review and ensure that the file names letter cases are consistent.

eoverfield commented 4 years ago

A commit was just merged that includes a renamed resources folder with updated capitalization along with an updated pnp provisioning template. It passed validation, though since we could never fully duplicate this error, Im unable to confirm the fix will work for you.

If you want the latest, pull the master branch and re-provision.