Skip to main content

Delivering the Future of Work, Today

· 6 min read
Yangzhi Zhao

How Skidmore, Owings & Merrill achieved complete digital transformation with Frame.

Delivering the Future of Work, Today

Skidmore, Owings & Merrill (SOM) is a leading global architecture, engineering, and planning firm, renowned for designing iconic buildings such as the Burj Khalifa in Dubai, One World Trade Center in New York City, and Willis Tower in Chicago. With a focus on innovation and sustainability, SOM is constantly pushing the boundaries of design and engineering. That focus has now extended into their approach for end-user computing.

Windows OS Optimization Essentials, Part 5 - Autologgers, Features On-Demand, and Optional Features

· 15 min read
Jake Norman

Windows OS Optimization Essentials - Part 5

Operating systems can end up being a lot of work for administrators: work to configure the image, work to install the applications, and work to provide the best user experience possible. As with any software, what is provided to you is what the developer intended, but not necessarily what you want or need for your end users.

This blog series introduces you to Windows Operating System (OS) optimizations, starting with version 21H2. I will attempt to keep these optimizations as environment agnostic as possible. Hopefully, these optimizations will be just as good to administrators of physical machines as to a virtual environment utilizing Nutanix Frame, Citrix Virtual Apps and Desktops, or VMware Horizon.

This series aims to share the seemingly infinite number of ways you can optimize a Windows environment, with something for beginners as well as administrators familiar with optimizations but looking to deliver an even better experience within their environment.

Of course, the optimizations provided in this blog series are intended only as a guide. Be sure to vet any optimizations carefully and test the optimizations described in this series internally before pushing the changes to your production environment.

The first entry covered Active Setup. The second entry covered the Microsoft Store. The third entry covered Services and Scheduled Tasks. The fourth entry covered Startup Items. In each case, we discussed what each piece is, how it works, and how to optimize it.

This blog addresses three smaller aspects of your Windows Operating System: Autologgers, Features On-Demand, and Optional Features. While these three items are smaller than any of the previous blog posts individually, there are some definite optimization efforts to be considered here.

Frame Newsletter April 2023

· 4 min read
Yangzhi Zhao

Frame Newsletter

Welcome to another edition of the Frame Newsletter! In this edition, we will be covering:

  • Nutanix .NEXT 2023 in Chicago (May 9-10)- register and book a meeting with the Frame team!
  • Frame's new enhanced browser multi-monitor feature.
  • Highlights from IGEL DISRUPT Nashville.
  • Sign up for our free Frame 200 - Planning & Architecture Course on June 6-7!

Dizzion and Avaya Help Customers Transform Their Remote Communications

· 3 min read

Dizzion and Avaya Help Customers Transform Their Remote Communications

Dizzion and Avaya Help Customers Transform Their Remote Communications Delivering a Voice and Secure Digital Workspaces UC Experience with Desktop as a Service Solution.

Dizzion Desktop as a Service (DaaS) solution now rated “Avaya Compliant” with Avaya's leading cloud communications portfolio.

Ruben's EUC Industry Bento Box - April 2023

· 11 min read
Ruben Spruijt

EUC Industry Bento Box April 2023

The EUC Bento Box is a monthly selection of relevant and interesting content, curated by yours truly, designed to be easily digestible as a way to stay up-to-date on the latest trends and developments in the EUC industry! Inside the bento box, you will find a variety of articles, blog posts, white papers, videos, best practice guides, and more. Each entry includes a short summary/description to help you maximize your learning with minimal reading! So, whether you're an EUC geek, a seasoned professional, or just starting out, we're sure the EUC Bento Box has something for everyone.

Let's dive in!

Frame Image Management: Onboarding and Configuring SaaS Applications

· 4 min read
Jake Norman

Frame Image Management: Onboarding and Configuring SaaS Applications

Scenario: As a customer, you want to use Frame to provide access to Software-as-a-Service (SaaS) applications. SaaS applications are also known as web-based software applications, meaning your main form of access to the application is through a web browser, such as Google Chrome or Microsoft Edge. You want to utilize the Application Experience to provide these applications to your users. With Frame, how do you accomplish this?

Guest Post: Focus on Frame, Not the Endpoint!

· 4 min read
Omar Kechrid

ZeeTim and Frame

Transform any PC into a Frame Ready thin client in minutes with ZeeTim!

If you're a Frame customer and have already virtualized your user workspaces, the last thing you want to be spending a ton of time on is managing and securing your user endpoint devices. Since users are accessing a full digital workspace delivered by Frame, the endpoint device should just be a low-value target that simply provides users with access to their Frame session either via Frame App or a supported web browser. This is where ZeeTim, a Frame Ready partner, can help bridge the gap and ensure end-to-end security and management.

Application Optimization Essentials: Microsoft Edge

· 6 min read
Jake Norman

Application Optimization Essentials: Edge

In previous blog posts, we talked about optimizations as they related to the Windows Operating System, including Active Setup, the Microsoft Store, Services & Scheduled Tasks, and more.

This blog series will focus on application optimizations. We started this series with our Introduction to Application Optimization, which showcases common items to look for when it comes to application optimization. We followed up with Application Optimization Essentials: Google Chrome. This blog will deep dive into one of the most commonly used browsers: Microsoft Edge of the Chromium variety.

Leveraging Frame Admin API to Stick to your Public Cloud Budget: User Volumes

· 12 min read
David Horvath

Leveraging Frame Admin API to Stick to your Public Cloud Budget

In a previous blog post, I showed how you could use Frame Admin API to monitor Frame accounts that had running instances because of misconfigured account capacity settings. This could lead to spending more on your cloud infrastructure than is needed. In this blog, I will demonstrate how you can use the Frame Admin API to identify and delete user volumes that have not been used in a while. Periodically removing unused volumes can help keep cloud storage costs down and can make sure that your data retention policies are being appropriately followed.

Implement a CI/CD Pipeline using Frame APIs

· 19 min read
Justin Emilio

Implement a CI/CD Pipeline using Frame APIs

Continuous Deployment (CD) is a software development practice which aims to ensure that code changes or software updates can be safely and quickly deployed to a production environment. CD is only part of a common industry practice called Continuous Integration / Continuous Delivery/Deployment (CI/CD). The goal of CI/CD is to automate the build, test, and deployment of software applications, by using a set of tools and practices.