Set-pnpweb -description doesn't change in the GUI #5269
-
|
I'm trying to set the site description with PNP powershell and it doesn't change it in the GUI. I'm using version 3.1.0 I've tried Connecting with an app reg with full control and an account that has site admin/owner access. I'm using set-pnpweb -description "description" using (get-pnpweb).description brings back the description I have set, however in the GUI it does not change even with a CTRL+F5 refresh |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
If the Site is an office365 connected group then you have to change the Description on the group itself, this command only works for sites like Communication Sites that do not have an office365 group associated with them. |
Beta Was this translation helpful? Give feedback.
If the Site is an office365 connected group then you have to change the Description on the group itself, this command only works for sites like Communication Sites that do not have an office365 group associated with them.