PowerShell custom Install Module Function

Usually, it is simple to run “Install-Module,” and the module should be available in a blink of an eye. But it often happens that it is not that easy cause some prerequisites are not set, so I am using the following Scirpt to install a module in my PowerShell Scripts. The central part is to […]

PowerShell custom Install Module Function Read More »