PowerShell - Modules and Script Organization
What will be the output of this command if the module 'PSReadLine' is already installed?
Install-Module -Name PSReadLine -Force
Install-Module -Name PSReadLine -Force
-Force parameter forces reinstallation even if the module exists.-Force, the module will reinstall without asking for confirmation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions