Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 1.66 KB

Export-EvergreenManifest.md

File metadata and controls

75 lines (47 loc) · 1.66 KB
external help file Module Name online version schema
Evergreen-help.xml
Evergreen
2.0.0

Export-EvergreenManifest

SYNOPSIS

Exports an Evergreen application JSON manifest as a hashtable.

SYNTAX

Export-EvergreenManifest [-Name] <String> [<CommonParameters>]

DESCRIPTION

Exports an Evergreen application JSON manifest as a hashtable that can be used for various functions including scripting or saving to an external file.

EXAMPLES

EXAMPLE 1

Export-EvergreenManifest -Name "MicrosoftEdge"

Description: Exports the application manifest for the application "MicrosoftEdge".

PARAMETERS

-Name

The application name to return details for. The list of supported applications can be found with Find-EvergreenApp.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Management.Automation.PSObject

NOTES

Site: https://stealthpuppy.com

Author: Aaron Parker

Twitter: @stealthpuppy

RELATED LINKS

Getting started with Evergreen