Hi,
I see that we could use the below cmdlet to retrieve all the network adapters.
Get-SCVirtualNetworkAdapter -All
From the list that is returned, I need to identify those adapters that are linked to any VM Template.
I see from the documentation that there is a flag to pass in a VMTemplate and retrieve all adapters that are linked to it. But is there any attributes/values that I can use from the response body that can be used to identify that the network adapter is linked to a vm template?
Thanks.