3 responses to “A question about PowerShell Module Manifests”

  1. Jason Archer

    My vote is for the PrivateData option. This seems to have the most benefit because you don’t need a new function to get the information (just a little more typing). And it seems to have the least cost because it keeps the information in one file and it is easy to parse.

    There is a risk if Microsoft decides to support those fields (or others) in the future. That would make “upgrading” and dealing with older modules more annoying.

  2. Another Module Manifest Gotcha

    [...] Huddled Masses You can do more than breathe for free… « A question about PowerShell Module Manifests [...]

  3. PowerShell Module Manifests Tip: allowed cmdlets and variables

    [...] articles by ZemantaA question about PowerShell Module Manifests (huddledmasses.org)Another Module Manifest Gotcha (huddledmasses.org) Posted in Huddled | [...]