Skip to content

Export-vROPlugin

SYNOPSIS

Exports a plugin.

SYNTAX

Export-vROPlugin [-Name] <String> [[-Path] <String>] [<CommonParameters>]

DESCRIPTION

Exports a plugin.

EXAMPLES

EXAMPLE 1

Export-vROPlugin -Name ExamplePlugin

EXAMPLE 2

Export-vROPlugin -Name ExamplePlugin -Path C:\plugins

PARAMETERS

-Name

The name of the plugin

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Path

The path of the exported file. If this parameter is not passed, the plugin will be exported to the current working directory.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
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.IO.FileInfo

NOTES