external help file | Module Name | online version | schema |
---|---|---|---|
Evergreen-help.xml |
Evergreen |
2.0.0 |
Exports an Evergreen application JSON manifest as a hashtable.
Export-EvergreenManifest [-Name] <String> [<CommonParameters>]
Exports an Evergreen application JSON manifest as a hashtable that can be used for various functions including scripting or saving to an external file.
Export-EvergreenManifest -Name "MicrosoftEdge"
Description: Exports the application manifest for the application "MicrosoftEdge".
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Site: https://stealthpuppy.com
Author: Aaron Parker
Twitter: @stealthpuppy