This is the second part to my post on designing a document template using PScribo. Goals: Using the approach from part one, create a minimally reusable solution. Required PowerShell Modules: I tested this using latest Windows PowerShell 5.1 PScribo Required CSV File: Complete Script:
Tag: PScribo
Design A Simple and Reusable Word Document Template Using PScribo Part 1
In this post I describe creating a simplified PowerShell script for creating a customizable subject matter document template using the PScribo module from the PowerShell Gallery. Goals: Reduce the amount of typing required to produce the document outline, cover, common text, etc. Provide functionality over and above use of a static Word document or template. […]