Nov 23 2022 06:23 AM
Is anyone aware of a reliable specific registry key that can be used to determine whether an AVD is single session or multi session? I know you can get it via script but looking to setup a dependency in InTune based on a registry key.
Thanks,
Jeff
Nov 23 2022 05:52 PM
@Grimknight You can use the following command
reg query "hklm\software\microsoft\windows nt\currentversion" /v ProductName
Nov 29 2022 05:53 AM
@askaresh Thank you for your response. I do not get the same results as you do though. I think I found another key and will be using it.
HKLM\Microsoft\Windows NT\CurrentVersion:EditionID. SingleSession is coming back with "Enterprise" and Multisession is coming back with "ServerRdsh".
Thanks again!
Jeff
Dec 01 2022 04:55 PM