Skip to content

Instantly share code, notes, and snippets.

@gitfvb
Created January 9, 2026 08:55
Show Gist options
  • Select an option

  • Save gitfvb/e1aa3b55e0564a3c70ccec6901dd3b59 to your computer and use it in GitHub Desktop.

Select an option

Save gitfvb/e1aa3b55e0564a3c70ccec6901dd3b59 to your computer and use it in GitHub Desktop.
Update all powershell Apteco modules
Import-Module ImportDependency
$p = Get-PSEnvironment
$p.InstalledModules | where {$_.CompanyName -like "*Apteco*"} | % { Update-Module $_.Name }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment