Tagged Questions
0
votes
1answer
690 views
Set document library Document Template using PowerShell
I'm using the code below to create document libraries, but I need to set the "Document template" value to "Web part page". I can list the document templates using $spWeb.DocTemplates - but how can I ...