SharePoint / sp-dev-gdpr-activity-hub

GDPR Activity Hub - Open source starter kit for building a management hub for EU GDPR (European Global Data Protection Regulation).
MIT License
96 stars 47 forks source link

CDN exception when provisioning GDPR Hub #54

Open Asmaro opened 6 years ago

Asmaro commented 6 years ago

Hi I am getting an error when I run the powershell script to provision the GDPR activity hub:

It runs through the script and provisons the templates but it gives an exception when creating the CDN site collection: A parameter cannot be found that matches the parameter name RemoveDeletedSite

. Can anyone help with this? Also how do I skip this step?

Many Thanks

Asmaro commented 6 years ago

cdn

Asmaro commented 6 years ago

Solved this by installing the SharePoint framework and PnPPowershell commands for SharePoint Online only on another machine. I think before it was being confused by having installed the commands for SharePoint 2013 and SharePoint Online. Should they not be installed on the same machine or something?