Hi,
Maybe stating the obvious, but did you check if you have the primary user session id on the machine?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am experimenting with task-sequence deployment types, using Configuration Manager version 2002, and I've run into a problem. I can't actually tell for certain whether it's related to the use of task sequences in this context, but it's happened with every single one I've tried so far, and doesn't seem to happen with other deployment types.
The short version is: an application with a "Task Sequence" deployment type, pointing to a very simple task sequence (just "Download Package Content" and "Run Command Line"), and deployed as Available to a device collection, does not appear in Software Center and cannot be selected for an "Install Application" action in another task sequence. This actually happens with every task sequence I've tried to create a deployment type from, that's just the simplest and thus most minimal reproducing case I've found so far.
The referenced task sequence appears in Software Center just fine when deployed as Available directly to the same device collection, and runs without issue both from that deployment and when referenced by a "Run Task Sequence" action in another task sequence.
I haven't yet found anything online discussing this behavior. I have in fact found at least one step-by-step guide (https://sysmansquad.com/2020/09/27/use-the-task-sequence-deployment-type-to-deploy-an-application-with-sensitive-information/) whose steps seem to assume that it does not happen.
Any ideas for what might be wrong here, and how I can get an application based on a task-sequence deployment type to appear and be available in Software Center?
(If this is somehow intended behavior, then I'd appreciate pointers to examples of how task-sequence deployment types are expected to be useful without the ability to have the resulting application available in Software Center.)
I'd be happy to provide additional information to help track this down and get it working, once I know what information to provide; I don't want to just blat a bunch of stuff here and have it turn out later to be useless and just taking up space.
Hi,
Maybe stating the obvious, but did you check if you have the primary user session id on the machine?
For start open task manager and check if there is only one user logged in. Device based deployments will show up for primary session id. Let’s rule this requirement out first.
Turned out not to be related, but thank you for responding anyway, and for trying to help!
(Of course, device-based deployments should show up for every user on the machine, irrespective of how many active sessions there are; if they don't, which I gather is the case, that should IMNSHO be considered a bug. I'm not holding my breath over it getting changed, however.)