The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

How to use Powershell Toolkit to read boot variables?

StevePutre
3,573 Views

Trying to figure out how to read node boot variables using PSTK.  I ned to perform the equivalent of:

 

systemshell -node * kenv kmip.init.interface

 

This command is only available in diag mode in the CLI, so I am not sure it can be done thru the API.

Any suggestions?

1 REPLY 1

JGPSHNTAP
3,563 Views

You are going to have to do something like this

 

invoke-ncssh 'set diag -c off;systemshell -node * kenv  kmip.init.interface'

 

My cluster isn't returning anything

Public