Arthur Posted April 7, 2014 Posted April 7, 2014 OneGet is currently part of the Windows Management Framework v5 Preview which also includes the PowerShell v5 Preview. The final version of OneGet will probably be released at the same time as Windows 8.1 Update 2 or Windows 9. It's based upon Chocolatey, so if you wanted to, you could create your own internal software repository by following the instructions here. Website / Documentation / Download OneGet is a unified interface to package management systems and aims to make Software Discovery, Installation and Inventory (SDII) work via a common set of cmdlets (and eventually a set of APIs). Regardless of the installation technology underneath, users can use these common cmdlets to install/uninstall packages, add/remove/query package repositories, and query a system for the software installed. Included in this CTP is a prototype implementation of a Chocolatey-compatible package manager that can install existing Chocolatey packages. With OneGet, you can: Manage a list of software repositories in which packages can be searched, acquired, and installed Search and filter your repositories to find the packages you need Seamlessly install and uninstall packages from one or more repositories with a single PowerShell command This first version of OneGet installs and searches software from Chocolatey repositories. Support of additional repositories will come in subsequent versions. OneGet should be shipping inside future versions of PowerShell, and by extension, would ship in future versions of Windows. Further reading A closer look at Windows PowerShell OneGet - Part 1 Playing with the new OneGet module (v5 preview) Checking Out OneGet in PowerShell v5 Install SysInternals Suite from PowerShell via OneGet
rickjames Posted May 11, 2015 Posted May 11, 2015 Bump. Anyone had a go with this? Easy to do for a complete novice? Our software install process essentially involves an autoinstall.vbs that goes and pulls a load of Windows Updates before installing everything of ours.
halbaradkenafin Posted May 11, 2015 Posted May 11, 2015 Bump. Anyone had a go with this? Easy to do for a complete novice? Our software install process essentially involves an autoinstall.vbs that goes and pulls a load of Windows Updates before installing everything of ours. There are various guides out there for how to set up a chocolatey repository and have oneget use it. I haven't done it myself yet but it's on my list of things to do with my lab I'm setting up.
Arthur Posted May 11, 2015 Author Posted May 11, 2015 Btw, OneGet is now called PackageManagement in Windows 10. http://blogs.technet.com/b/packagemanagement/archive/2015/04/29/introducing-packagemanagement-in-windows-10.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now