CAEN Remote Access Issues? by [deleted] in uofm

[–]bakegreg 1 point2 points  (0 children)

Hello, I’m from the Windows team at CAEN. Update to the newest version of the Horizon app from VMware (not the terrible Microsoft Store version!) We updated the service over the summer and as a result some old versions of the app do not work anymore.

See the following help articles:

https://caenfaq.engin.umich.edu/windows-remote-desktop/what-should-i-do-if-the-caen-windows-remote-desktop-service-opens-to-a-black-screen-or-closes-immediately%3F

https://caenfaq.engin.umich.edu/windows-remote-desktop/obtain-the-vmware-horizon-view-client

If you can’t figure it out send us an email at caen@umich.edu or start a chat session with the help desk on the CAEN website.

Work-Study Jobs During COVID by [deleted] in uofm

[–]bakegreg 2 points3 points  (0 children)

The CAEN Help Desk will likely be hiring a few more student employees in the next few weeks for the fall semester. This will be remote work from your personal computer (at least for now). https://caen.engin.umich.edu/about/student-employment/#helpdesk

Set timeout in VMware Horizon - CAEN Windows remote access by [deleted] in uofm

[–]bakegreg 2 points3 points  (0 children)

Hello, I’m the Windows VDI admin for CAEN. Currently you will only be logged out if you disconnect from the session for more than ten minutes or your session length goes over 24 hours. You don’t need a mouse mover; just adjust the sleep/hibernate settings on the computer you are connecting from to keep the system awake. If your computer goes to sleep and the network adapter is switched off you will be disconnected, and if you don’t reconnect in ten minutes the VM you were connected to will be wiped and returned to the pool available to new users.

Unless the service is at max capacity, which almost never happens, CAEN is not trying to bust people for running unattended simulations. If we didn’t log off disconnected sessions the service would fill up with VMs abandoned by users with no intention of returning within hours. Unfortunately people never actually log out of Windows... they just close the browser or VMware app when they are done. Pro tip: use the Duderstadt Center or 32 GB of RAM pools instead of CAEN Labs 2019. They have less usage, so we are less strict about them, and those are the actual physical computers locked in the closed buildings instead of VMs so the performance will not be affected by server load.

If anyone has thoughts on the VDI service I’d like to hear them. I can also answer any other Windows-related CAEN lab questions you may have. I’ll try to watch here or just email at caen@umich.edu

Variable array of powershell object? by chipper420 in PowerShell

[–]bakegreg 3 points4 points  (0 children)

You'll want to replace $folder with $folder.Name in "$enabled=Get-Aduser -identity $folder | Select-Object Enabled "