Jump to content


dj3094

Established Members
  • Posts

    42
  • Joined

  • Last visited

Posts posted by dj3094

  1. Hello experts,

    We are trying to enable bitlocker and we have everything setup and it work fine with TPM 2.0. But with TPM 1.2 it fails to activate.

    We created TS to deploy these using dell command and configure utility

    all the TS is doing below commands

    1) Install HaPIdrivers

    2) set bios password

    3) enable tpm

    4)activate tpm

    5)install MBAM client

    6)trigger

    7)restart

     

    it works on TPM 2.0 and fails on 1.2. ALso I tried to activate manually on TPM 1.2 and it fails too below message.

    Error in Setting the Value.
    Note: To set TPM - 1. Admin Password must be set , 2. TPM must not be owned and 3. TPM must be deactivated.

    Anys uggestions?

     

    Regards

     

    bitlocker.png

  2. Thanks for the reply, How can I hardcode them in unattendxml? just replace osduilanguage to pl-PL

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-International-Core" processorArchitecture="wow64" 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>
        </settings>
        <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows 10 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

    Thanks 

  3. the below script seems to be working, I will confirm after testing

    $TSProgressUI = new-object -comobject Microsoft.SMS.TSProgressUI
    $TSProgressUI.CloseProgressDialog()
    #connect to Task Sequence environment
    $tsenv = New-Object -COMObject Microsoft.SMS.TSEnvironment
    # read variables set in the task sequence
    $title = $tsenv.Value("title")
    $message = $tsenv.Value("message")
    $returncode = $tsenv.Value("returncode")
    $messagebox = new-object -comobject wscript.shell
    write-output $messagebox.popup("$title ",100," $message ",0)
    $returncode

    thanks

  4. 48 minutes ago, anyweb said:

    good point... so can you fill me in with why you want to do this, give me a scenario...

    May be i am wrong, I am deploying couple applications in custom TS. When the user run from software center it pops up message to close some applications. but what happens if I deploy it as required, does to run and popup message and wait to press ok or it continues?

     

  5. hello experts,

    I created upgrade TS and it has some post tasks. TS works well if I deploy to collection. I created standalone media(USB) for the same TS and when I launch launchmedia.cmd it launches TS and completed the upgrade and wont continue. i see the screen working on updates and when it reaches 100% it comes to lock screen but wont do the post tasks. 

    Any suggestions please.

    Regards
    DJ 

    smsts.png

×
×
  • 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.