Pnp-powershell: Enabling footer

Created on 8 Jul 2019  Â·  7Comments  Â·  Source: pnp/PnP-PowerShell

I tried

Connect-PnPOnline -Url "<SiteURL>" –Credentials (Get-Credential) 
$web = Get-PnPWeb 
$web.FooterEnabled = $true
$web.Update() 
Invoke-PnPQuery

to enable footer control on a site, nothing is happening and no error returned. I also can't see Footer under change the look menu ( I see Theme, Header and Navigation ). Any clue on what I might be missing?

Needs

Most helpful comment

@RiccardoAmadi I have had this too on a client tenant, this happens if you are on Standard Release, the footer feature isn't 100% rolled out world wide. I posted on twitter about this and its expected to be around end Aug/Sept time.

All 7 comments

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

Transferring your issue submission to the relevant repo's issue list…

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@RiccardoAmadi I have had this too on a client tenant, this happens if you are on Standard Release, the footer feature isn't 100% rolled out world wide. I posted on twitter about this and its expected to be around end Aug/Sept time.

Thank you @pkbullock do you know how can I track the release date?

The only reference to this is roadmap site - https://www.microsoft.com/en-gb/microsoft-365/roadmap?rtc=1&filters=Rolling%20out%2CSharePoint&searchterms=33138 its not always up to date but closest reference to this rollout.

The above should be considered the solution to this question

Was this page helpful?
0 / 5 - 0 ratings