Microsoft Virtualization Discussions

How to use Powershell Toolkit to read boot variables?

StevePutre
2,412 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
2,402 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