...after I dealt with module updates last week, I finally converted the stuff to a module and published it: https://www.powershellgallery.com/packages/UpdateInstalledModule/1.0
Have fun! :-)
If you are administering Windows, you use Group Policies. Here you'll find things you maybe did not know or did not take into account, sometimes funny, sometimes weird. I'm using GPOs from the very beginning, and I tried (and sometimes even managed) to do things with GPOs others hardly even think of or believe they are impossible at all.
Monday, November 07, 2016
Wednesday, November 02, 2016
Speed-updating powershell modules from the gallery
Hi all.
TL;DR: Update all your PoSH modules from PowershellGallery.com within your ISE profile - and with lightning speed!
I recently received a IseSteroids License due to being an MVP - many thanks to Tobias Weltner for this valuable gift!
I then started to think about "how do I keep IseSteroids" up to date? It receives minor updates quite frequently, so I tried this simple command in my personal ISE profile:
This was a "no brainer" - update-module is a slow running thing. So ok, lets go - google/bing/whatever. I finally came up with a solution that has "history":
TL;DR: Update all your PoSH modules from PowershellGallery.com within your ISE profile - and with lightning speed!
I recently received a IseSteroids License due to being an MVP - many thanks to Tobias Weltner for this valuable gift!
I then started to think about "how do I keep IseSteroids" up to date? It receives minor updates quite frequently, so I tried this simple command in my personal ISE profile:
Update-Module -Name IseSteroids
This was a "no brainer" - update-module is a slow running thing. So ok, lets go - google/bing/whatever. I finally came up with a solution that has "history":
Subscribe to:
Posts (Atom)