Daniel Pastoor
Daniel Pastoor
Hello @Cheridbell2 , Can you try if it works with the PnP.Core Solution for this. Example: ``` $SiteURLTarget="https://xxxx.sharepoint.com/sites/xxxx" $SiteURLSource="https://xxxx.sharepoint.com/sites/xxxx" $ClassicPageName = "home.aspx" $targetConnection = Connect-PnPOnline $SiteURLTarget -ReturnConnection Connect to the...
@VictorAvila83 can you check for us if the issue is still there? As there was a pull request merged with the same issue context.
Hello @Link631 , Can you provide the full powershell/ Command for us?
Yes that is right
It is already implemented in the asp.net core variant: https://github.com/OData/AspNetCoreOData/commit/fa81478df06c1fa16007ea43a47288cad2fd978a
Is there any update on this pull-request?
@jansenbe I saw that the "Build and Test" failed but I can't find why this is related to the code that I changed. Do you maybe know if this is...