Script to create objects from a text file and add it to an object-group

New mgmt_cli method:
#mgmt_cli add network –batch IPs-ListFile.csv -r true

Excel sheet file format with column headings:
name,subnet,subnet-mask

Old DBEdit Method:
foreach($ip in Get-Content ip1.txt){
Write-Host “create host_plain BlkIP_$ip”
Write-Host “modify network_objects BlkIP_$ip ipaddr $ip”
Write-Host “addelement network_objects Blocked_IP1 ” network_objects:BlkIP_$ip”
Write-Host “update network_objects Blocked_IP1”
}

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: