Microsoft Internet Security and Acceleration Server 2004 SDK

FPCServer

The FPCServer object represents a single ISA Server computer that is associated with an FPCArray object. The FPCServer object has multiple properties that are used to set configuration settings. By using this object, you can programmatically access drives, available network adapters, product information, and other generic server attributes such as a server's name and description.

This object is typically an element of an FPCServers collection.

Click here to see the ISA Server object hierarchy.

Inheritance

This object inherits from the FPCPersist object, which contains methods and properties related to the persistent storage of an object's data. They include methods for exporting the object's data to and importing it from an XML document.

Methods

The FPCServer object defines the following methods.

Method Description
ActivateRASServerOnDomain Adds or removes the server from the RAS and IAS Servers groups on the domain controller.
StartFirewallService Starts the Microsoft Firewall service on the server.
StartJobSchedulerService Starts the Microsoft ISA Server Job Scheduler service on the server.
StartMSDEService Starts the Microsoft Data Engine (MSDE) service on the server.
StartRemoteAccessService Starts the Routing and Remote Access service on the server.
StopFirewallService Stops the Microsoft Firewall service on the server.
StopJobSchedulerService Stops the Microsoft ISA Server Job Scheduler service on the server.
StopMSDEService Stops the Microsoft Data Engine (MSDE) service on the server.
StopRemoteAccessService Stops the Routing and Remote Access service on the server.
VPNDisconnect Disconnects the VPN connection between the specified remote IP address and the server.

Properties

The FPCServer object has the following properties.

Property Description
Adapters Gets an FPCAdapters collection that contains objects representing the available network adapters on the server.
CacheDrives Gets an FPCCacheDrives collection that contains objects representing the cache drives on the server.
ConnectivityResults Gets an FPCConnectivityResults collection that contains objects representing the results of attempts to verify connectivity for the server.
CreatedTime Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the object was created.
Description Gets or sets the description of the server.
DialupNetworkConnections Gets an FPCDialupNetworkConnections collection that holds the names of the dial-up network connections that have been set up on the server.
DiskDrives Gets an FPCDiskDrives collection that contains objects representing the disk drives on the server.
FirewallClientSessionsCount Gets the number of Firewall client sessions running on the server.
FirewallServiceStatus Gets a Boolean value that indicates whether the Microsoft Firewall service is running on the server.
FirewallServiceUpTime Gets the number of seconds that the Microsoft Firewall service has been working properly on the server.
FQDN Gets the fully qualified domain name (FQDN) of the server.
InstallationDirectory Gets the ISA Server installation directory on the server.
JobSchedulerServiceStatus Gets a Boolean value that indicates whether the Microsoft ISA Server Job Scheduler service is running on the server.
JobSchedulerServiceUpTime Gets the number of seconds that the Microsoft ISA Server Job Scheduler service has been working properly on the server.
LastModifiedTime Gets a Date value that specifies the date and time in Coordinated Universal Time (UTC) when the object was last modified.
LoadFactor Gets or sets the load factor for the server.
MSDEServiceStatus Gets a Boolean value that indicates whether the Microsoft Data Engine (MSDE) service is running on the server.
Name Gets the name of the server.
OperatingSystemMajorVersion Gets the major version number of the operating system installed on the server.
OperatingSystemMinorVersion Gets the minor version number of the operating system installed on the server.
OperatingSystemSuiteMask Gets a bitmask that specifies the product suites available on the server.
ProductID Gets the identifier (ID) of the product installed on the server.
ProductVersion Gets the version of ISA Server installed on the server.
QuarantinedVPNConnectionsCount Gets the number of quarantined VPN connections running on the server.
RemoteAccessServiceStatus Gets a Boolean value that indicates whether the Routing and Remote Access service is running on the server.
SecureNATSessionsCount Gets the number of SecureNAT sessions running on the server.
ServerStatus Gets a Boolean value that indicates whether the server is functioning.
ServicePackMajorVersion Gets the major version number of the latest service pack installed on the server.
ServicePackMinorVersion Gets the minor version number of the latest service pack installed on the server.
SignaledAlerts Gets the FPCSignaledAlerts collection for the server.
SiteToSiteVPNConnectionsCount Gets the number of site-to-site VPN connections running on the server.
SSLClientCertificates Gets an FPCCertificates collection that contains objects representing the Secure Sockets Layer (SSL) client certificates available on the server.
SSLServerCertificates Gets an FPCCertificates collection that contains objects representing the Secure Sockets Layer (SSL) server certificates available on the server.
TrustedRootCertificates Gets an FPCCertificates collection that contains objects representing the trusted root certificates available on the server.
VPNConnectionsCount Gets the number of VPN connections running on the server.
VpnStaticAddressPool Gets an FPCReadOnlyIpRangeSet collection that contains objects representing the IP address ranges from which the server can assign IP addresses to VPN clients connecting to it.
WebProxySessionsCount Gets the number of ISA Server Web proxy sessions running on the server.

Methods Inherited from FPCPersist

Name Description
CancelWaitForChanges Cancels the registration established by the WaitForChanges method (for use in C and C++ programming only).
CanImport Returns a Boolean value that indicates whether the object's properties can be imported from the specified XML document.
Export Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML document.
ExportToFile Recursively writes the stored values of all the properties of the object and its subobjects to the specified XML file.
GetServiceRestartMask Retrieves a 32-bit bitmask of the FpcServices enumerated type that specifies which services need to be restarted for currently unsaved changes to take effect.
Import Recursively copies the values of all the properties of the object and of its subobjects from the specified XML document to persistent storage.
ImportFromFile Recursively copies the values of all the properties of the object and of its subobjects from the specified XML file to persistent storage.
LoadDocProperties Provides the XML document's properties so that you can know what information can be imported from the document.
Refresh Recursively reads the values of all the properties of the object and of its subobjects from persistent storage, overwriting any changes that have not been saved.
Save Recursively writes the current values of all the properties of the object and its subobjects to persistent storage.
WaitForChanges Registers to wait for an event indicating that the contents of the object have changed (for use in C and C++ programming only).

Properties Inherited from FPCPersist

Name Description
PersistentName Gets the persistent name of the object. The persistent name of an object is a name that is unique for the object at the respective level of the COM object hierarchy.
VendorParametersSets Gets an FPCVendorParametersSets collection that can hold sets of custom data for extending the object.

Remarks

This object implements the IFPCServer interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects