Hello All,
We have changed the way we are delivering PWPS_DAB down to the users in an effort to help get you the latest updates the fastest way possible. PWPS_DAB will now be available in the PowerShell Gallery. PowerShell Gallery is a repository in the cloud that you can pull PowerShell modules down directly into PowerShell and/or upgrade the version you have. If you go to www.powershellgallery.com and search for PWPS_DAB you will see the installs. To update your local copy:
- First uninstall the version you have on your machine, this will help with a clean install as the new modules install in a different location
- Run PowerShell or ISE as an administrator, type "install-module pwps_dab -Verbose" and that's it. It will install and you are good to go.
To get a new version once it is installed just type "Update-Module pwps_dab -Verbose"
A lot of us here are actually using a two step process of "Uninstall-Module pwps_dab -Verbose" and "Install-Module pwps_dab -Verbose" for a completely clean install, but that is completely up to you. Personally I have created a script (update.ps1) which has the Uninstall-Module and Install-Module inside of it and when i need to update i just run that script.
So basically this means no more downloading MSIs, etc., etc. Hope you find this useful and please let us know if it works out for you.
Thanks,
Marty