Uninstall-GacAssembly
PackageDeployment Module Help |
Package Deployment Module |
Uninstall-GacAssembly Cmdlet |
Version 4.0.0.5 |
Uninstall-GacAssembly
Synopsis
Deletes an assembly.
Syntax
Uninstall-GacAssembly [-Name] <String> [[-UninstallVersions] <String>] [[-Version] <String>] [-ContinueOnError] [[-Culture] <String>] [[-PublicKeyToken] <String>] [[-Context] <String>] [<CommonParameters>]
Description
Deletes an assembly from a computer's Global Assembly Cache (GAC).
Parameters
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
-Culture <String> |
||||||
Chose this option if you want to delete only the specified version or language of the selected assembly. In order to delete several versions (or language versions), please use wildcards (e.g. *; ?); for example: ?.?.????? |
||||||
|
-Name <String> |
||||||
Deletes an assembly from a computer's Global Assembly Cache (GAC). |
||||||
|
-PublicKeyToken <String> |
||||||
Chose this option if you want to delete only the specified version or language of the selected assembly. In order to delete several versions (or language versions), please use wildcards (e.g. *; ?); for example: ?.?.????? |
||||||
|
-UninstallVersions <String> |
||||||
All: Chose this option if you want to delete the selected assembly from the Global Assembly Cache. |
||||||
|
-Version <String> |
||||||
Chose this option if you want to delete only the specified version or language of the selected assembly. In order to delete several versions (or language versions), please use wildcards (e.g. *; ?); for example: ?.?.????? |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |