Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
update for new-nsxipset -localonly
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoghlan committed Aug 25, 2017
1 parent c9d310e commit 282c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/VMworld_Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ $opsDemoSteps = @(
{Get-NsxIpSet | select name, value},
{Get-NsxIpSet | Remove-NsxIpSetMember -IPAddress 172.16.1.2,1.1.1.1-1.1.1.5,172.16.1.3,192.168.119.150},
{Get-NsxIpSet | select name, value},
{Get-NsxIpSet | ForEach-Object {New-NsxIpSet -Name "$($_.name)-universal" -IPAddresses $_.value -universal}},
{Get-NsxIpSet -localonly | ForEach-Object {New-NsxIpSet -Name "$($_.name)-universal" -IPAddresses $_.value -universal}},
{Get-NsxIpSet | select name,isuniversal,value},
{Get-NsxFirewallRule | ft},
{get-nsxfirewallsection bookstore | get-nsxfirewallrule | ft},
Expand Down

0 comments on commit 282c23c

Please sign in to comment.