ISA2004 Manual

C:Program FilesMicrosoft ISA 2004 SDKsamplesAdminImportExport.vbs

If WScript.Arguments(0) = "e" Then

' WScript.Echo "Exporting the configuration of the " & firewall.Name & " array object to " & WScript.Arguments(1) & " ..."

' Export the configuration to the XML file.

' Notice that values are not specified for the optional parameters.

firewall.ExportToFile WScript.Arguments(1), noOptionalData

' WScript.Echo "Exporting was completed successfully."

WScript.Quit

你可能感兴趣的:(ISA2004 Manual)