Public
AskUI-AddPlugin
SYNOPSIS
Adds an ADE plugin to the current session.
DESCRIPTION
The AskUI-AddPlugin cmdlet adds a ADE plugin to the current AskUI session. It allows specifying the plugin version, name, and files to load. The plugin can be added temporarily for the current session only or configured to load on startup.
PARAMETERS
-PluginVersion
| <String> - Version of the plugin that will be added to the current session.-PluginName
| <String> - Name of the plugin that will be added to the current session.-AbsolutePluginFileNames
| <String[]> - Absolute file names of the plugin that will be added to the current session.-AddOnlyDuringThisSession
| <SwitchParameter> - When specified, loads the plugin only for the current session without adding it to startup.