home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / PolicyDefinitions / en-US / EventForwarding.adml < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  39 lines

  1. <?xml version="1.0"?>
  2. <policyDefinitionResources revision="1.0" schemaVersion="1.0">
  3.     <displayName>Event Forwarding</displayName>
  4.  
  5.     <description>Policy Definitions For Event Forwarding</description>
  6.  
  7.     <resources>
  8.  
  9.         <stringTable>
  10.  
  11.             <string id="EventForwarding">Event Forwarding</string>
  12.  
  13.             <string id="SubscriptionManager">Configure the server address, refresh interval, and issuer certificate authority of a target Subscription Manager</string>
  14.  
  15.             <string id="Subscription_Help">This policy setting allows you to configure the server address, refresh interval, and issuer certificate authority (CA) of a target Subscription Manager. The Subscription Manager is the computer to which events are forwarded.
  16.  
  17. Syntax: Option=Value[,Option=Value]*
  18. Options:
  19. Server (mandatory) - Address of the computer to which events should be forwarded. When the server uses the default transport protocol (HTTP) and port (80), use "Server=<FQDN>" where <FQDN> is the fully qualified domain name of the server. Otherwise, specify the full URL. For example, when using the HTTPS protocol, "Server=https://<FQDN>/wsman/SubscriptionManager/WEC"
  20. </string>
  21.  
  22.             <string id="SubscriptionManager_Listbox">SubscriptionManagers</string>
  23.         </stringTable>
  24.  
  25.     
  26.         <presentationTable>
  27.  
  28.             <presentation id="SubscriptionManager">
  29.                                 
  30.                 <listBox refId="SubscriptionManager_Listbox">SubscriptionManagers</listBox>
  31.  
  32.             </presentation>
  33.  
  34.         </presentationTable>
  35.  
  36.     </resources>
  37.  
  38. </policyDefinitionResources>
  39.