pnp / PnP-PowerShell

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

Get-PnPTheme returns nothing #1686

Open khha opened 6 years ago

khha commented 6 years ago

Reporting an Issue or Missing Feature

Issue

Expected behavior

Return current theme of connected site collection

Actual behavior

I see nothing. No result no error.

Steps to reproduce behavior

Connect-PnPOnline -Url https://myCompany.com -CurrentCredentials Get-PnPTheme

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

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

3.0.1808.1

How did you install the PnP-PowerShell Cmdlets?

TVDKoni commented 5 years ago

Same issue here against online: 3.2.1810.0 SharePointPnPPowerShellOnline

Get-PnPTheme Name : IsCustomComposedLook : False MasterPage : CustomMasterPage : Theme : BackgroundImage : Font :

sympmarc commented 4 years ago

I'm seeing this as well. I was hoping to find out which theme is applied to each site in a tenant. I'm on the most recent release: 3.18.2002.0

I know the site I'm testing on has a theme applied - a modern theme, not a Composed Look.

sympmarc commented 4 years ago

It doesn't seem as though this is possible given the APIs we have available and based on a conversation I had with @erwinvanhunen. We should probably close this issue as "not possible".