Recent DiscussionsMost RecentNewest TopicsMost LikesSolutionsTagged:TagRe: Remove items from News on SharePoint Communication Site JHerschel Try below PnP Command: Set-PnPListItem -List "SitePages" -Identity <add ID of the page here> -Values @{"PromotedState" = "0"} Re: How to Demote News page from Team site and Remove it from Hub News Rollup This worked perfectly. Initially tried reading the promotedstate value but it didnot work. but when we try to set directly it worked. Thank youDeleted