PowerShellUtilities.RemoveModuleFromPSModulePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveModuleFromPSModulePath(String) | |
RemoveModuleFromPSModulePath(String, EnvironmentVariableTarget) |
RemoveModuleFromPSModulePath(String)
public static void RemoveModuleFromPSModulePath (string modulePath);
static member RemoveModuleFromPSModulePath : string -> unit
Public Shared Sub RemoveModuleFromPSModulePath (modulePath As String)
Parameters
- modulePath
- String
Applies to
RemoveModuleFromPSModulePath(String, EnvironmentVariableTarget)
public static void RemoveModuleFromPSModulePath (string modulePath, EnvironmentVariableTarget target);
static member RemoveModuleFromPSModulePath : string * EnvironmentVariableTarget -> unit
Public Shared Sub RemoveModuleFromPSModulePath (modulePath As String, target As EnvironmentVariableTarget)
Parameters
- modulePath
- String
- target
- EnvironmentVariableTarget