Private/Install-RequiredModules.ps1

function Install-RequiredModules {
    Install-module PSWindowsUpdate -force
}