SaaSHub helps you find the best software and product alternatives Learn more →
CMPackager Alternatives
Similar projects and alternatives to CMPackager
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Evergreen
Create evergreen Windows image build pipelines with the latest version numbers and download URLs for common applications (by aaronparker)
-
PSCMContentMgmt
PowerShell module used for managing Microsoft Endpoint Manager Configuration Manager distribution point content.
-
-
-
-
-
-
Nevergreen
This module is an alternative to Evergreen, and allows you to find the latest version and download URL for various Windows apps. Evergreen uses API queries to obtain its data whereas this module is more focussed on web scraping. This is more prone to breaking when websites are changed, hence the name.
-
Get-CMUnusedSources
A PowerShell script that will tell you what folders are not used by Microsoft Endpoint Manager Configuration Manager.
-
-
CMPackager discussion
CMPackager reviews and mentions
- Which tool to maintain up to date Surface drivers and firmware
-
Is it possible to automate the creation of application packages?
CMPackager if you want a single file that does everything
- New application update - subscribe
-
CMPackager and Adobe Products
Current package used. https://github.com/asjimene/CMPackager/blob/main/Disabled/AdobeReader.xml
-
How to automatically deploy update of an application ?
Cmpackager can assist automated application deployment. https://github.com/asjimene/CMPackager
- Question: Recast Right-Click Tools - Is there a feature that will build an application?
-
Problem running ComObject "InternetExplorer.Application" on Windows Server
It's not that I didn't like the answer, I just made the post on other platforms to expand it further, since sometimes the community can't be here. The script using -ComObject for internet explorer works very well, it captures the link and if I want I can download it, but the only dissatisfaction is that this command doesn't seem to work on Windows Server. But for you who still don't know why I'm looking to do this via powershell, it's for SCCM using a utility that automates software downloading and publishing for SCCM which is CMPackager
-
Application Updates - Scheduling Question
This is the way https://github.com/asjimene/CMPackager
-
[Help] CMPackager how to keep the same application name in SCCM, but change only the updated content?
The CMPackager script is really amazing, and if implemented well it can really reduce the number of manual interventions in terms of SCCM applications. But I saw some details about CMPackager. It basically puts the name of the application along with its version, and this is a problem because if there is more than one version (Chrome for example) you will see several entries in the Applications field in SCCM, such as Chrome 97.04692.70, Chrome 97.04692 .71, Chrome 97.04692.72, Chrome 97.04692.73 and this is really annoying. So opening the CMPackager.ps1 I removed the variable "$ApplicationSWVersion" that is related to the display name of the application in SCCM, and so far everything is ok, the script continues to download and create the package and distribute normally the problem is that it cannot just update the content within that same name, as if it depended on always creating a new name in SCCM and that really is a problem. As this log shows, I had a Google Chrome entry in the Applications list in SCCM and its version is 68.127.32839 and the latest version CMPackager found is 97.0.4692.71 but instead of it just changing the version and update the content, it simply skipped that part and ended the script.
- How to deal with very frequently updated applications?
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Oct 2024
Stats
asjimene/CMPackager is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of CMPackager is PowerShell.