@PhilipDAth gave me a good direction to pursue, and made me think about the objects and output a lot more. After a lot of trial and error, I was still not able to expand objects, which was frustrating. So, instead, i went back to the method I was using to get the data from the meraki device I was using Invoke-RestMethod, however, changed this to Invoke-WebRequest, which provided all of the details I needed
... View more