Particular / NServiceBus.PowerShell

Powershell extensions for NServiceBus
https://docs.particular.net/nservicebus/operations/management-using-powershell
Other
7 stars 7 forks source link

Publish to Powershell gallery #44

Open trondhindenes opened 7 years ago

trondhindenes commented 7 years ago

It would be great if this module was published to https://www.powershellgallery.com/items?q=nservicebus&x=0&y=0

gbiellem commented 7 years ago

Seems reasonable. We'll investigate this.

gjh71 commented 5 years ago

Oh.... yes... this would be really nice. To avoid the gui I now did a workaround; did the install and then tracked down the module and put that in a zip so i could deploy this to a new machine. Not the way to go, but does the job.

HEskandari commented 5 years ago

@gjh71 Can I ask which version of NServiceBus are you on and specifically which function of the NServiceBus.Powershell do you use?

gjh71 commented 5 years ago

NServiceBus version is 5.2.20. The version of NServiceBus.Powershell, well, I just downloaded it. I'm trying to automate the deployment of a new VM. And since we're using NServiceBus, I want to run these functions: Install-NServiceBusDTC Install-NServiceBusMSMQ Install-NServiceBusPerformanceCounters

And that works, but as the installer uses pop-up screens, I've got to do that by hand. The option '-noui' doesn't work.