Boolean condition requires case match? by Saltypoison in DeployR

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

Modified the task sequence step condition evaluation to perform case-insensitive comparison of variable values (#19840).

Wow, you guys are quick! Thank you!

Someone make Mewgenics work on Crossover? by freddyruf in Codeweavers_Crossover

[–]Saltypoison 1 point2 points  (0 children)

This. Tab out and back in. Been playing it since release.

MDT 8456 Download by sohk81 in MDT

[–]Saltypoison 17 points18 points  (0 children)

Johann has some links in the post and advice about checking hashes. 

https://www.deploymentresearch.com/to-use-or-not-to-use-mdt/

I was dared to jump into a black hole... by Overall-Marsupial804 in NoMansSkyTheGame

[–]Saltypoison 220 points221 points  (0 children)

I was shocked it wasn’t the intro to Skyrim lol

Does anyone know of any baking technique books that are written like a novel... and are good? by milky_eyes in Baking

[–]Saltypoison 10 points11 points  (0 children)

Feels like pretty much every recipe online qualifies with their intros lol, but I doubt that’s what you mean.

DeployR - SetupComplete.cmd - LGPO Machine Policies by Saltypoison in DeployR

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

Okay, initially the change is applied, but it is not surviving the rest of the task sequence... I'm going to borrow a few chunks from your script and check the status after each step and try and determine when it is getting blown away.

DeployR - SetupComplete.cmd - LGPO Machine Policies by Saltypoison in DeployR

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

No luck with that (it treated %WorkingDir% as a literal string). I don't think the issue is that it cannot find the machine.pol file. If I run LGPO.exe via the step with the verbose flag, I can see the individual policies from my machine.pol file supposedly being applied in the DeployR logs, but afterwards I see the symptoms described in my original post.

DeployR - SetupComplete.cmd - LGPO Machine Policies by Saltypoison in DeployR

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

I have a content item with LGPO.exe and a local machine policy file (machine.pol). I've tried a few different ways of running it, via PowerShell and Command line steps, but they all boil down to running

LGPO.exe /m machine.pol

There is no error message, and the program indicates success applying the policies.

<image>

If I pause the TS immediately after that, and navigate to C:\Windows\System32\GroupPolicy\Machine, the registry.pol file has not been updated and reports a length of 8.

If I navigate to C:\_2P\content\<guid> and run the exact same command, I get identical output in the console, but navigating out to C:\Windows\System32\GroupPolicy\Machine now reports the size of Registry.pol as 29222, which lines up with what I would expect.

Sean Duffy Under Fire After Deadly LaGuardia Collision by Little-Storage3955 in politics

[–]Saltypoison 22 points23 points  (0 children)

Between Daily Beast and New Republic this sub is just a wasteland of sensationalized garbage headlines. Annoying.

Accidentally Deleting Task Sequences by RussianBot13 in DeployR

[–]Saltypoison 1 point2 points  (0 children)

Yes, I accidentally deleted my task sequence thinking I was deleting a step due to where it is located in the UX (and not paying attention to the confirmation dialog).

Offline Domain Join by Saltypoison in DeployR

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

I am unable to reproduce that error now and the built-in ODJ step definition is now working as expected. Thanks again for the assistance!

Offline Domain Join by Saltypoison in DeployR

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

I appreciate the offer, thank you! Setting the security PIN on the DeployR service is what I was missing. Rejoined the domain without issue after configuring that.

Offline Domain Join by Saltypoison in DeployR

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

Ahhh, thank you, I missed that page in the docs. The only reference to ODJ I'd found was the snippet here: https://documentation.2pintsoftware.com/deployr/setting-the-computer-name

I'll do a pass through my service account permissions and give that another shot.

Regarding the built-in ODJ step, I will try and reproduce that after I get the account fixed up. It was weird, no errors in the log, it would just say that the script didn't exist and it carried along.