Forum Discussion
Deleted
Apr 17, 2018How to Demote News page from Team site and Remove it from Hub News Rollup
With SharePoint hub sites being live for some time now, a few questions have come up on how you can demote news or remove it from a News Webpart without deleting it, and or also remove it from a Hub ...
Deleted
Deleted
I also got the grey box which doesn't let me update the promoted state using the quick edit but i was able to use PnP powershell to update the Promoted state:
Set-PnPListItem -List "SitePages" -Identity <add ID of the page here> -Values @{"PromotedState" = "0"}
https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/set-pnplistitem?view=sharepoint-ps
MSKHMH
Sep 16, 2020Copper Contributor
This worked perfectly. Initially tried reading the promotedstate value but it didnot work. but when we try to set directly it worked. Thank youDeleted