Jump to content


Kevin79

Established Members
  • Posts

    511
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Kevin79

  1. Here is the unattend.xml file that was in c:\windows\panther\unattend\ It was taken from a machine that was being set up in French but it is having the same issue.

    <?xml version="1.0"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    	<servicing><package action="install"><assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="10.0.10240.16384" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="de-DE"/><source location="C:\_SMSTaskSequence\Packages\PACKAG~1\lp.cab"/></package><package action="install"><assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="10.0.10240.16384" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="en-US"/><source location="C:\_SMSTaskSequence\Packages\PACKAG~1\lp.cab"/></package><package action="install"><assemblyIdentity name="Microsoft-Windows-Client-LanguagePack-Package" version="10.0.10240.16384" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="fr-FR"/><source location="C:\_SMSTaskSequence\Packages\PACKAG~1\lp.cab"/></package></servicing><cpi:offlineImage cpi:source="wim://server/m$/temp/w10/sources/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi"/>
    	<settings xmlns="urn:schemas-microsoft-com:unattend" pass="generalize"><component name="Microsoft-Windows-Shell-Setup" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<RegisteredOrganization>COMPANY</RegisteredOrganization>
    			<RegisteredOwner>Information Systems</RegisteredOwner>
    		</component>
    	</settings><settings xmlns="urn:schemas-microsoft-com:unattend" pass="oobeSystem"><component name="Microsoft-Windows-Shell-Setup" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<OOBE>
    				<NetworkLocation>Work</NetworkLocation>
    				<ProtectYourPC>1</ProtectYourPC>
    				<HideEULAPage>true</HideEULAPage>
    			</OOBE>
    			<TimeZone>Romance Standard Time</TimeZone>
    			<RegisteredOrganization>COMPANY</RegisteredOrganization>
    			<UserAccounts>
    				<AdministratorPassword>
    					<Value>bBApAHQANAB1ADIAMAAwADAAQQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQAAAA=</Value>
    					<PlainText>false</PlainText>
    				</AdministratorPassword>
    			</UserAccounts>
    			<RegisteredOwner>Information Technology</RegisteredOwner>
    			<WindowsFeatures>
    				<ShowWindowsMail>false</ShowWindowsMail>
    			</WindowsFeatures>
    		</component>
    		<component name="Microsoft-Windows-International-Core" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<SystemLocale>fr-FR</SystemLocale>
    			<UserLocale>fr-FR</UserLocale>
    			<UILanguage>fr-fr</UILanguage>
    			<InputLocale>fr-FR</InputLocale>
    			<UILanguageFallback>En-US</UILanguageFallback>
    		</component>
    	</settings><settings xmlns="urn:schemas-microsoft-com:unattend" pass="specialize"><component name="Microsoft-Windows-Shell-Setup" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<ShowPowerButtonOnStartScreen>true</ShowPowerButtonOnStartScreen>
    			<CopyProfile>true</CopyProfile>
    			<ComputerName>FRANCE1</ComputerName>
    			<RegisteredOrganization>COMPANY</RegisteredOrganization>
    			<RegisteredOwner>Infomration System</RegisteredOwner>
    		</component>
    		<component name="Microsoft-Windows-Deployment" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<RunSynchronous>
    				<RunSynchronousCommand><Order>3</Order>
    					<Description>disable user account page</Description>
    					<Path>reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Setup\OOBE /v UnattendCreatedUser /t REG_DWORD /d 1 /f</Path>
    				</RunSynchronousCommand>
    				<RunSynchronousCommand><Order>2</Order>
    					<Description>UnfilterAdministratorToken</Description>
    					<Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
    				</RunSynchronousCommand>
    				<RunSynchronousCommand><Order>1</Order>
    					<Description>Enable Admin</Description>
    					<Path>cmd /c net user Administrator /active:yes</Path>
    				</RunSynchronousCommand>
    			</RunSynchronous>
    		</component>
    		<component name="Microsoft-Windows-UnattendedJoin" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<Identification>
    				<Credentials>
    					<Username>OSDuser</Username>
    					<Domain>COMPANY</Domain>
    					<Password>password</Password>
    				</Credentials>
    				<MachineObjectOU>OU=France,DC=ad,DC=company,DC=biz</MachineObjectOU>
    				<JoinDomain>ad.company.biz</JoinDomain>
    			</Identification>
    		</component>
    	</settings><settings xmlns="urn:schemas-microsoft-com:unattend" pass="windowsPE"><component name="Microsoft-Windows-Setup" language="neutral" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    			<Display>
    				<RefreshRate>60</RefreshRate>
    				<HorizontalResolution>1024</HorizontalResolution>
    				<VerticalResolution>768</VerticalResolution>
    				<ColorDepth>16</ColorDepth>
    			</Display>
    			<UserData>
    				<Organization>COMPANY</Organization>
    				<AcceptEula>true</AcceptEula>
    				<FullName>Information Systems</FullName>
    			</UserData>
    		</component>
    	</settings></unattend>
    
    

    Is looks like it is setting the language correctly.

     

    Would <CopyProfile>true</CopyProfile> (line 36) change the language back?

  2. I have a problem that I hope someone can help fix. I have multiple language packs installed in my reference image. In my frontend, I have a language selection. Based on the, I populate the variable %OSDUILangage% that gets set in my unattended.xml

    <component name="Microsoft-Windows-International-Core" 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">
                <InputLocale>%OSDInputLocale%</InputLocale>
                <SystemLocale>%OSDSystemLocale%</SystemLocale>
                <UILanguage>%OSDUILanguage%</UILanguage>
                <UILanguageFallback>%OSDUILanguageFallback%</UILanguageFallback>
                <UserLocale>%OSDUserLocale%</UserLocale>
            </component>
    

    When the computer installs, the Logon window is the correct language but once logged on, the display is in English. The language pack does show up in Control Panel so I know it is installed. What am I doing wrong?

    post-6741-0-18670300-1483544491_thumb.png

    post-6741-0-93941200-1483544499_thumb.png

    post-6741-0-77105800-1483544507.png

  3. I have a SCCM CB environment that has the Endpoint Protection and SUP role (among others). While dealing with an issue with Windows Updates, I (maybe stupidly) removed and reinstalled the SUP role along with WSUS. Now, some of my clients aren't getting SCEP definition updates and/or policies. Can I remove the SCEP role and all the client policies (Assets and Compliance > Overview > Endpoint Protection > Antimalware Policies and Administration > Overview > Client Settings (remove the settings for SCEP)) and reinstall then recreate the policies without causing a lot more trouble?

  4. I have SCCM set up to install and manage SCEP. I also have the ADR setup for the definitions per https://www.windows-noob.com/forums/topic/4466-using-sccm-2012-rc-in-a-lab-part-5-enable-the-endpoint-protection-role-and-configure-endpoint-protection-settings/. Now with Windows 10 not installing SCEP but using Windows Defender, do I need to add Windows Defender or anything to the products in my ADR?

  5. I am having major issues with my SUP/WSUS environment. I have Configuration Manager Current Branch installed on Server 2012 R2. I have WSUS installed on the same server. Everything worked fine until about 2 weeks ago. Now, W3WP,exe takes up a lot of CPU and RAM. In wsynmgr.log, I have "Sync failed: The request failed with HTTP status 503: Service Unavailable. Source: Microsoft.UpdateServices.Internal.ApiRemoting.GetSubscriptionState". In IIS manager, under Application Pools, WsusPool is stopped. Starting it up will cause the CPU and Memory to spike and stay pegged until WsusPool stops. How do I fix this?

  6. I have a question. I want to limit the amount of data sent to my remote distribution points during the day. My primary server (server A) is in Michigan so it is UTC -5. I have a distribution point in Germany that is UTC +2. I want to limit to high priorities only from 6am-6pm local time in Germany) Do I set the schedule in Configuration Manager (Administration - Site Configuration - Servers and Site System Roles - <distribution server> - Distribution point, right click then schedule tab) only allow high priority transfers during 6-18 or 18-6? IE. Is the schedule time the time for the primary server or is it the time at the distribution point?

     

    I hope that makes sense.

  7. I am currently using SCCM with MDT integration to deploy my custom Windows 7 image. Typically, a deployment takes about 3 hours to complete. During the deployment, Office, Adobe Reader, Skype for Business and SAP are installed. Is this a normal amount of time? I want to make sure I have it all set up correctly for the best performance.

  8. I have a maintenance window setup for every day between 1AM and 6AM that applies only to Software updates. I have my deployment setup with an Installation deadline of 3AM. I also have Software updates installation checked under Deadline behavior and Servers checked under Device restart behavior. If computers aren't turned on at night or if installation goes past the maintenance window, is the computer supposed to reboot automatically during the next maintenance window?

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.