Dan Thompson

Results 45 comments of Dan Thompson

@felipecrs I assume that WMI/MDM thing does not work if you don't have Intune, right? FYI: It is possible to write some script code to programmatically (and synchronously) trigger Store...

> I can confirm its >= 13.0.3. But what version *precisely* is getting loaded / used? Because in the "good" case, Newtonsoft is doing the moral equivalent of `Export-CliXml` to...

And as for "why would you want to do that?": we have a long-running command, which does a bunch of stuff, including launching a GUI process (a GUI interface to...

@kasini3000 : your suggestion does not help: adding "start" to the repro steps does not change the outcome. Do you observe differently? ```powershell # Note the addition of "start" here---------------------->...

> cmd /c notepad doesn't exit cmd.exe until notepad returns. Oh, yeah, that's true. But "cmd /c start notepad" does, and thus I would expect similar behavior in a job....

@jhoneill true true true, but in my case, it's not *actually* `cmd.exe /c`; that's just what I used in my trivial repro to demonstrate that GUI *children* are okay, but...

> Discussion in the team we agree that this feature is working as expected and we don't want to special case `robocopy`. Instead, I've opened a doc bug to ensure...

@iSazonov : well... what if any time `$PSScriptRoot` is going to return `null`, then just return `$PWD` instead?

@daxian-dbw Can we un-Close this Issue? I am still hitting problems and receiving complaints from people due to this problem, and I don't see the problem getting smaller. I think...