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!

NEW how to find policy ID in CM console

  • Thread starter Thread starter MarkK
  • Start date Start date
  • Replies Replies 0
  • Views Views 2K

MarkK

New Member
Messages
2
Reaction score
0
Points
1
I have created a Task sequence deployment type for an application which is comprised of packages that run programs. i have also deployed the application to a device collection and have tested this many time in our DEV environment with no issues, works perfectly.

the application has now been promoted into QA and each time it is attempted to launch it fails after 30 seconds with the following errors.

Downloading policy body {70de7448-de08-44cf-84e0-428a1698b10c}. TSAgent 4/19/2021 3:28:29 PM 11548 (0x2D1C)
Not in SSL. TSAgent 4/19/2021 3:28:29 PM 11548 (0x2D1C)
BOM not found on policy reply TSAgent 4/19/2021 3:28:29 PM 11548 (0x2D1C)
Not in SSL. TSAgent 4/19/2021 3:28:40 PM 11548 (0x2D1C)
BOM not found on policy reply TSAgent 4/19/2021 3:28:40 PM 11548 (0x2D1C)
Not in SSL. TSAgent 4/19/2021 3:28:42 PM 11548 (0x2D1C)
BOM not found on policy reply TSAgent 4/19/2021 3:28:42 PM 11548 (0x2D1C)
Not in SSL. TSAgent 4/19/2021 3:28:47 PM 11548 (0x2D1C)
BOM not found on policy reply TSAgent 4/19/2021 3:28:47 PM 11548 (0x2D1C)
Not in SSL. TSAgent 4/19/2021 3:28:51 PM 11548 (0x2D1C)
BOM not found on policy reply TSAgent 4/19/2021 3:28:51 PM 11548 (0x2D1C)
Failed to download policy {70de7448-de08-44cf-84e0-428a1698b10c} (Code 0x80004005). TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)
Error initializing Task Sequence environment. Code 0x80004005 TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)
Task sequence launcher deployment failed!. Code 0x80004005 TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)
Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Active Request Handle. Error code 0x80070002 TSAgent
Failed to delete registry value HKLM\Software\Microsoft\SMS\Task Sequence\Package. Error code 0x80070002 TSAgent
Executing command line: "C:\WINDOWS\CCM\TsProgressUI.exe" /Unregister with options (0, 0) TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)
==========[ TsProgressUI started in process 10108 ]========== TsProgressUI 4/19/2021 3:29:29 PM 16036 (0x3EA4)
Unregistering COM classes TsProgressUI 4/19/2021 3:29:29 PM 16036 (0x3EA4)
Shutdown complete. TsProgressUI 4/19/2021 3:29:29 PM 16036 (0x3EA4)
Process completed with exit code 0 TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)
Successfully unregistered Task Sequence Progress UI. TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)
Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs TSAgent 4/19/2021 3:29:29 PM 11548 (0x2D1C)



where can i reference the policy id in sccm console ?

thanks
 
Back
Top