Created
January 9, 2026 08:55
-
-
Save gitfvb/e1aa3b55e0564a3c70ccec6901dd3b59 to your computer and use it in GitHub Desktop.
Update all powershell Apteco modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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