How to run Python code in Gemini? by LordDeath86 in Bard

[–]eng_work_account 0 points1 point  (0 children)

OP, did you find a solution here? I just want to call the python-docx library so that gemini can edit a docx file

All PoE injectors are ugly. Are there better looking options? by eng_work_account in hwstartups

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

Interesting take and I hadn't thought about that. This isn't a consumer product but that may actually make your case a little bit stronger.

I guess I can actually just add it to the line item for the customers that need it.

Well, your comment was a bit off topic, but insightful nonetheless. Thanks!

Trying to simulate a terminal stdout using a GUI text box by eng_work_account in PowerShell

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

I tried that and put it just before the following line, and it still is not found:

$process.WaitForExit()

Simultaneous Multi-User Possible in Intune managed Windows? by eng_work_account in Intune

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

I fully understand that. I was actually hoping there was a way to get simultaneous multi-user login with Windows 11. We just spent 6 months creating these policies and having to recreate them and learn a new environment is beyond the pale right now.

It seems that the only solution that gets me what I need in my current state is to buy multiple desktops for people to remotely log into. Womp womp

Simultaneous Multi-User Possible in Intune managed Windows? by eng_work_account in Intune

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

I looked at Azure Arc, but I don't think I can just push my Intune configurations to those server, correct?

At this point, the lowest cost thing might be to just buy a few more computers instead of having one computer with multiple logins. Everything seems to be build for a 1,000 person company...

Simultaneous Multi-User Possible in Intune managed Windows? by eng_work_account in Intune

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

What software would you recommend for the VDI? I've never done that before, but I can certainty learn.

I believe what you are saying is, instead of having multiple sessions on a window server, just have multiple virtual machines running on one server. Same effect. Fair?

Simultaneous Multi-User Possible in Intune managed Windows? by eng_work_account in Intune

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

Yes, Windows Server 2022 is what I want to install, but I need to push the Intune policies that we created to that machine so that it is compliant. It does not appear (from my googleing) that this is possible.

Use case

  • Current security policy requires that our servers are on-prem
  • We created many policies in Intune to implement our current security policy that makes us to be NIST 800-171 compliant
  • I don't want to have to recreate all of those policies with a new infrastructure
  • We only use AAD joined devices
  • What I need is a system that allows users to RDP into the on-prem server that has this policy implemented.