Include Device MAC address in Get returns #164
Closed
ckp-tsatrust
started this conversation in
Ideas
Replies: 1 comment
-
|
In our configuration API the MAC is stored as a read-only "general setting" and you can get those setting with Get-VmsHardware | Select Name, Address, @{n='MACAddress';e={($_ | Get-HardwareSetting).MACAddress}}I've added an example to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
It would be really useful for the Get-VmsHardware to include the MAC address in the return. This can then be used to link with other 3rd party platforms as would be a common unique key.
For my example I would like to run a schedule task to query Milestone and compare values with those in our Asset Management platform, such as device status and current IP address....etc.
unless there is another command I can use that includes the MAC address
Beta Was this translation helpful? Give feedback.
All reactions