Is there a way to return all Advanced config except a certain value.
I know you can do
get-vmhostadvancedconfiguration -name Misc
but can't seem to find a way to return everything but Misc.CosCoreFile
i've tried Get-VMHostAdvancedConfiguration -VMHost svr-vmh-crcla01.lbcamden.net | where {$_.Name -notlike "Misc.CosCoreFile"} but doesn't work