Functions/Update-InstalledModule.ps1
function Update-InstalledModule { [CmdletBinding()] param ( ) Get-InstalledModule | Update-Module -AcceptLicense } |
function Update-InstalledModule { [CmdletBinding()] param ( ) Get-InstalledModule | Update-Module -AcceptLicense } |