Advertisement
Moktart

Settings.xml

Oct 28th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.33 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Configuration>
  3.   <DNSRecords>
  4.     <Record name="Portal" type="A" data="192.168.1.70" />
  5.     <Record name="adfs3" type="A" data="192.168.1.50" />
  6.     <Record name="Mysites" type="A" data="192.168.1.70" />
  7.   </DNSRecords>
  8.   <DerivedParameters>
  9.     <CAConfig>"$($ADDS.Hostname).$NetBiosName.$TLD\$($ADDS.Hostname)"</CAConfig>
  10.     <DomainAdmin>"$NetBiosName\Administrator"</DomainAdmin>
  11.     <DomainUserPath>"OU=$UserOU,DC=$NetBiosName,DC=$TLD"</DomainUserPath>
  12.     <DomainGroupPath>"OU=$GroupOU,DC=$NetBiosName,DC=$TLD"</DomainGroupPath>
  13.     <DomainUserList>(Get-Content "$ScriptPath\DomainUserList.txt")</DomainUserList>
  14.     <DomainGroupList>(Get-Content "$ScriptPath\DomainGroupList.txt")</DomainGroupList>
  15.     <LyncUserList>(Get-Content "$ScriptPath\DomainUserList.txt" | Select-String -Pattern "Lync")</LyncUserList>
  16.     <SharepointUserList>(Get-Content "$ScriptPath\DomainUserList.txt" | Select-String -Pattern "Sharepoint")</SharepointUserList>
  17.     <DomainName>"$NetBiosName.$TLD"</DomainName>
  18.   </DerivedParameters>
  19.   <Hosts>
  20.     <ADDS hostname="WINDEV-DC" ipaddress="192.168.1.50" role="DC" version="2012R2" />
  21.     <SP2013 hostname="WINDEV-SP2013" ipaddress="192.168.1.70" role="SP" version="2013" licensekey="%LICENSEKEY2013%" />
  22.     <SP2010 hostname="WINDEV-SP2010" ipaddress="192.168.1.80" role="SP" version="2010" licensekey="%LICENSEKEY2010%" />
  23.     <Lync2013Std hostname="WINDEV-LYNC2013" ipaddress="192.168.1.90" role="Lync" version="2013" />
  24.     <Lync2010Std hostname="WINDEV-LYNC2010" ipaddress="192.168.1.100" role="Lync" version="2010" />
  25.     <W8Client hostname="WINDEV-W8CLIENT" ipaddress="192.168.1.110" role="Client" version="Win8" />
  26.     <W7Client hostname="WINDEV-W7CLIENT" ipaddress="192.168.1.120" role="Client" version="Win7" />
  27.   </Hosts>
  28.   <Paths>
  29.     <SetupPath>c:\deploy</SetupPath>
  30.     <AutoSPInstallerFile>c:\deploy\sharepoint\autospinstaller\AutoSPInstallerLaunch.bat</AutoSPInstallerFile>
  31.     <AutoSPInstallerXMLFile>c:\deploy\AutoSPInstallerSettings.xml</AutoSPInstallerXMLFile>
  32.     <StepFile>c:\deploy\step.txt</StepFile>
  33.     <FlowFile>c:\deploy\flow.txt</FlowFile>
  34.     <TopologyFile>c:\deploy\lync\jivewindev.com.tbxml</TopologyFile>
  35.     <LyncUpdateFile>c:\deploy\installs\lyncserverupdateinstaller.exe</LyncUpdateFile>
  36.     <SilverLight>c:\deploy\installs\Silverlight_x64.exe</SilverLight>
  37.     <PolipoSetupFile>c:\deploy\installs\polipo\install_polipo.cmd</PolipoSetupFile>
  38.     <SharepointModule>c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\CONFIG\POWERSHELL\Registration\sharepoint.ps1</SharepointModule>
  39.     <Server2012Media>d:\sources\sxs</Server2012Media>
  40.     <LyncShare>c:\LyncShare</LyncShare>
  41.     <SP2013Media>d:</SP2013Media>
  42.     <LyncMedia>d:</LyncMedia>
  43.   </Paths>
  44.   <Networking>
  45.     <NetMask>255.255.255.0</NetMask>
  46.     <Gateway>192.168.1.1</Gateway>
  47.   </Networking>
  48.   <ADSettings>
  49.     <NetBiosName>jivewindev</NetBiosName>
  50.     <TLD>com</TLD>
  51.     <UserOU>EICUsers</UserOU>
  52.     <GroupOU>EICGroups</GroupOU>
  53.     <Password>Abc123!</Password>
  54.   </ADSettings>
  55.   <SQLSettings>
  56.     <SQLExpressFile>C:\Deploy\Installs\SQLEXPR_x64_ENU.exe</SQLExpressFile>
  57.     <SPSQLInstance>localhost\sharepoint</SPSQLInstance>
  58.     <SQLAgentUsername>sqlagent</SQLAgentUsername>
  59.     <SQLEngineUsername>sqlengine</SQLEngineUsername>
  60.   </SQLSettings>
  61. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement