DaveHope.co.uk

Automatic backup of Netscreen configuration

I spent some time earlier automating the backups of our appliance configuration to a restricted network share and thought I’d share a simple batch script to backup the configuration from multiple Juniper Netscreen (ScreenOS) firewalls. @echo off REM ================================================================ REM CONFIGURATION INFO REM ================================================================ set USERNAME=backupAccount set PASSWORD=superSecretPassword set CFGFILE=BackupList.txt set DESTDIR=C:\Backups\ REM ================================================================ REM [...]

 

Exchange 2007 restore using NTBackup

Now that I’m well under way with my Exchange 2007 migration I figured it’d be a good time to test the new Exchange recovery process. To cut a long story short, it’s a long process as most of the functionality is via Powershell rather than the Exchange Management Console. Anyway, here’s a quick guide. 1. [...]