Hello,
I ran the PowerShell script below:
#Connect to your tenant using SharePoint Admin credentials
Connect-SPOService -Url $adminSiteUrl -Credential $credentials
# Set your site to organizational authoritative news site
Set-SPOOrgNewsSite -OrgNewsSiteUrl $siteUrl
#List your organizational authoritative news sites from the tenant
Get-SPOOrgNewsSite
But I get this issue. Please help me how to resolve this issue. Thank you!
Set-SPOOrgNewsSite : The requested operation is part of an experimental feature that is not supported in the current environment.
At C:\SharePoint\Powershell\authoritative-news-site.ps1:12 char:1
+ Set-SPOOrgNewsSite -OrgNewsSiteUrl https://mydevsite.sharepoint.co …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Set-SPOOrgNewsSite], ServerException
+ FullyQualifiedErrorId : Microsoft.SharePoint.Client.ServerException,Microsoft.Online.SharePoint.PowerShell.SPOTenantOrgNews+SetSPOOrgNewsSite