Out-SoftpaqField



Summary

Extracts the information of a specified field from the SoftPaq metadata

Syntax

Out-SoftpaqField [-Field] <String> [-InputObject] <Object> [<CommonParameters>]

Description

This command extracts the information of a specified field from the SoftPaq metadata. The currently supported fields are:

  • Description
  • Install
  • Number
  • PlatformIDs
  • Platforms
  • SilentInstall
  • SoftPaqSHA256
  • Title
  • Version

Parameters

Name Argument Description
Field <String> Specifies the field to filter the SoftPaq metadata on. Choose from the following values:
- Install
- SilentInstall
- Title
- Description
- Number
- Platforms
- PlatformIDs
- SoftPaqSHA256
- Version
InputObject <Object> Specifies the root node of the SoftPaq metadata to extract information from

Examples


PS C:\> $mysoftpaq | Out-SoftpaqField -Field Title

See also