Quantcast
Viewing all articles
Browse latest Browse all 4945

Problem with Get-NcNetInterface

Hi Everyone,

 

I'm using the Netapp powershell toolkit 4.6.0 (though the output looks like this from the Get-NaToolkitVersion command):

PS C:\Windows\system32> Get-NaToolkitVersion

Major Minor Build Revision
----- ----- ----- --------
4 4 0 0

 

On Windows 2016: 

Major Minor Build Revision
----- ----- ----- --------
10 0 14393 0

(Can someone explain why this happens?

PS C:\Windows\system32> (Get-NCNetInterface).address

OverloadDefinitions
-------------------
System.Object&, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Address(int )

 

I am expecting a list of all the IP addresses, one for each interface but I get this "error".  I can do other things without any issues like, a standard Get-NcInterface produces the expected result. For example, this works:

 

PS C:\Windows\system32> Get-NCNetInterface |fl address
Address : 169.254.60.248

Address : 169.254.1.195


Viewing all articles
Browse latest Browse all 4945

Trending Articles