Desktop and Application Streaming

Category: PowerShell

Active Directory Group Membership Based AppStream 2.0 Application Targeting

The default behavior of an Amazon AppStream 2.0 Stack is to present all the applications to the end user that were added to the application catalog by the administrator creating the image. Customers accustomed to targeting individual applications to end users based on Active Directory group membership can also continue to do so using the […]

User Issue Reporter for Amazon AppStream 2.0

The ephemeral nature of an Amazon AppStream 2.0 fleet instances can pose a unique challenge to administrators when trying to troubleshooting application issues. My previous blog post focused on automating log generation and alerting. In this blog post I will show how you can enable users to report issues themselves when they are currently in […]

Bring your App-V packages to AppStream 2.0 with the dynamic application framework

Customers with existing Microsoft Application Virtualization (App-V) packages that are keen to use them with Amazon AppStream 2.0 can do so using the dynamic application framework. The dynamic application framework allows customers to build a custom application provider that dynamically adds applications to the AppStream 2.0 catalog. This post details how to get started integrating […]

Create a PowerShell-Based dynamic app provider in Amazon AppStream 2.0

The Amazon AppStream 2.0 dynamic application framework provides API operations within an AppStream 2.0 streaming instance that you can use to build a dynamic app provider. Dynamic app providers use these API operations to modify the catalog of applications that your users can access in real time. For example, you can add applications to the […]

Creating an image programmatically with AppStream 2.0 Image Assistant CLI operations

September 2022: This blog has been updated to use a PSRemoting configuration file. Amazon AppStream 2.0 now lets you programmatically create an image using the Image Assistant command line interface (CLI) operations which are made available via an executable on the image builder. The CLI enables you to specify which applications your users can launch, […]