NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

PS equivalnet of CDOT CLI "network connections active show..."

Tas
2,629 Views

I'm trying to find where I can get connection information within the PS cmdlets for NetApp.  In particular I am trying to show the active network connections, similar to the "net conn active show -vserver SVM -lif-name LIF".

 

Anyone have any clues?

Thanks in advance

TasP

1 REPLY 1

DJ-Potsdam
2,573 Views

Hi Tas,

 

Will ontap powershell cmdlet that allows you to run native commands on the storage work for you?

If yes, did you try C:\PS>Invoke-NcSsh  network connections active show -node *?

 

Thanks

Public