{"id":14063724,"url":"https://github.com/PowerShellCrack/InstallLatestModulesPSModule","last_synced_at":"2025-07-29T16:31:20.343Z","repository":{"id":111449957,"uuid":"405409365","full_name":"PowerShellCrack/InstallLatestModulesPSModule","owner":"PowerShellCrack","description":"A function that will install the latest Posh module. ","archived":false,"fork":false,"pushed_at":"2023-10-08T15:00:40.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-08T16:21:49.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PowerShellCrack.png","metadata":{"files":{"readme":"README.MD","changelog":"CHANGELOG.MD","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-09-11T15:06:37.000Z","updated_at":"2023-10-08T16:21:49.600Z","dependencies_parsed_at":null,"dependency_job_id":"83086593-0082-4ba2-bf4c-ac281d9d4726","html_url":"https://github.com/PowerShellCrack/InstallLatestModulesPSModule","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FInstallLatestModulesPSModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FInstallLatestModulesPSModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FInstallLatestModulesPSModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FInstallLatestModulesPSModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowerShellCrack","download_url":"https://codeload.github.com/PowerShellCrack/InstallLatestModulesPSModule/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228028618,"owners_count":17858418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-13T07:03:28.596Z","updated_at":"2024-12-04T01:31:21.954Z","avatar_url":"https://github.com/PowerShellCrack.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# A module to update powershell modules\n\n## Prerequisites\n\nNo prerequisites are needed\n\n## Install\n\n```powershell\nInstall-Module InstallLatestModule -Force\n```\n\n## Cmdlets\n\n- **Install-LatestModule** : install and update modules to latest version\n- **Compare-LatestModule** : compares all installed modules to latest version\n\n## logging\n\nDefault location is **\\\u003ctempdir\\\u003e\\\\Modules_Install-LatestModule_\\\u003cdate\\\u003e.log**\n\n## Examples\n\n```powershell\n\nInstall-LatestModule -All\n#Example will update all modules installed under C:\\Program #Files\\WindowsPowerShell\\Modules\n\nInstall-LatestModule -Name AzureAD\n#Example will scan for module AzureAD and check its version. it will update if older than PSGallery's latest version\n\nInstall-LatestModule -Name Az.Accounts,Az.Resources,Microsoft.Graph.Intune\n#Example will scan for module AzureAD and check its version. it will update if older than PSGallery's latest version\n\nInstall-LatestModule -Name AzureAD -Force\n#Example will scan for module AzureAD and check its version. If the version is already up-to-date; Force will reinstall it\n\nGet-Module -ListAvailable | Install-LatestModule\n#Example will scan for module AzureAD and check its version. If the version is already up-to-date; Force will reinstall it\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShellCrack%2FInstallLatestModulesPSModule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPowerShellCrack%2FInstallLatestModulesPSModule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShellCrack%2FInstallLatestModulesPSModule/lists"}