PowerShell 複製 Remove-Module [-ModuleInfo] <PSModuleInfo[]> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] Description Remove-Module Cmdlet 會從目前的工作階段中移除模組的成員,例如 Cmdlet 和函式。 如果模組包含元件 (.dll),則
1. You have migrated the settings from one server to another that does not have the module installed that is being called for. For example, the previous server had urlrewrite installed but the new one does not (most common). 2. There is a custom module that applicationhost.conf...
PowerShell Copiar $a = Get-Module BitsTransfer Remove-Module -ModuleInfo $aEste comando usa el parámetro ModuleInfo para quitar el módulo BitsTransfer.Ejemplo 5: Uso del evento OnRemoveAl quitar un módulo, el módulo desencadena un evento que permite que un módulo reaccione a la ...
PowerShell Copia $a = Get-Module BitsTransfer Remove-Module -ModuleInfo $aQuesto comando usa il parametro ModuleInfo per rimuovere il modulo BitsTransfer.Esempio 5: Utilizzo dell'evento OnRemoveQuando si rimuove un modulo, è presente un trigger di evento dal modulo che consente a un modulo...
PowerShell.Commands Assembly: System.Management.Automation.dll Package: System.Management.Automation v7.4.0 Implements a cmdlet that gets the list of loaded modules... C++ 複製 public ref class RemoveModuleCommand sealed : Microsoft::PowerShell::Commands::ModuleCmdletBase Inheritance Object ...
Namespace: Microsoft.PowerShell.Commands Assembly: System.Management.Automation.dll Package: System.Management.Automation v7.4.0 Implements a cmdlet that gets the list of loaded modules...C++ Copy public ref class RemoveModuleCommand sealed : Microsoft::PowerShell::Commands::ModuleCmdletBase...
Module: ExchangePowerShell Applies to: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019This cmdlet is available only in on-premises Exchange. Use the Remove-ADPermission cmdlet to remove permissions from an Active Directory object. For information about the ...
Module: ExchangePowerShell Applies to: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange OnlineThis cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the ...
Module: Microsoft.PowerShell.Management Deletes an instance of an existing Windows Management Instrumentation (WMI) class. Syntax PowerShell Remove-WmiObject[-Class] <String> [-AsJob] [-Impersonation <ImpersonationLevel>] [-Authentication <AuthenticationLevel>] [-Locale <String>] [-EnableAllPrivileges...
Removes existing tags from the specified pipeline. Note: For scripts written against earlier versions of this module this cmdlet can also be invoked with the alias,Remove-DPTags. Parameters -ClientConfig <AmazonDataPipelineConfig> Amazon.PowerShell.Cmdlets.DP.AmazonDataPipelineClientCmdlet.ClientConfig ...