Hi, please check Get-NsxFirewallRuleMember - whether for comparison you want to use -match. At least if $_Member -is [system.xml.xmlelement] it seems you should compare using -eq, since you compare object IDs. As an example: -match will result in ID SecurityGroup-11 matching to ID SecurityGroup-110.
Hi, please check Get-NsxFirewallRuleMember - whether for comparison you want to use -match. At least if $_Member -is [system.xml.xmlelement] it seems you should compare using -eq, since you compare object IDs. As an example: -match will result in ID SecurityGroup-11 matching to ID SecurityGroup-110.