PowerTip: Update Module from PowerShell Gallery
Summary: Boe Prox shows how to update a module from the Windows PowerShell Gallery.
How can I update a module from the Windows PowerShell Gallery?
Run the following command to check for an update to the module and install the update if one is found:
Update-Module –Name PoshRSJob –Verbose
VERBOSE: Checking for updates for module ‘PoshRSJob’.