RamblingCookieMonster / RabbitMQTools

PowerShell module containing cmdlets to manage RabbitMQ.
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
31 stars 22 forks source link

Ensuring that references to ComputerName are now HostName #18

Closed StuartMoore closed 8 years ago

StuartMoore commented 8 years ago

There were some changes missed when 27b7c8b was committed.

See https://github.com/RamblingCookieMonster/RabbitMQTools/issues/17

RamblingCookieMonster commented 8 years ago

Thanks for finding all of these!

On a side note... anyone using this module and referencing the ComputerName property in the output might need to update their code to reference HostName.

Cheers!