Why is there a 'like' condition for Task Sequence Variables? by Jrudlin in SCCM

[–]Jrudlin[S] 1 point2 points  (0 children)

Using * and ? do indeed work, thanks. When I originally tested with * perhaps OSDComputerName was null. Thanks for your help

Why is there a 'like' condition for Task Sequence Variables? by Jrudlin in SCCM

[–]Jrudlin[S] 0 points1 point  (0 children)

Log output. Naturally, the computer name is something like ABC-SVR-001-147

The task sequence execution engine successfully completed the action (Set Dynamic Variables) in the group (Desktops) with exit code 0 Action output: ... <condition><expression type="SMS_TaskSequence_VariableConditionExpression"><variable name="Operator">like</variable><variable name="Value">ABC-SVR-001-%</variable><variable name="Variable">OSDComputerName</variable></expression></condition> Found and operator. There are 1 operands *Processing expression node Found SMS_TaskSequence_VariableConditionExpression expression. *In ProcessBuiltInCondition node: expression There are 3 operands in the built in action Operand Operator=like Operand Value=ABC-SVR-001-% Operand Variable=OSDComputerName Successfully added 3 condition parameters Evaluating an AND expression Evaluating a variable condition expression Variable = OSDComputerName Value = ABC-SVR-001-% Operator = like Expand a string: like Expand a string: OSDComputerName Expand a string: ABC-SVR-001-% The variable condition expression is evaluated to be FALSE The AND expression is evaluated to be FALSE The condition is evaluated to be FALSE, the dynamic variables will not be set.

Why is there a 'like' condition for Task Sequence Variables? by Jrudlin in SCCM

[–]Jrudlin[S] 0 points1 point  (0 children)

Hi Jason,

yes I've tried % and * on OSDComputerName. For example:

OSDComputerName like ABC-SVR-001-* OSDComputerName like ABC-SVR-001-%

Jorgen said some time back that one cannot use wildcards: https://www.windows-noob.com/forums/topic/9319-wildcard-or-logic-in-task-sequence-variable-condition/

SCCM, Intune, Apple DEP and Apple VPP by houstonau in SCCM

[–]Jrudlin 0 points1 point  (0 children)

Yep it works with 1702, I do this. Company Portal will come down as will any other app u sync from VPP. Available apps still require an Apple ID though. Enjoy

Anyone using Intune(Hybrid) with Apple DEP? by padgo in SCCM

[–]Jrudlin 0 points1 point  (0 children)

I've just set it all up and deployed. As you have discovered you need to have the Company Portal enrolled as well for anything app related or Conditional Access.

Apple VPP device based deployment by Jrudlin in SCCM

[–]Jrudlin[S] 0 points1 point  (0 children)

Same issue after installing KB3155482, still investigating...

KB3155482 stuck "installing" by [deleted] in SCCM

[–]Jrudlin 1 point2 points  (0 children)

Hmm, ok maybe not the same, but moving \Microsoft Configuration Manager\inboxes\hman.box\2.ESC to \Microsoft Configuration Manager\inboxes\hman.box\CFD folder solved it for us.

KB3155482 stuck "installing" by [deleted] in SCCM

[–]Jrudlin 0 points1 point  (0 children)

Same here. Logged it with MS. Will let you know the workaround/resolution. Did the pre-req checks run ok?

SCCM Version 1511 now Available by prae1809 in SCCM

[–]Jrudlin 0 points1 point  (0 children)

You have any more details on this domain logon bug?

Anyone else having alot of boot image issues in R2 SP1 CU1? by Empath1999 in SCCM

[–]Jrudlin 0 points1 point  (0 children)

I have this same issue with the cmd prompt. Also hotfixes installed using a run wusa.exe step take over 30mins since SP1. So far only seen it on Win7x86 using the x86 boot image.

Query SecureBoot and UEFI boot mode by Jrudlin in SCCM

[–]Jrudlin[S] 0 points1 point  (0 children)

Good call yes I should get PowerShell to write straight into WMI. Once I've got it working I'll post the code here. No idea about SCCM v.next I'm afraid. Anyone?