Entradas

Mostrando las entradas etiquetadas como ForeFront - ISA Server

Automated or Schedule a Backup for ISA Server 2006

Imagen
To save your backup of ISA Server 2006 in other server you need a VBS script, a batch file and schedule a job, use the following steps: Open Notepad and paste: Dim fileName Dim WSHNetwork Dim shareName: shareName = WScript.Arguments(0) Dim xmldom : set xmldom = CreateObject("Msxml2.DOMDocument") Dim fpc : set fpc = WScript.CreateObject("Fpc.Root") Dim array : set array = fpc.GetContainingArray set WSHNetwork = CreateObject("WScript.Network") fileName=shareName & "\" & WSHNetwork.ComputerName & "-" & Year(Now) & "-" & _ Month(Now) & "-" & Day(Now) & ".xml" array.Export xmldom, 0 xmldom.save(fileName) Save your script, for example: c:\scripts\yourfile.vbs Create a batch file: cscript C:\Scripts\yourfile.vbs \\OtherServer\MySharedFolder Schedule the batch file:

Forefront TMG 2010 Capacity Planning Tool

  The Forefront TMG 2010 Capacity Planning Tool, a Microsoft Excel spreadsheet with built-in workflow, allows you to calculate the WAN bandwidth and number of users a particular a hardware configuration will support, and can recommend server hardware based on the features, bandwidth and users your deployment needs to support. Start download

Configurando Failover and Load Balancing Forefront TMG RC

Imagen
  Siempre desee tener esta característica desde que conocí ISA Server.   Os dejo los link para que podáis checar la configuración con mas detalle. http://www.isaserver.org/tutorials/Kicking-Tires-TMG-2010-RC-ISP-Redundancy-Part1.html http://www.isaserver.org/tutorials/Kicking-Tires-TMG-2010-RC-ISP-Redundancy-Part2.html