Title: New Page 1
Hi Jarrod,

Thanks for getting back on this.

I am attaching the unattended.xml file. Do I need to add some more stuff? Here are the listings of the phases you mentioned.

<component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <fDenyTSConnections>false</fDenyTSConnections>
        </component>

        <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <FirewallGroups>
                <FirewallGroup wcm:action="" wcm:keyValue="RemoteDesktop">
                    <Active>true</Active>
                    <Group>Remote Desktop</Group>
                    <Profile>all</Profile>
                </FirewallGroup>
            </FirewallGroups>
        </component>



Best Regards,

 

Qamar Nazir


HPC Software Engineer 


On 11/28/2012 07:05 PM, Jarrod B Johnson wrote:

I haven't explicitly tried Professional instead of Ultimate/Enterprise (usually I'm messing with the Enterprise bit), but generally the specialize section I'd think should be able to be lifted verbatim from ultimate/enterprise templets.  The key snippts for RDP would be the Microsoft-Windows-TerminalServices-LocalSessionManager component and the Networking-MPSSVC-Svc component to do the associated firewall change....

Inactive
          hide details for Qamar Nazir ---11/28/2012 12:30:40 PM---Dear
          All, Has anyone got an unattended.xml template file for Qamar Nazir ---11/28/2012 12:30:40 PM---Dear All, Has anyone got an unattended.xml template file for Windows 7 Profession

From: Qamar Nazir <[email protected]>
To: xCAT Users Mailing list <[email protected]>,
Date: 11/28/2012 12:30 PM
Subject: [xcat-user] Windows 7 Professional unattended file





Dear All,

Has anyone got an unattended.xml template file for Windows 7 Profession x64? My template gets the machines installed all okay but 'Auto Logon' part doesn't work and as a result it doesn't enable 'Remote Desktop'.


--

Best Regards,
 
Qamar Nazir
HPC Software Engineer

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <SetupUILanguage>
                <UILanguage>en-US</UILanguage>
            </SetupUILanguage>
            <InputLocale>0409:00000409</InputLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>en-US</UserLocale>
        </component>
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <DiskConfiguration>
                <Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Type>Primary</Type>
                            <Extend>true</Extend>
                        </CreatePartition>
                    </CreatePartitions>
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
                <WillShowUI>OnError</WillShowUI>
            </DiskConfiguration>
            <ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Key>/IMAGE/NAME</Key>
                            <Value>Windows 7 PROFESSIONAL</Value>
                        </MetaData>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                </OSImage>
            </ImageInstall>
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>xCAT USER</FullName>
                <Organization>xCAT</Organization>
                <ProductKey>
                    <Key>#TABLE:prodkey:$NODE,product=win7.ultimate:key#</Key>
                    <WillShowUI>OnError</WillShowUI>
                </ProductKey>
            </UserData>
        </component>
    </settings>
    <settings pass="specialize">

<!--
        
        <component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>




	    <Identification>
               <JoinDomain>#TABLE:site:key=domain:value#</JoinDomain>
	       <MachinePassword>#MACHINEPASSWORD#</MachinePassword>
               <UnsecureJoin>true</UnsecureJoin>
	    </Identification>


        </component>

-->	
	
        <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <SkipAutoActivation>true</SkipAutoActivation>
        </component>
        <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <fDenyTSConnections>false</fDenyTSConnections>
        </component>
        <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <FirewallGroups>
                <FirewallGroup wcm:action="add" wcm:keyValue="RemoteDesktop">
                    <Active>true</Active>
                    <Group>Remote Desktop</Group>
                    <Profile>all</Profile>
                </FirewallGroup>
            </FirewallGroups>
        </component>
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <TimeZone>#TABLE:site:key=wintimezone:value#</TimeZone>
<!--
	<AutoLogon>
                <Password>
                    <Value>#TABLE:passwd:key=system,username=Administrator:password#</Value>
                    <PlainText>true</PlainText>
                </Password>
                <Enabled>true</Enabled>
                <LogonCount>2</LogonCount>
                <Username>Administrator</Username>
	</AutoLogon> -->
		<AutoLogon>
                <Password>
                    <Value>mypassword</Value>

                    <PlainText>true</PlainText>
                </Password>
                <Enabled>true</Enabled>
                <Username>Administrator</Username>
                <LogonCount>9999999</LogonCount>
        </AutoLogon>
            <UserAccounts>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>mypassword</Value>
                            <PlainText>true</PlainText>
                        </Password>
                        <Description>Admin</Description>
                        <Group>Administrators;Power Users;Users</Group>
                        <DisplayName>Admin</DisplayName>
                        <Name>Admin</Name>
                    </LocalAccount>
		</LocalAccounts>
	</UserAccounts>

            <ComputerName>#TABLE:nodelist:$NODE:node#</ComputerName>

        </component>



    </settings>
    <settings pass="offlineServicing">
        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <DriverPaths>
                <PathAndCredentials wcm:action="add" wcm:keyValue="1">
                    <Path>i:\drivers\win7\x86_64\Drivers</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
    </settings>
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Other</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>

            </OOBE>
            
		<FirstLogonCommands>
                <SynchronousCommand wcm:action="add">
                    <CommandLine>netsh advfirewall firewall set rule group="Remote Desktop" new enable=yes</CommandLine>
                    <Order>1</Order>
                </SynchronousCommand>
                <SynchronousCommand wcm:action="add">
                    	<CommandLine>\\10.0.0.100\install\support\RealVNC\vnc-VE4_6_3-x86_x64_win32.exe /SP- /VERYSILENT /TASKS="!quicklaunchicon, !desktopicon, installservice, launchservice" vncconfig.exe -service -generatekeys</CommandLine>
		    
                    <!-- <CommandLine>\\10.0.0.200\install\softwares\#TABLE:nodetype:$NODE:os#\#TABLE:nodetype:$NODE:arch#\yahoo\ymsgr_1710.exe /Silent</CommandLine> -->
                    	<Order>2</Order>
                </SynchronousCommand>

		</FirstLogonCommands>
            <UserAccounts>
                <AdministratorPassword>
                    	<Value>#TABLE:passwd:key=system,username=Administrator:password#</Value>
                    	<PlainText>true</PlainText>
                </AdministratorPassword>
            </UserAccounts>



<!--<UserAccounts>
                <DomainAccounts>
			<DomainAccountList wcm:action="add">
				<DomainAccount wcm:action="add">
					<Group>Administrators</Group>
					<Name>Domain Admins</Name>
				</DomainAccount>
				<Domain>#TABLE:site:key=domain:value#</Domain>
			</DomainAccountList>
                </DomainAccounts>
		<AdministratorPassword>
                    <Value>#TABLE:passwd:key=system,username=Administrator:password#</Value>
                    <PlainText>true</PlainText>
                </AdministratorPassword>

            </UserAccounts> -->
        </component>
    </settings>
    <cpi:offlineImage cpi:source="wim://10.0.0.100/install/win7pro/x86_64/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to