-
Posts
22 -
Joined
-
Last visited
Areas of Interest
-
Areas of Interest
Horizon Cloud
App Volumes
Dynamic Environment Manager
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Jeremy Lippert's Achievements
-
Just a heads up! For those of you in next-gen needing to complete this reconnection to your Entra ID identity provider, just be aware that this will mess up any existing conditional access policies you have in place as it creates a brand-new enterprise application with a new unique application ID. That newly created enterprise application will need added to your existing conditional access policies, and without it, could break things like user authentication to desktops.
-
- EntraID
- Horizon Cloud
-
(and 1 more)
Tagged with:
-
DEM is not picking up settings in Horizon Cloud Next-Gen
Jeremy Lippert replied to Victor León's topic in General Discussion
We learned this almost a year ago when we migrated to next-gen. Just weird how it works to be honest. We use GPO's for the settings like on-prem and we do have the config file path set in the console like above, but we have it set to None at the pool level. That was just how we made it work at the time and haven't touched it since.- 1 reply
-
- 1
-
- DEM
- Dynamic Environment Manager (DEM)
-
(and 2 more)
Tagged with:
-
If this was using the native Azure compute galleries, it's easy to move the location to another region but I am unsure how Horizon Cloud next-gen will deal with that if it was moved from the Azure side. My best advice is to open a support ticket with Omnissa to find out the supported method to do that, if any.
-
Resource usage details for user session in next gen
Jeremy Lippert replied to VirtualAB's topic in Horizon Cloud
We are fortunate enough to have Control Up for a lot of this deep monitoring, but I agree there should be some basic monitoring to match on-prem features right in the Universal Console. Control Up is pricey but gives you all the information your heart desires when it comes to monitoring the desktops themselves and we also utilize it for our physical laptop environment. -
Glad you figured it out. Horizon Cloud next-gen's Image management for Azure is essentially just a UI for Azure's compute gallery and it uses API calls to utilize native Azure compute gallery features. If you go into Azure portal and go into Azure compute galleries, you can see it all there, but it's all essentially the same information. *Don't modify anything in there though in Azure, haha
-
Horizon Agents Installer Release Notes?
Jeremy Lippert replied to Jeremy Lippert's topic in Horizon Cloud
Thanks for looking into it. It's nice to know when certain known issues or bugs are fixed or even what version of the different agents are included in the certain HAI versions. -
Horizon Agents Installer Release Notes?
Jeremy Lippert replied to Jeremy Lippert's topic in Horizon Cloud
Sounds like a no... 🙂 -
Maybe I am just not looking hard enough but does anyone know where there are release notes for the HAI (Horizon Agents Installer) versions? They get added to the Horizon Cloud next-gen release notes when a new one is released in Horizon Cloud Service - next-gen Release Notes (omnissa.com) but just was wondering if there are specific release notes for each version of HAI anywhere.
-
Windows OS Optimization Tool 1.2.1 - Permissions to Download
Jeremy Lippert replied to John Twilley's topic in Horizon 8
Able to download 1.2.1 OSOT as of right now -
Adobe Reader installation - anyone with a neat installation guide?
Jeremy Lippert replied to Lansti's topic in App Volumes
There are plenty of ways to package Reader, here are just some things we do. We utilize Adobe's customization wizard to make a Transforms .mst file with all of our settings that we want set. Things like killing off the updater, getting rid of welcome screens, etc. Here are some of the things we do in the Transforms file to set for our users. Yours may vary. Transforms File Creation Download tool— Acrobat Customization Wizard for Windows (adobe.com) Personalization: Suppress display of End User License Agreenment (EULA) - check this box Installation Options: Select Make Reader the Default PDF Viewer Set Run Installation to Unattended Select Suppress Reboot Registry: Add the following keys and values: HKLM\Software\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown\cWelcomeScreen bShowWelcomeScreen REG_DWORD value=0 HKLM\Software\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown bToggleFTE REG_DWORD value=1 HKLM\Software\Policies\Adobe\Acrobat Reader\DC\FeatureLockDown bUpdater REG_DWORD value=0 HKLM\Software\Adobe\Acrobat Reader\DC\Installer ENABLE_CHROMEEXT REG_BINARY value=1 Shortcuts: Right click on Acrobat Reader DC under Desktop and select Remove Online Services and Features: Check Disable Product Updates Check Disable Upsell Select Transform menu, Generate Transform. Initial Installation: We download Adobe Reader from Adobe - Adobe Acrobat Reader DC Distribution and extract the .msi using something like 7zip to utilize for the Transforms .mst creation as well as the installation in App Volumes Packaging. Install during packaging of App Volumes is simple once you have the transform file created, simple as: msiexec.exe /i AcroRead.msi TRANSFORMS=AcroReadtransform.mst We also stop and disable the Adobe Update Service after packaging as well. Just in case. Updates: Download.msp update files when needing to update the package in packaging - https://helpx.adobe.com/acrobat/release-note/release-notes-acrobat-reader.html Simple as running the latest .msp in packaging and then stop and disable Adobe Update service We do pretty much all of these same things for both Adobe Reader as well as Adobe Acrobat. Hope this helps a little -
We use a bunch of the OneDrive Computer GPO policies to sign in the user and set certain OneDrive settings like Files on Demand, etc. Specifically, for signing in the user automatically, we use the setting is "Silently sign in users to the OneDrive sync app with their Windows credentials" under Computer Configuration/Policies/Administrative Templates/OneDrive. Works 100% of the time and FSLogix Profile Containers is good about roaming the rest, even good when updating OneDrive versions on the image. We do have a run once Logon Task in DEM for the initial setup for a brand-new user. This would launch it once so the user didn't have to do it. From then on, its always starting up on its own. FYI, This is all for non-persistent W10 22H2 with FSLogix Profile Containers, running on Horizon Cloud next-gen.
-
New Teams and FSLogix on Horizon
Jeremy Lippert replied to Jeremy Lippert's topic in General Horizon
Brand new FSLogix profiles didn't seem to have any issues, seems related to FSLogix more so than the image. From our testing anyway. Wish we were already on 11 but still rocking 10 22H2, unfortunately -
New Teams and FSLogix on Horizon
Jeremy Lippert replied to Jeremy Lippert's topic in General Horizon
Yeah, we had planned on using just "Add-AppxPackage -RegisterByFamilyName -MainPackage MSTeams_8wekyb3d8bbwe -ErrorAction SilentlyContinue" - This seemed to work for us. I do like the removal of those HKCU protocols, we noticed those had to be touched as well. Glad I wasn't the only one out there having issues and finding out all these things were needed. -
Jeremy Lippert changed their profile photo
-
Anyone with non-persistent and FSLogix make the transition from Classic Teams to New Teams seamlessly yet? We run Horizon Cloud next-gen with non-persistent desktops and FSLogix Profile Containers (Latest Hotfix 4) and we are struggling with the transition to New Teams from Classic Teams. Issues with FSLogix not registering New Teams upon first logon after pushing the new image with New Teams on it (Classic Teams removed). Seems like we might have to just attempt to do a run once in DEM or something for the Add-AppxPackage to register it. Issues with the msteams protocols not registering and taking over for Classic Teams so things like Join Online in Outlook work first try without a prompt for the end user. Seems like a lot of profile cleanup is also needed once moved over, will be lots of registry and appdata cleanup to save some space on each profile.
-
Where do you spend the most time in the Horizon console?
Jeremy Lippert replied to Lola Groppi's topic in Horizon Cloud
@Lola Groppi Varies wildly from day to day, some days I will be in the Horizon Universal console all day long doing any and all of the 6 things I mentioned. Some days if nothing to build/update/manage and no issues being escalated from lower tiers, it could be just logging into the console a couple times a day just for giggles to see how many sessions and a brief look for all green on the Home dashboard page. My only comment about "good or bad" would be what I mentioned previously where without additional WS1 Intelligence features, no way to know if Edges/Provisioning/Agent, etc are having failures/errors without logging in and looking at the Home dashboard. (Talking with my Omnissa team though, work on this is already in the pipeline for next quarter) Same as above, varies wildly based on how much work is needed that day. P.S - The timeout for Horizon Universal console is too short 🙂 WS1 Intelligence needed for email alerting of things in Horizon Universal Console as well as WS1 needed for detailed reporting on information of past/current sessions. Cloud Console needed for access management of Universal Console users. Just seems like 3 different pages are needed to do everything you need in Universal Console. I think eventually that will get better now with the split off to Omnissa from Broadcom though anyway.