• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
ControlUp Community

ControlUp Community

Connect, Learn, and Grow

  • Blog
  • Podcast
  • Meetups
  • Archives
  • Categories
    • ControlUp One Platform
    • ControlUp for Apps
    • ControlUp for Compliance
    • ControlUp for Desktops
    • ControlUp Scripts & Triggers
    • ControlUp Synthetic Monitoring
    • ControlUp for VDI
  • Topics
  • Events
    • Logos & Wallpaper
    • ControlUp.com
  • Join

Script to List Installed Versions of the VDA and Functional Level of MC & DG?

Posted on April 26, 2023

A user asked if there’s a script to list installed versions of the VDA as well as the functional level of the Master Catalog and Desktop Group. Suggestions were provided along with a script for functional level. It was recommended to put the functional level requirement as a roadmap item for the product.


Read the entire ‘Script to List Installed Versions of the VDA and Functional Level of MC & DG?’ thread below:

Is there a script that will list installed versions of the VDA as well as the functional level of the MC and DG?


$VDAPath = “HKLM:\SOFTWARE\Citrix\Virtual Desktop Agent”

$InstalledVersion = Get-ItemProperty -Path $VDAPath -Name ProductVersion

Write-Host “The installed version of the VDA is” $InstalledVersion.ProductVersion

taht would give u the first part

just need to be modifiied to remote machines slightly

found this script for the functional level

might do the trick for u


Run these on a Delivery Controller or where the CVAD PowerShell cmdlets are installed, eg a machine with Studio installed:

Get-BrokerCatalog |select name,MinimumFunctionalLevel

Get-BrokerDesktopGroup -MaxRecordCount 4000|select Name,MinimumFunctionalLevel

Easy enough to put into a script and implement filters


Awesome. thanks guys. Trying to get everything on 2203 but it’s a mess. It’s a lot easier to plan when looking at it as a whole outside of studio. thanks again 🙂


I will also put the requirement for Functional Level as a roadmap item for the product as well so it can be used as a trigger, clear use case.


I needed something like this also, thanks! Now I just need to get the actual versions of Citrix installed inventoried as well for life cycle management.

Continue reading and comment on the thread ‘Script to List Installed Versions of the VDA and Functional Level of MC & DG?’.  Not a member? Join Here!


Categories: All Archives, ControlUp Scripts & Triggers
Topics: Citrix, ControlUp Agent, PowerShell, Scripts, Triggers

Ask Us Anything, Connect, Learn, and Grow with the ControlUp Community!

Login to the ControlUp Community to ask us anything, stay up-to-date on what’s new and coming soon and meet other like-minded techies like you.

Not already a member? Join Today!

Primary Sidebar

ControlUp Academy

Enroll in ControlUp Academy for expert-led technical training, equipping you with skills to effectively deploy, manage, and grow your ControlUp investment.

Learn here >

Rotating Images

Hidden Gem from our Community on Slack!

ControlUp Betas - What's Coming Next?
NEW ControlUp Features - Stay Up-to-Date!
ControlUp Scripts - Scripting, Zero to Hero
Latest KB Articles - Be the First to Learn
Did you Know - with Sivan Kroitoru
Practical Perspectives Technical Use Case Training

Video Tutorials Library

Visit our technical how-to videos, offering step-by-step tutorials on advanced features, troubleshooting, and best practices.

Watch here >

ControlUp Blog

Check out the ControlUp blog for expert advice and in-depth analysis.

Read here >

ControlUp Script Library

Visit the ControlUp technical script library, which offers a multitude of pre-built scripts and custom actions for your monitoring and troubleshooting requirements.

See here >

ControlUp Support

Visit the ControlUp support home and to delve deeper into ControlUp solutions.

Browse here >

Download ControlUp RealTime DX

Start with ControlUp for real-time end-user environment insights, swift troubleshooting, and unprecedented performance optimization. Download now.

Download here >

Footer

      

ControlUp Community
Of Techie, By Techie, For Techie!

Terms of Use | Privacy Policy | Security
Dive Deeper, Learn more at ControlUp.com

  • facebook
  • twitter
  • youtube
  • linkedin

© 2023–2025 ControlUp Technologies LTD, All Rights Reserved.

We use cookies to ensure that we give you the best experience on our website. by continuing to use this site you agree to our Cookie policy..