Hello and thanks for your answer.
I can now see if it's up to date with this cmdlet with your help
$proxy = Get-VBRViProxy
$proxy.Host.GetPhysicalHost().IsComponentsUpdateRequired()
So , can you confirm me I check all the states I can have with this :
If disable -> $Proxy.Host.IsDisabled will be true
If not reacheable -> $Proxy.IsUnavailable will be true
If component update needed -> $proxy.Host.GetPhysicalHost().IsComponentsUpdateRequired() will be true
I can now see if it's up to date with this cmdlet with your help
$proxy = Get-VBRViProxy
$proxy.Host.GetPhysicalHost().IsComponentsUpdateRequired()
So , can you confirm me I check all the states I can have with this :
If disable -> $Proxy.Host.IsDisabled will be true
If not reacheable -> $Proxy.IsUnavailable will be true
If component update needed -> $proxy.Host.GetPhysicalHost().IsComponentsUpdateRequired() will be true
Statistics: Posted by matteu — Apr 29, 2025 7:29 pm








