User Profile
VesaJuvonen
Joined 10 years ago
User Widgets
Recent Discussions
Microsoft 365 PnP - Microsoft 365 Platform Community moved
Microsoft 365 Platform Community (PnP) has moved to GitHub to align on the one door experience for the blog posts and the relevant assets. Front page - https://aka.ms/m365/community Blog - https://aka.ms/m365/community/blog Weekly community calls - https://aka.ms/m365/calls Videos - https://aka.ms/m365/videos On technical questions and discussions we recommend using the feature area specific forums or the GitHub issues. This move happened already in spring 2022 - but adding this message for additional clarity also in the forum.491Views0likes0CommentsRe: Help deleting 'folder' in SPO?
Interesting that it's a requirement for that, but thanks for sharing. Good for others to know if they will run into this scenario. SharePoint works in mysterious ways - it's not about being smart by knowing, rather being smart on testing different options - which you did.1.4KViews1like0CommentsRe: Save Modern Team Site as a template & provision using Classic Team Site method (visible in SP Admin)
RobOnyxPublishing As mentioned in this thread - classic "Save site as as template" which was introduced back in 2008 will not work for modern sites. This is by design. You can however use for example PnP PowerShell to export and import sites with the tenant template capability, which also look book site at httts://lookbook.microsoft.com is using. If you need to replicate similar sites, using PowerShell is definitely the most efficient way to do that.13KViews0likes1CommentRe: Configure modern search results to search all of your organization (rather than the current site)
Some additional guidance if you are getting the "The property 'SearchScope' cannot be found on this object. Verify that the property exists and can be set." Exception when you try to execute the version, you are running either wrong version of PnP PowerShell OR you have SharePoint CSOM SDK installed on your machine which is not recommended. If you have just updated to use the latest PnP PowerShell, move to "Add or Remove programs" in your computer and make sure that you do not have SharePoint Client Side CSOM SDK installed as that msi unfortunately installed assemblies to the GAC (Global Assembly Cache) and that overrides any local newer assembly versions, which is most likely the conflict here.75KViews3likes1CommentSharePoint Dev Ecosystem / SharePoint PnP - May 2019 update now available
Latest monthly summary of SharePoint Development guidance for SharePoint Online and on-premises is now available from the SharePoint Dev Blog. Check the latest news, samples and other guidance from this summary. SharePoint Dev Ecosystem / SharePoint PnP - May 2019 update - at SP Dev Blog2KViews6likes0CommentsSharePoint Dev Ecosystem / SharePoint PnP - March 2019 update available
Latest monthly summary of SharePoint Development guidance for SharePoint Online and on-premises now available from the Office 365 Dev Blog. Check the latest news, samples and other guidance from this summary. SharePoint Development Community (PnP) – March 2019 update "Sharing is caring!"1.3KViews3likes0CommentsRe: RESOLVED: How to change Modern page Author from the "Created By" field to something else
If you are looking into updating the Created By / Modified By fields, that is actually possible with PowerShell / CSOM with the sufficient permissions. See the following blog post for additional details. https://blogs.msdn.microsoft.com/vesku/2014/08/26/system-update-for-sharepoint-list-items-using-app-model/ Would that solve your scenario?44KViews2likes9CommentsSharePoint Dev Ecosystem / SharePoint PnP - January 2019 update now available
Latest monthly summary of SharePoint Development guidance for SharePoint Online and on-premises now available from the Office 365 Dev Blog. Check the latest news, samples and other guidance from this summary. SharePoint Development Community (PnP) – January 2019 update1.4KViews4likes1CommentSharePoint Dev Ecosystem / SharePoint PnP - December 2018 update now available
Latest monthly summary of SharePoint Development guidance for SharePoint Online and on-premises now available from the Office 365 Dev Blog. Check the latest news, samples and other guidance from this summary. SharePoint Development Community (PnP) – December 2018 update871Views0likes0CommentsSharePoint Dev Ecosystem / SharePoint PnP - November 2018 update now available!
Summary of the latest SharePoint development topics from SharePoint engineering, including all the great contributions from our fabulous SharePoint Development community. Check the monthly summary for additional details. Thanks for your contributions! SharePoint Development Community (PnP) - November 2018 Update964Views1like0CommentsRe: General availability of Office 365 CDN
Didn't quite get the question or details, but you will need to grant people permissions on the CDN origin location so that they can place images etc. on it. If you are using CDN with SPFx, it's fully automatic and taking care of automatically. Wasn't quite sure where access denied is happening, so can't provide more details.6.9KViews0likes0Comments