pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
987 stars 665 forks source link

Set-PnPWebTheme : The remote server returned an error: (401) Unauthorized. #2055

Open santoshksp opened 5 years ago

santoshksp commented 5 years ago

Reporting an Issue or Missing Feature

Set-PnPWebTheme : The remote server returned an error: (401) Unauthorized.

Expected behavior

I should able to set default theme (eg: red) at a site collection level without tenant admin rights

Actual behavior

The remote server returned an error: (401) Unauthorized.

Steps to reproduce behavior

Connect-PnPOnline -Url $SiteCollectionURL -Credentials $PSCredentials $themeName = "Red" Set-PnPWebTheme -Theme $themeName -ErrorVariable $errorTheme

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.7.1903.0

How did you install the PnP-PowerShell Cmdlets?

ghost commented 5 years ago

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

VasanthMurugan commented 4 years ago

Hi is there any update on this issue?