ChrisROI
Enthusiast
Enthusiast

Registration/unregistration of third-party IO filter storage

Hi,

I have to refresh the IO Filter Registration on a list of ESXi Hosts.

I found that command in kb article https://kb.vmware.com/s/article/51999

 

/usr/lib/vmware/iofilter/bin/iofvp-ctrl-app -r

 

Is there a way to do this by powercli?

 

Thank you in advance.

Reply
0 Kudos
LucD
Leadership
Leadership

Only via an SSH session afaik.
But you can set up an SSH session and send commands with the Posh-SSH module.
I did a short dive on that, see Use Posh-SSH instead of PuTTY


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

ChrisROI
Enthusiast
Enthusiast

Hi Luc,

 

yes I have seen that option with SSH Posh in related posts and searched the cli possibilites with your function Get-EsxCliCommand (great function, thank you for that). Than I will try my luck with that SSH Posh.

 

Thank you LucD again

Greetings

Chris

 

Reply
0 Kudos
ChrisROI
Enthusiast
Enthusiast

The SSH worked fine,

Thank you again LucD!

Reply
0 Kudos