in connect-QADService connection, what is parameter 'HostServices' ?

$ARSession = (connect-qadservice -service myServer@myFQDN.me -proxy)

I use the above to establish a session to an ARS host -
within the same PowerShell session, I can refer to the parameters confirm the connection is set to use ARS or AD by checking $arsession.useARS
 
All the other parameters are self-explanatory, but for 'HostServices'
Since ARS and IIS are running on the ARS host I'm connected to - what is 'hostServices' referencing?


ServiceName : myServer@myfqdn.me
UseArs : True
UseSSL : False
UseGlobalCatalog : False
IsAdam : False
HostServices :

Parents Reply Children
No Data