{"id":14063725,"url":"https://github.com/PowerShellCrack/MSFTLinkDownloaderPSModule","last_synced_at":"2025-07-29T16:31:25.374Z","repository":{"id":111449954,"uuid":"500143519","full_name":"PowerShellCrack/MSFTLinkDownloaderPSModule","owner":"PowerShellCrack","description":"A module that will download files from Microsoft Link ID's","archived":false,"fork":false,"pushed_at":"2023-03-09T13:35:54.000Z","size":372,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T23:09:40.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":null,"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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-06-05T15:59:18.000Z","updated_at":"2023-08-09T19:32:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e25c3dc-c8a7-4789-9862-503ba2108cdd","html_url":"https://github.com/PowerShellCrack/MSFTLinkDownloaderPSModule","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PowerShellCrack/MSFTLinkDownloaderPSModule","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FMSFTLinkDownloaderPSModule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FMSFTLinkDownloaderPSModule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FMSFTLinkDownloaderPSModule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FMSFTLinkDownloaderPSModule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PowerShellCrack","download_url":"https://codeload.github.com/PowerShellCrack/MSFTLinkDownloaderPSModule/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PowerShellCrack%2FMSFTLinkDownloaderPSModule/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267718273,"owners_count":24133448,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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.631Z","updated_at":"2025-07-29T16:31:24.959Z","avatar_url":"https://github.com/PowerShellCrack.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# LGPO PowerShell module\n\nA module that will download files from Microsoft Link ID's\n\n## Prerequisites\n\nNone\n\n## Cmdlets\n- **Get-MsftLink** - Get the download url from linkID; export to object\n- **Invoke-MSFTLinkDownload** - Downloads file from linkID\n\n## Install\n\n```powershell\nInstall-Module MSFTLinkDownloader -Force\nImport-Module MSFTLinkDownloader\n```\n\n## Examples\n\n```powershell\n\n#grab linkID download URLS\nGet-MsftLink -LinkID '49117'\n\n#grab linkID download URLS with LGPO in name\nGet-MsftLink -LinkID '55319' -Filter 'LGPO'\n\n#grab linkID download URLS for British english language\n49117,55319,104223 | Get-MsftLink -Language en-gb\n\n#download file by Link ID with Server in name (overwrite if exists)\nInvoke-MsftLinkDownload -LinkID 55319,104223 -Filter 'Server' -DestPath C:\\temp\\Downloads -Force\n\n#download file by URL (overwrite if exists)\nInvoke-MsftLinkDownload -DownloadLink 'https://download.microsoft.com/download/8/5/C/85C25433-A1B0-4FFA-9429-7E023E7DA8D8/LGPO.zip' -DestPath C:\\temp\\Downloads -Force\n\n#grab linkID download URLS, then download them and export their status\nGet-MsftLink -LinkID 49117,104223 | Invoke-MsftLinkDownload -DestPath C:\\temp\\Downloads -Passthru\n\n#collect linkID data, then download them, show no progress bar and extract them if they are archive files as well a delete the archive when done.\n$Links = Get-MsftLink -LinkID 49117,55319,104223\n$Links | Invoke-MsftLinkDownload -DestPath C:\\temp\\Downloads -Passthru -NoProgress -Extract -Cleanup\n\n```\n\n## Passthru\n\nThe output when using _-Passthru_ parameter will create object data that can be further used in a pipeline or script\n\n![Output](/.images/PassthruData.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShellCrack%2FMSFTLinkDownloaderPSModule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPowerShellCrack%2FMSFTLinkDownloaderPSModule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPowerShellCrack%2FMSFTLinkDownloaderPSModule/lists"}