How to import export address and address objects
Power Shell Script (Run it straight from powershell prompt/file must be in the same directory):
foreach( $ip in Get-Content ips.txt ){
Write-Host “set address $ip ip-netmask $ip”
}
How to import export address and address objects
Power Shell Script (Run it straight from powershell prompt/file must be in the same directory):
foreach( $ip in Get-Content ips.txt ){
Write-Host “set address $ip ip-netmask $ip”
}