SYNOPSIS

Removes an AskUI plugin from the current session.

DESCRIPTION

The AskUI-RemovePlugin cmdlet removes a specified plugin from the current AskUI session. The plugin will be unloaded and removed from the startup configuration.

PARAMETERS

  • -PluginName | <String> - Name of the plugin that will be removed from the current session.

EXAMPLES

EXAMPLE 1

AskUI-RemovePlugin -PluginName "MyPlugin"
Removes the plugin named "MyPlugin" from the current session.