Add-PnPPageWebPart -DefaultWebPartType Countdown #4444
Unanswered
mattpstanding
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to add a countdown timer webpart to a SharePoint page using PnP PowerShell. I already am able to create a new site, add pages and other webparts but can't seem to find any documentation on how to set the countdown timer to a specific date/times (days +7 for example).
I have used $page.Controls | Where-Object {$.Title -eq $WebPartTitle} to list all the properties for the countdown object, but can't see anything that references the countdown duration.
Anyone have any experience with this?
Thanks in advance,
Matt
Beta Was this translation helpful? Give feedback.
All reactions