Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Disable footer on Office 365 Communication Sites
Emanuele Bartolesi
Emanuele Bartolesi

Posted on • Edited on

     

Disable footer on Office 365 Communication Sites

Microsoft, by design, released many features on the new SharePoint sites on Office 365.
One of these features is a footer for the Communication sites.

But if you just have a footer in your design or you want to add another footer, you can easily remove the default functionality with a simple script.

First of all, you need the latest version of PowerShell PnP.
You can install it with the following command from a PowerShell terminal instance:

Install-Module SharePointPnPPowerShellOnline

Now you can run the following script to disable all footers in all Communication sites.
Remember to change the first variable with your tenant name.

The script automatically retrieves all sites filtered by the Communication site template and disable the footer.

You can find the script on my Gist account:https://gist.github.com/kasuken/70e3cabd073f652006726f5968136c0e

Alt Text

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

🏆 Microsoft MVP & GitHub Star ⭐👨‍🎓 LinkedIn Technical Instructor 🎓
  • Location
    Zurich, Switzerland
  • Pronouns
    he/him
  • Work
    Cloud Architect
  • Joined

More fromEmanuele Bartolesi

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp