home *** CD-ROM | disk | FTP | other *** search
/ Sciences Encyclopedia 2.0 Ariss / SCIENCES-ENCYCLOPEDIA-V2.0-ARISS-CD2.iso / Local / IEAK5OPT.CAB / conf.adm < prev    next >
Windows Policy Administrative Template  |  2000-10-20  |  12KB  |  374 lines

  1.  
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. CLASS USER   ;;;;;;;;;;;;;;;;;;
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5.  
  6. CATEGORY !!NetMeeting
  7. KEYNAME "Software\Microsoft\Conferencing\Policies"
  8.  
  9.     POLICY !!RestrictFileTransfer
  10.     VALUENAME "RestrictFileTransfer"
  11.         PART !!PreventSendingFiles CHECKBOX
  12.             VALUENAME "NoSendingFiles"
  13.         END PART
  14.         PART !!PreventReceivingFiles CHECKBOX
  15.             VALUENAME "NoReceivingFiles"
  16.         END PART
  17.         PART !!RestrictFTSendSize NUMERIC
  18.             VALUENAME "MaxFileSendSize"
  19.         END PART
  20.     END POLICY        
  21.  
  22.     POLICY !!RestrictAppSharing
  23.     VALUENAME "RestrictAppSharing"
  24.         PART !!PreventAppSharing CHECKBOX
  25.             VALUENAME "NoAppSharing"
  26.         END PART
  27.         PART !!PreventSharing CHECKBOX
  28.             VALUENAME "NoSharing"
  29.         END PART
  30.         PART !!PreventSharingDesktop CHECKBOX
  31.             VALUENAME "NoSharingDesktop"
  32.         END PART
  33.         PART !!PreventGrantingControl CHECKBOX
  34.             VALUENAME "NoAllowControl"
  35.         END PART
  36.         PART !!PreventSharingTrueColor CHECKBOX
  37.             VALUENAME "NoTrueColorSharing"
  38.         END PART
  39.         PART !!PreventSharingMSDOS CHECKBOX
  40.             VALUENAME "NoSharingDosWindows"
  41.         END PART
  42.         PART !!PreventSharingExplorer CHECKBOX
  43.             VALUENAME "NoSharingExplorer"
  44.         END PART
  45.     END POLICY
  46.  
  47.     POLICY !!RestrictOptionsDialog
  48.     VALUENAME "OptionsDialogRestricted"
  49.         PART !!DisableGeneralPage CHECKBOX
  50.             VALUENAME "NoGeneralPage"
  51.         END PART
  52.         PART !!DisableAdvCallingButton CHECKBOX
  53.             VALUENAME "NoAdvancedCalling"
  54.         END PART
  55.         PART !!DisableSecurityPage CHECKBOX
  56.             VALUENAME "NoSecurityPage"
  57.         END PART
  58.         PART !!DisableAudioPage CHECKBOX
  59.             VALUENAME "NoAudioPage"
  60.         END PART
  61.         PART !!DisableVideoPage CHECKBOX
  62.             VALUENAME "NoVideoPage"
  63.         END PART
  64.     END POLICY
  65.  
  66.     POLICY !!RestrictAudio
  67.         PART !!PreventAudio CHECKBOX
  68.             VALUENAME "NoAudio"
  69.         END PART
  70.         PART !!PreventFullDuplex CHECKBOX
  71.             VALUENAME "NoFullDuplex"
  72.         END PART
  73.         PART !!EnableDirectSound CHECKBOX 
  74.             KEYNAME "SOFTWARE\Microsoft\Conferencing\Audio Control"
  75.             VALUENAME "Direct Sound"
  76.         END PART
  77.         PART !!NoChangeDirectSound CHECKBOX
  78.             VALUENAME "NoChangeDirectSound"
  79.         END PART
  80.         PART !!MuteSpeakerByDefault CHECKBOX
  81.             KEYNAME "SOFTWARE\Microsoft\Conferencing\Audio Control"
  82.             VALUENAME "SpeakerMute"
  83.         END PART
  84.         PART !!MuteMicrophoneByDefault CHECKBOX
  85.             KEYNAME "SOFTWARE\Microsoft\Conferencing\Audio Control"
  86.             VALUENAME "RecordMute"
  87.         END PART
  88.     END POLICY
  89.  
  90.     POLICY !!RestrictVideo
  91.     VALUENAME "RestrictVideo"
  92.         PART !!PreventSendingVideo CHECKBOX
  93.             VALUENAME "NoSendingVideo"
  94.         END PART
  95.         PART !!PreventReceivingVideo CHECKBOX
  96.             VALUENAME "NoReceivingVideo"
  97.         END PART
  98.     END POLICY
  99.  
  100.     POLICY !!RestrictILS
  101.         PART !!PreventDirectoryServices CHECKBOX
  102.             VALUENAME "NoDirectoryServices"
  103.         END PART
  104.         PART !!PreventAddingNewILS CHECKBOX
  105.             VALUENAME "NoAddingDirectoryServers"
  106.         END PART
  107.         PART !!PreventWebDirectory CHECKBOX
  108.             VALUENAME "NoWebDirectory"
  109.         END PART
  110.     END POLICY
  111.  
  112.     POLICY !!SetULSServer
  113.         PART !!UlsServer EDITTEXT
  114.             KEYNAME "Software\Microsoft\User Location Service\Client"
  115.             VALUENAME "Server Name"
  116.         END PART
  117.     END POLICY
  118.  
  119.     POLICY !!SetSecurityOptions
  120.         PART !!SetSecurityLevel DROPDOWNLIST
  121.             VALUENAME "CallSecurity"
  122.             ITEMLIST
  123.                 NAME !!SecurityLevelRequired VALUE NUMERIC  1
  124.                 NAME !!SecurityLevelDisabled VALUE NUMERIC  2
  125.             END ITEMLIST
  126.         END PART
  127.     END POLICY                
  128.  
  129.     POLICY !!SetCallingOptions
  130.         PART !!SetDefaultCallingMethod DROPDOWNLIST
  131.         KEYNAME "Software\Microsoft\Conferencing"
  132.         VALUENAME "CallingMethod"
  133.         ITEMLIST
  134.             NAME !!DirectlyPlaceCallsToOthers            VALUE NUMERIC 0
  135.             NAME !!UseAGatekeeperToPlaceCallsToOthers    VALUE NUMERIC 1
  136.         END ITEMLIST
  137.         END PART
  138.  
  139.         PART !!PreventChangingCallMode CHECKBOX
  140.             VALUENAME "NoChangingCallMode"
  141.         END PART
  142.  
  143.         PART !!PreventH323 CHECKBOX
  144.             VALUENAME "NoH323"
  145.         END PART
  146.  
  147.         PART !!UseWinsock2 CHECKBOX
  148.             VALUENAME "EnableWinsock2"
  149.         END PART
  150.  
  151.         PART !!PreventAutoAccept CHECKBOX
  152.             VALUENAME "NoAutoAcceptCalls"
  153.         END PART
  154.  
  155.         PART !!PreventPersistAutoAccept CHECKBOX
  156.             VALUENAME "NoPersistAutoAcceptCalls"
  157.         END PART
  158.  
  159.         PART !!NetworkSpeed DROPDOWNLIST
  160.         KEYNAME "SOFTWARE\Microsoft\Conferencing\Audio Control"
  161.         VALUENAME "Typical Bandwidth"
  162.         ITEMLIST
  163.             NAME !!Speed_144                    VALUE NUMERIC 1
  164.             NAME !!Speed_288                    VALUE NUMERIC 2
  165.             NAME !!Speed_ISDN                    VALUE NUMERIC 3
  166.             NAME !!Speed_LAN                    VALUE NUMERIC 4
  167.         END ITEMLIST
  168.         END PART    
  169.     END POLICY
  170.  
  171.     POLICY !!SetGatekeeperOptions
  172.         PART !!DefaultGateKeeperName EDITTEXT
  173.             KEYNAME "Software\Microsoft\Conferencing"
  174.             VALUENAME "Gatekeeper"
  175.         END PART
  176.  
  177.         PART !!SetDefaultGateKeeperAddressing DROPDOWNLIST
  178.         KEYNAME "Software\Microsoft\Conferencing"
  179.         VALUENAME "GateKeeperAddressing"
  180.         ITEMLIST
  181.             NAME !!UsePhoneNumber            VALUE NUMERIC 1
  182.             NAME !!UseAccountName            VALUE NUMERIC 2
  183.             NAME !!UseBothPhoneAccount      VALUE NUMERIC 3
  184.         END ITEMLIST
  185.         END PART
  186.     END POLICY
  187.  
  188.     POLICY !!DisableChat
  189.     VALUENAME "NoChat"
  190.     END POLICY
  191.  
  192.     POLICY !!DisableOldWhiteboard
  193.         VALUENAME "NoOldWhiteBoard"
  194.     END POLICY
  195.  
  196.     POLICY !!DisableNewWhiteboard
  197.         VALUENAME "NoNewWhiteBoard"
  198.     END POLICY
  199.  
  200.     POLICY !!DisableWebNews
  201.         VALUENAME "NoWebNews"
  202.     END POLICY
  203.  
  204.     POLICY !!SetIntranetSupport
  205.         PART !!IntranetSupportURL EDITTEXT
  206.             VALUENAME "IntranetSupportURL"
  207.         END PART
  208.         PART !!FirstTimeShowURL CHECKBOX
  209.             VALUENAME "ShowFirstTimeURL"
  210.         END PART
  211.     END POLICY
  212.  
  213.     POLICY !!DisableManualCodecConfig
  214.     VALUENAME "NoAdvancedAudio"
  215.     END POLICY
  216.  
  217. END CATEGORY    ; NetMeeting
  218.  
  219. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  220. CLASS MACHINE   ;;;;;;;;;;;;;;;
  221. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  222.  
  223. CATEGORY !!NetMeeting
  224. KEYNAME "Software\Microsoft\Conferencing"
  225.  
  226.     POLICY !!NetMeetingHomePage
  227.         PART !!HomePage EDITTEXT
  228.             VALUENAME "NetMeeting Home Page"
  229.         END PART
  230.     END POLICY
  231.  
  232.     POLICY !!RestrictAudio
  233.         PART !!CreateLogFile CHECKBOX
  234.             KEYNAME "Software\Microsoft\Conferencing\debug"
  235.             VALUENAME "retaillog"
  236.         END PART
  237.     END POLICY
  238.  
  239.     POLICY !!SetAVThroughput
  240.         PART !!AVThroughput NUMERIC
  241.             MIN 85000 MAX 621700 DEFAULT 621700
  242.             VALUENAME "MaximumBandwidth"
  243.         END PART
  244.     END POLICY
  245.  
  246.     POLICY !!RestrictRDS
  247.         PART !!DisableRDS CHECKBOX
  248.             KEYNAME "Software\Microsoft\Conferencing"
  249.             VALUENAME "NoRDS"
  250.         END PART
  251.         PART !!DisableRDSWin9x CHECKBOX
  252.             KEYNAME "Software\Microsoft\Conferencing"
  253.             VALUENAME "NoRDSWin9x"
  254.         END PART
  255.     END POLICY
  256.  
  257.  
  258. END CATEGORY    ; NetMeeting
  259.  
  260. [strings]
  261.  
  262. NetMeeting="Microsoft NetMeeting"
  263.  
  264. RestrictCallAcceptance="Restrict users' ability to accept calls"
  265. PreventAutoAccept="Prevent users from automatically accept incoming calls"
  266. PreventPersistAutoAccept="Do not persist the Automatic Call Answering setting"
  267.  
  268. RestrictFileTransfer="Restrict the use of file transfer"
  269. RestrictFileTransferSize="Restrict the maximum size of a file transfer"
  270. PreventSendingFiles="Prevent users from sending files"
  271. PreventReceivingFiles="Prevent users from receiving files"
  272. RestrictFTSendSize="Limit the maximum size of sent files (in k):"
  273.  
  274. PreventAudio="Prevent users from using audio features"
  275.  
  276. RestrictILS="Restrict the use of directory services"
  277. PreventDirectoryServices="Prevent users from using directory services"
  278. PreventAddingNewILS="Prevent users from adding new directory servers"
  279. PreventWebDirectory="Prevent users from viewing the web directory"
  280.  
  281. RestrictVideo="Restrict the use of video"
  282. PreventSendingVideo="Prevent users from sending video"
  283. PreventReceivingVideo="Prevent users from receiving video"
  284.  
  285. NetMeetingHomePage="Specify the NetMeeting home page"
  286. SetULSServer="Specify the default Directory Server"
  287. HomePage="URL:"
  288. UlsServer="Directory Server:"
  289.  
  290. SetSecurityOptions="Set Security Options"
  291. SetSecurityLevel="Set the security for calls"
  292. SecurityLevelStandard="Standard"
  293. SecurityLevelRequired="Required"
  294. SecurityLevelDisabled="Disabled"
  295.  
  296. RestrictAppSharing="Restrict the use of sharing"
  297. PreventAppSharing="Disable all sharing features"
  298. PreventSharing="Prevent users from sharing anything"
  299. PreventSharingTrueColor="Prevent users from sharing in true color"
  300. PreventSharingMSDOS="Prevent users from sharing MS-DOS windows"
  301. PreventSharingExplorer="Prevent users from sharing Explorer windows"
  302. PreventSharingDesktop="Prevent users from sharing the desktop"
  303. PreventGrantingControl="Prevent users from allowing others to control"
  304.  
  305. RestrictOptionsDialog="Restrict the use of the options dialog"
  306. DisableGeneralPage="Disable the 'General' options page"
  307. DisableAdvCallingButton="Disable the 'Advanced Calling' button"
  308. DisableSecurityPage="Disable the 'Security' options page"
  309. DisableAudioPage="Disable the 'Audio' options page"
  310. DisableVideoPage="Disable the 'Video' options page"
  311.  
  312. SetAVThroughput="Specify limit for audio/video throughput"
  313. AVThroughput="Average audio/video throughput limit (in k):"
  314. MuteSpeakerByDefault="Mute speaker by default"
  315. MuteMicrophoneByDefault="Mute microphone by default"
  316. RestrictAudio="Restrict the use of audio"
  317. PreventFullDuplex="Prevent users from using Full Duplex audio"
  318. CreateLogFile="Create an audio log file"
  319. EnableDirectSound="Enable DirectSound"
  320. NoChangeDirectSound="Prevent users from changing DirectSound usage"
  321.  
  322. DisableRemoteOlderWarning="Disable backward compatibility warning"
  323.  
  324. DisableChat="Disable Chat"
  325.  
  326. DisableOldWhiteboard="Disable NetMeeting 2.x Whiteboard"
  327.  
  328. DisableNewWhiteboard="Disable Whiteboard"
  329.  
  330. SetIntranetSupport="Configure Intranet support options"
  331. IntranetSupportURL="NetMeeting Intranet Support Web URL"
  332. FirstTimeShowURL="Show the Intranet Support page the first time NetMeeting starts"
  333.  
  334. NetworkSpeed="Network Connection Speed"
  335. Speed_144="14400 bps modem"
  336. Speed_288="28800 bps or faster modem"
  337. Speed_ISDN="Cable, xDSL or ISDN"
  338. Speed_LAN="Local Area Network"
  339.  
  340. DisableManualCodecConfig="Disable Manual Codec Configuration"
  341. DisableWebNews="Disable the ""Microsoft on the Web"" menu under Help"
  342. SetCallingOptions="Set Calling Options"
  343. PreventH323="Disable H.323 calling (audio and video) completely"
  344. UseWinsock2="Use WinSock2 for RSVP, QOS functionality"
  345. SetGatekeeperOptions="Set Gatekeeper Options"
  346. SetDefaultCallingMethod="Set default calling mode"
  347. DirectlyPlaceCallsToOthers="Directly place calls to others"
  348. UseAGatekeeperToPlaceCallsToOthers="Use a gatekeeper"
  349. DefaultGateKeeperName="Default gatekeeper server"
  350. SetDefaultGateKeeperAddressing="Set default gatekeeper addressing"
  351. UsePhoneNumber="Logon with phone number"
  352. UseAccountName="Logon with account name"
  353. UseBothPhoneAccount="Logon with both account name and phone number"
  354. RestrictRDS="Restrict the use of Remote Desktop Sharing"
  355. DisableRDS="Disable Remote Desktop Sharing on all platforms"
  356. DisableRDSWin9x="Disable Remote Desktop Sharing on Windows 9.x"
  357. PreventChangingCallMode="Prevent users from changing the calling mode"
  358.  
  359. IEAK_Title=Microsoft NetMeeting
  360. IEAK_DescriptionTitle=NetMeeting Settings and Restrictions
  361. IEAK_Description1=Microsoft NetMeeting enables you to make audio and video calls and share data over the Internet or Intranet. Using NetMeeting, two or more people can share applications, transfer files, view and draw on a shared whiteboard, and chat. All of this will work over a standard modem connection to the Internet, as well as over ISDN and on a local area network.
  362. IEAK_Description2=System policies for NetMeeting 3.0 are a powerful mechanism for increasing control and manageability of computers across a network. Defined in this file, system policies are a method to enforce user and computer settings by overriding default registry values. Using this editor, you can implement policies to control user and computer access privileges and to standardize configurations for your NetMeeting 3.0 user community.
  363. IEAK_Description3=System policy settings for users can apply to an individual user, a user group, or all users; system policy settings for computers can apply to an individual computer or all computers. 
  364.  
  365. [IEAK]
  366. Lock=1
  367. Roles=011
  368. NumOfDescLines=3
  369. Platform=010
  370.  
  371.  
  372.  
  373.  
  374.