Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • To update the modules:

    Code Block
    languagepowershell
    Get-Module -ListAvailable -Name "$Name$PowerShellModuleName.*" | ForEach-Object { Update-Module -Name $_.Name } 
  • To install or reinstall the modules:

    Code Block
    languagepowershell
    Save-Module -Path "$env:ProgramFiles\WindowsPowerShell\Modules" -Name $Name$PowerShellModuleName -Force