< Back

Remove-OMPAutoLoadModule

Sat Jan 18, 2020 5:43 pm

NAME Remove-OMPAutoLoadModule



SYNOPSIS

Removes a module to be autoloaded when OMP starts up.





SYNTAX

Remove-OMPAutoLoadModule [-Name] <String> [[-NoProfileUpdate]] [<CommonParameters>]





DESCRIPTION

Removes a module to be autoloaded when OMP starts up.





PARAMETERS

-Name <String>

Name of the module



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-NoProfileUpdate [<SwitchParameter>]

Skip updating the profile



Required? false

Position? 2

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: Zachary Loeber



-------------------------- EXAMPLE 1 --------------------------



Remove-OMPAutoLoadModule -Name 'posh-git'



Removes posh-git from the list of modules that will be loaded when OhMyPsh starts.



RELATED LINKS

https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh