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.
To learn more, please review the information in this blog post.

Microsoft Virtualization Discussions

How to use Powershell Toolkit to read boot variables?

StevePutre
3,568 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,558 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