Files were populated with .Bat . Is their a specific file or do you need the zip that I can send you directly ?
@ECHO OFF
REM *************************************************************************
REM WARNING: This batch file will MODIFY THE REGISTRY!
REM
REM This is used to add (or update) the local machine's Registry with
REM default CSF Admin config data.
REM If values already exist, this batch file will overwrite them!
REM
REM Feel free to modify the variable values below to reflect whatever
REM settings you need for your own usage.
REM *************************************************************************
REM Batch variable setting is sort of odd...if you set it to a quoted string
REM the QUOTES are part of the variable! Just FYI.
REM *** TFTP Servers
SET TFTP1="x.x.x.x"
SET TFTP2="x.x.x.x."
SET TFTP3="x.x.x.x"
REM *** CTI Servers
SET CTI1="x.x.x.x."
SET CTI2="x.x.x.x"
REM *** CSF Stats Server
SET CsfStatsServer=""
SET CsfStatsCollectionEnabled=""
REM *** LDAP information
SET LDAP_Server_1="ldap://x.x.x.x"
SET LDAP_SearchBaseDN_1="DC=domain,DC=com"
SET LDAP_SearchBaseDN_2="
SET LDAP_SearchBaseDN_5=""
SET LDAP_EnableAnonymousBind="false"
SET LDAP_MaxCacheSize="1000"
SET LDAP_ResultSetMaxSize="250"
SET LDAP_UserLogonDomain="domain.com"
SET LDAP_AttributeName_objectclassKey="objectclass"
SET LDAP_AttributeName_objectclassValue="person"
SET LDAP_AttributeName_userLogonName="userPrincipalName"
SET LDAP_AttributeName_displayName="displayName"
SET LDAP_AttributeName_commonName="cn"
SET LDAP_AttributeName_firstName="givenName"
SET LDAP_AttributeName_lastName="sn"
SET LDAP_AttributeName_email="mail"
SET LDAP_AttributeName_uri="msRTCSIP-PrimaryUserAddress"
SET LDAP_AttributeName_photoUri="photoUri"
SET LDAP_AttributeName_businessPhone="telephoneNumber"
SET LDAP_AttributeName_homePhone="homePhone"
SET LDAP_AttributeName_mobilePhone="mobile"
SET LDAP_AttributeName_otherPhone="otherTelephone"
SET LDAP_AttributeName_primaryPhoneNumberForSearches="telephoneNumber"
SET LDAP_EnableWildcardMatchesForPhoneNumberSearches="false"
SET LDAP_AttributeName_title="title"
SET LDAP_AttributeName_companyName="company"
SET LDAP_AttributeName_userAccountName="sAMAccountName"
REM *** Voicemail Pilot Number
SET VMPilot="1000"
REM *** VM SYSTEM
SET VVM_SystemServer_0="x.x.x.x"
SET VVM_SystemServer_1="x.x.x.x"
SET VVM_SystemServer_VmwsProtocol_0="HTTP"
SET VVM_SystemServer_VmwsProtocol_1="HTTP"
SET VVM_SystemServer_VmwsPort_0="80"
SET VVM_SystemServer_VmwsPort_1="80"
REM *** VOICE MAIL MAILSTORE
SET VVM_Mailstore_Server_0="x.x.x.x"
SET VVM_Mailstore_Server_1="x.x.x.x"
SET VVM_Mailstore_ImapProtocol_0="TCP"
SET VVM_Mailstore_ImapProtocol_1="TCP"
SET VVM_Mailstore_ImapPort_0="143"
SET VVM_Mailstore_ImapPort_1="143"
SET VVM_Mailstore_InboxFolderName="INBOX"
SET VVM_Mailstore_TrashFolderName="Deleted Items"
SET VVM_Mailstore_EncryptedConnection="false"
SET VVM_Mailstore_PollingInterval="60"
SET VVM_Mailstore_DualFolder="true"
SET VVM_Mailstore_IdleEnabled="true"
SET VVM_Mailstore_IdleExpireTimeInMin="29"
REM *** Service Credentials Sources : Valid source are "", "PHONE", "CONTACT", "VOICEMAIL", "WEBCONF"
SET VoiceMailService_UseCredentialsFrom=""
SET PhoneService_UseCredentialsFrom=""
SET ContactService_UseCredentialsFrom=""
set WebConfService_UseCredentialsFrom=""
REM *** CCMCIP Servers
SET CCMCIP1="x.x.x.x"
SET CCMCIP2="x.x.x.x"
SET CCMCIP_Server_Validation="0"
REM *** WEB CONFERENCING
SET WebConfPort="80"
SET WebConfProtocol="HTTP"
SET WebConfServer="meetingplace.mydomain.net"
SET WebConfServerValidation="1"
REM *** Video Options Visibility Setting
SET SetVideoEnablePref="true"
SET SetVideoStaticThrottlingPref="false"