Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING OSD is failing need some advise i see multiple errors

  • Thread starter Thread starter aaliss
  • Start date Start date
  • Replies Replies 2
  • Views Views 2K
This was the first failure at initializing TPM, however you already configured it to continue on error so that's fine.
Code:
ProgramName = 'Powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "Initialize-TPM"'    InstallSoftware    7/05/2019 1:55:26 PM    5640 (0x1608)
SwdAction = '0001'    InstallSoftware    7/05/2019 1:55:26 PM    5640 (0x1608)
Command line for extension .exe is "%1" %*    InstallSoftware    7/05/2019 1:55:26 PM    5640 (0x1608)
Set command line: Run command line    InstallSoftware    7/05/2019 1:55:26 PM    5640 (0x1608)
Working dir 'not set'    InstallSoftware    7/05/2019 1:55:26 PM    5640 (0x1608)
Executing command line: Run command line    InstallSoftware    7/05/2019 1:55:26 PM    5640 (0x1608)
Process completed with exit code 1    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
Initialize-TPM : Authentication failed. (Exception from HRESULT: 0x80280001)    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
At line:1 char:1    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
+ Initialize-TPM    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
+ ~~~~~~~~~~~~~~    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
    + CategoryInfo          : NotSpecified: (Microsoft.Tpm.C...alizeTpmCommand:InitializeTpmCommand) [Initialize-Tpm],     InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
    TpmWmiException    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
    + FullyQualifiedErrorId : TpmError,Microsoft.Tpm.Commands.InitializeTpmCommand    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
     InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
Command line Powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "Initialize-TPM" returned 1    InstallSoftware    7/05/2019 1:55:31 PM    5640 (0x1608)
Process completed with exit code 1    TSManager    7/05/2019 1:55:31 PM    2992 (0x0BB0)
!--------------------------------------------------------------------------------------------!    TSManager    7/05/2019 1:55:31 PM    2992 (0x0BB0)
Failed to run the action: Initialize the TPM.
Incorrect function. (Error: 00000001; Source: Windows)    TSManager    7/05/2019 1:55:31 PM    2992 (0x0BB0)

It failed again at the Gather step, are you running SCCM integrated with MDT!? Can you please share your Task sequence steps so we can find out more about the issue.
 
Initialize-TPM : Authentication failed. (Exception from HRESULT: 0x80280001)
Are you trying to enable TPM for dell laptops ?.
 
Back
Top