Skip to content

Instantly share code, notes, and snippets.

View gettek's full-sized avatar

Sadik Tekin gettek

View GitHub Profile
@gettek
gettek / updateMods.psm1
Last active February 18, 2024 11:55
Install and Update PowerShell Modules in Bulk
<#
.SYNOPSIS
Update your PowerShell modules in bulk by specifiying an explicit list to install & keep up to date
Requires 'PowerShellGet'
.DESCRIPTION
Add this module to your $profile to run when required:
Import-Module "path/to/module/updateMods"
.NOTES
Author: Sadik Tekin
.PARAMETER clean