Skip to content

Commit 3a8e1a5

Browse files
Update site-footer.md (SharePoint#9231)
* Update site-footer.md Update deprecated method * Update site-footer.md
1 parent 6c32bc5 commit 3a8e1a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/site-footer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the SharePoint Site footer
33
description: SharePoint Site footers can be used to show a logo or set of links/labels in a modern SharePoint site. They can be configured using the UI settings or by using APIs.
4-
ms.date: 07/14/2022
4+
ms.date: 09/24/2023
55
ms.localizationpriority: high
66
---
77

@@ -35,7 +35,7 @@ Set-PnPFooter -Enabled:$true # for enabling the footer
3535
```
3636

3737
> [!NOTE]
38-
> Above PowerShell scripts assumes that you have already installed PnP PowerShell cmdlets for your environment and you are not using multi-factor authentication. You can install PnP PowerShell cmdlets to your computer by opening PowerShell console in administrative mode and executing following command: `Install-Module SharePointPnPPowerShellOnline`. If you are using multi-factor authentication, you can enable MFA login by updating the `Connect-PnPOnline` line as follows: `Connect-PnPOnline -Url "<SiteURL>" -UseWebLogin`.
38+
> Above PowerShell scripts assumes that you have already installed PnP PowerShell cmdlets for your environment and you are not using multi-factor authentication. You can install PnP PowerShell cmdlets to your computer by opening PowerShell console in administrative mode and executing following command: `Install-Module PnP.PowerShell -Scope CurrentUser`. If you are using multi-factor authentication, you can enable MFA login by updating the `Connect-PnPOnline` line as follows: `Connect-PnPOnline -Url "<SiteURL>" -Interactive`.
3939
4040
[!INCLUDE [pnp-powershell](../../includes/snippets/open-source/pnp-powershell.md)]
4141

0 commit comments

Comments
 (0)