Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This sample PowerShell 3.0 script serves as a template for generating PDF reports to a file for features with a specific name and for a license server of your choosing on Windows and saving them . The script saves reports to a file under a filename that follows the pattern: UserHistory-${featureId}.pdf. The script can be easily adapted to any target parameters you'd like to use to generate the desired report. The number of generated PDF files corresponds to the number of features meeting the defined criteria.

...