I'm currently attempting to install a list packages generated by PS within a TS. The code is working fine and returns the list with the output
APPID001 SCOMAgent:Install APPID002 RDCMan:Install I have set each program with the following 'Allow this program to be installed from the Install Software task sequence without being advertised' and 'Whether or not a user is logged on' but I get the following error: No matching policy assignments received. InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Policy download failed, hr=0x80004005 InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Process completed with exit code 2147500037 TSManager 12/01/2015 16:10:18 1240 (0x04D8) I've had a Google and whilst there have been discussion around this error most relate to the settings above and no real fix beyond that. Any ideas as quite frustrating? Here's a bit more of the smsts.log file showing success creating the TS variable but failure to install. Cheers Paul Expand a string: FullOS TSManager 12/01/2015 16:10:18 1240 (0x04D8) Executing command line: smsswd.exe /pkg: /install /basevar:APPid /continueOnError:False TSManager 12/01/2015 16:10:18 1240 (0x04D8) [ smsswd.exe ] InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) PackageID = '' InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) BaseVar = 'APPid', ContinueOnError='False' InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) ProgramName = '' InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) SwdAction = '0003' InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) DSInstaller::Execute() InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Setting progress step for initialization InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Setting total steps to 1 InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Env variable with specified basename APPid and suffix '001' is found. InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Set authenticator in transport InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Added RDCManTest:"Install" to the install list InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Adding 1 installs to steps InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Setting total steps to 2 InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Step 1 out of 2 complete InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Executing Policy Assignment Request. InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Default CSP Type is 24 InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Request client ID: GUID:0a77ab39-66cc-49fb-bbec-423c67ae7e6b InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Response client ID: GUID:0a77ab39-66cc-49fb-bbec-423c67ae7e6b InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) No matching policy assignments received. InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Policy download failed, hr=0x80004005 InstallSoftware 12/01/2015 16:10:18 2448 (0x0990) Process completed with exit code 2147500037 TSManager 12/01/2015 16:10:18 1240 (0x04D8) !--------------------------------------------------------------------------------------------! TSManager 12/01/2015 16:10:18 1240 (0x04D8) Failed to run the action: Install Package. Unspecified error (Error: 80004005; Source: Windows) TSManager 12/01/2015 16:10:18 1240 (0x04D8) Set authenticator in transport TSManager 12/01/2015 16:10:18 1240 (0x04D8) Set a global environment variable _SMSTSLastActionRetCode=-2147467259 TSManager 12/01/2015 16:10:18 1240 (0x04D8) Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 12/01/2015 16:10:18 1240 (0x04D8) Clear local default environment TSManager 12/01/2015 16:10:18 1240 (0x04D8) Failed to run the action: Install Package. Execution has been aborted TSManager 12/01/2015 16:10:18 1240 (0x04D8) Set authenticator in transport TSManager 12/01/2015 16:10:18 1240 (0x04D8) Failed to run the last action: Install Package. Execution of task sequence failed. Unspecified error (Error: 80004005; Source: Windows) TSManager 12/01/2015 16:10:19 1240 (0x04D8) Set authenticator in transport TSManager 12/01/2015 16:10:19 1240 (0x04D8) Task Sequence Engine failed! Code: enExecutionFail TSManager 12/01/2015 16:10:26 1240 (0x04D8)

