vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

Source parameter for "Any" #572

Closed regmiboyer closed 5 years ago

regmiboyer commented 5 years ago

Hi Guys,

This would be a dumb question but unfortuanetly i cant find answer to it anywhere. what parameter should I use to specify any source or destination while creating a new NSX firewall rule in 6.4 using powerNSX? I am trying to use a string “Any” but that didn’t work, tried * with no luck. Same goes with Service if I want to specify any service.

alagoutte commented 5 years ago

Hi, Do you have try to don't specify Source or Destination ?

regmiboyer commented 5 years ago

Hi, Do you have try to don't specify Source or Destination ?

Hi,

This is now resolved. All this while i was using -source "Any" or -Source "*" or -Source Any but then i tried without the -Source and it just ran.

Thanks for your assistance.