Fslogix version (2.9.7654.46150)

Alberto Damiano 21 Reputation points
2021-02-17T21:58:40.323+00:00

After installed fslogix release 2.9.7654.46150 if i try a wmi query for fslogix version result is 2.9.7653.47581 Why?

FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
463 questions
0 comments No comments
{count} votes

Accepted answer
  1. Karlie Weng 13,951 Reputation points Microsoft Vendor
    2021-02-18T03:13:35.91+00:00

    Hello @Alberto Damiano

    How about from the Fslogix folders ? c:\programs files\fslogix\apps\frx version

    You can also use following command to check the version.

    69259-image.png

    Fslogix 2.9.7654.46150 Download Link: https://download.microsoft.com/download/4/8/2/4828e1c7-176a-45bf-bc6b-cce0f54ce04c/FSLogix_Apps_2.9.7654.46150.zip

    Best Regards
    Karlie

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Alberto Damiano 21 Reputation points
    2021-02-18T09:07:14.637+00:00

    Hello @Karlie Weng
    i try poweshell code to get remoted version of Fslogix installed like:

    Get-WMIObject win32_product -ComputerName $hostname  
    

    during my test I have seen the above results.
    New version 2.9.7654.46150 report WMI result 2.9.7349.30108

    Thanks for the tip I will try a powershell script like

    Invoke-Command -ComputerName $comuputername { & 'C:\Program Files\FSLogix\Apps\frx.exe' version }  
    

    Thanks

    0 comments No comments