Get-SmPluginPackage
Contributors
Suggest changes
Gets information about plug-in packages that have been uploaded for a specific custom plug-in.
Syntax
Get-SmPluginPackage [-PluginName] <String>
Detailed Description
Gets information about the plug-in packages that are uploaded for a specific custom plug-in.
Parameters
Name | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|
PluginName |
Specifies the name of the custom plug-in for which you want to determine the uploaded plug-ins. |
false |
false |
Examples
Example 1: Get information about a custom plugin package
Get-SmPluginPackage -PluginName DB2
This example syntax gets all uploaded package version information of the custom plug-in named DB2.
CustomPluginName: DB2 CustomPluginVersion : 1.0 CustomPluginType: OsInfo : SMCoreContracts.SmOperatingSystemInfo Resources : {SMCoreContracts.SmSCCustomResoureceType} RequireFileSystemPlugin : False UploadedFileName: DB2_1.0.zip CustomPluginDisplayName : IBM DB2 CustomPluginName: DB2 CustomPluginVersion : 2.0 CustomPluginType: OsInfo : SMCoreContracts.SmOperatingSystemInfo Resources : {SMCoreContracts.SmSCCustomResoureceType} RequireFileSystemPlugin : False UploadedFileName: DB2_2.0.zip CustomPluginDisplayName : IBM DB2