<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTML Access Report in Horizon Desktops and Apps</title>
    <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864103#M85705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connect-HVServer should connect to a Horizon Connection server. I don't think a security server will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2020 19:37:56 GMT</pubDate>
    <dc:creator>Mickeybyte2</dc:creator>
    <dc:date>2020-06-29T19:37:56Z</dc:date>
    <item>
      <title>HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864100#M85702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need&amp;nbsp; to find which users are connecting using HTML access (using web browser).&amp;nbsp; I believe it's always "Blast" using SSL/443 tunnel.&amp;nbsp; I'm pretty sure it's logged on security server or connection server.&amp;nbsp; Looking for the easiest way to extract it and create a report.&amp;nbsp; For example, from 6/1/20 - 6/30/20 These 458 users connected to vdi using HTML access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2020 13:17:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864100#M85702</guid>
      <dc:creator>HainesFGL</dc:creator>
      <dc:date>2020-06-28T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864101#M85703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could give it a try using PowerCLI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15934093786791207 jive_text_macro" data-renderedposition="50_8_1232_144" jivemacro_uid="_15934093786791207"&gt;&lt;P&gt;Connect-HVServer -Server &amp;lt;Your HV Server&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ViewAPI = $global:DefaultHVServers[0].ExtensionData&lt;/P&gt;&lt;P&gt;$query_service = New-Object "Vmware.Hv.QueryServiceService"&lt;/P&gt;&lt;P&gt;$query = New-Object "Vmware.Hv.QueryDefinition"&lt;/P&gt;&lt;P&gt;$query.queryEntityType = 'SessionLocalSummaryView'&lt;/P&gt;&lt;P&gt;$Sessions = $query_service.QueryService_Query($ViewAPI,$query)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$Sessions.Results.Namesdata&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the following output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 05:44:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864101#M85703</guid>
      <dc:creator>RoderikdeBlock</dc:creator>
      <dc:date>2020-06-29T05:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864102#M85704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roderik, This is great stuff and working very well I'm including output from the PowerCli below.&amp;nbsp; My question is where exactly is this coming from?&amp;nbsp; Right now I'm pointing to our security server and I'm getting good data output &amp;lt;below&amp;gt;.&amp;nbsp; Is there a way to include the date and time the session started?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&lt;SPAN&gt;Connect-HVServer : There was no endpoint listening at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://securityserver.domain.com/view-vlsi/sdk" rel="nofollow"&gt;https://securityserver.domain.com/view-vlsi/sdk&lt;/A&gt;&lt;SPAN&gt; that could accept the message. This is often caused by an &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;incorrect address or SOAP action. See InnerException, if present, for more details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;At C:\Documents\Scripts\HorizonClientConnectionType.ps1:1 char:1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;+ Connect-HVServer -Server securitysecury.domain.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Connect-HVServer], Exception&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : System.Exception,VMware.VimAutomation.HorizonView.Commands.Cmdlets.ConnectHVServer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 120px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One line of sample output using Export-CSV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"domain.com\\TUser","C1-COMPUTER-254","c1-computer-254.domain.com","7.8.0","c1_pool_o64","Windows 10","AUTOMATED","VIEW_COMPOSER",,"d17c390e-f2d3-6530-ca91-3a57a264bbae","htmlaccess","10.10.10.32","10-10-10-32-Edge","5.0.0","view.domain.com","10.10.10.230","External"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help and suggestion on this.&amp;nbsp; Very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:39:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864102#M85704</guid>
      <dc:creator>HainesFGL</dc:creator>
      <dc:date>2020-06-29T18:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864103#M85705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connect-HVServer should connect to a Horizon Connection server. I don't think a security server will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 19:37:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864103#M85705</guid>
      <dc:creator>Mickeybyte2</dc:creator>
      <dc:date>2020-06-29T19:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864104#M85706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the source of the data output?&amp;nbsp; I can't tell from the PowerCli...&amp;nbsp; How can I include the session date &amp;amp; time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Odd thing is that I coonected to security server and got the error above, then several hundred lines of output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 23:09:23 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864104#M85706</guid>
      <dc:creator>HainesFGL</dc:creator>
      <dc:date>2020-06-29T23:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864105#M85707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can pull this information from horizon helpdesk plugin Or through DEM script .Please check &lt;A href="https://communities.vmware.com/message/2955799"&gt;Re: what OS is connecting to my VDI environment?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 02:07:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864105#M85707</guid>
      <dc:creator>Shreyskar</dc:creator>
      <dc:date>2020-06-30T02:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864106#M85708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will include date and time and gives the output as shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15934976016361358 jive_text_macro" data-renderedposition="71_8_1232_224" jivemacro_uid="_15934976016361358"&gt;&lt;P&gt;Connect-HVServer -Server &amp;lt;Your HV Server&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ViewAPI = $global:DefaultHVServers[0].ExtensionData&lt;/P&gt;&lt;P&gt;$query_service = New-Object "Vmware.Hv.QueryServiceService"&lt;/P&gt;&lt;P&gt;$query = New-Object "Vmware.Hv.QueryDefinition"&lt;/P&gt;&lt;P&gt;$query.queryEntityType = 'SessionLocalSummaryView'&lt;/P&gt;&lt;P&gt;$Sessions = $query_service.QueryService_Query($ViewAPI,$query)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$results = $Sessions.Results | ? {$_.Namesdata.ClientType -like "htmlaccess"} &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;foreach ($session in $results)&lt;/P&gt;&lt;P&gt;{$session | select @{N='UserName';E={$Session.Namesdata.UserName}},@{N='ClientType';E={$Session.Namesdata.ClientType}},@{N='StartTime';E={$Session.SessionData.StartTime}} }&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2020-06-30_08-13-05.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/21166i3E9398AF3134EBD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-06-30_08-13-05.png" alt="2020-06-30_08-13-05.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 06:15:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864106#M85708</guid>
      <dc:creator>RoderikdeBlock</dc:creator>
      <dc:date>2020-06-30T06:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864107#M85709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roderik, This is great!&amp;nbsp; Thank you!&amp;nbsp; Using PowerCli for Horizon has been very challenging considering there are only just a few cmdlets.&amp;nbsp; I'm about to try your latest update to the script.&amp;nbsp; I'm still curious where this data is being pulled from?&amp;nbsp; Is it stored in the ADAM DB?&amp;nbsp; Ideally, in addition to including the date/timestamp, I would like to be able to query this data from a specific time period.&amp;nbsp; For example from 6/25/20 - 6/30/20.&amp;nbsp; Is this history stored somewhere?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again for your help on this!&amp;nbsp; Great stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:32:37 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864107#M85709</guid>
      <dc:creator>HainesFGL</dc:creator>
      <dc:date>2020-06-30T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864108#M85710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately this is realtime data. You can create scheduled tasks to collect and filter the data or could go for the suggestions of &lt;B&gt;Shreyskar&lt;/B&gt;​.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 04:42:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864108#M85710</guid>
      <dc:creator>RoderikdeBlock</dc:creator>
      <dc:date>2020-07-01T04:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864109#M85711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that your users connect to your Horizon environment through HTML. We are also considering giving this option to our users and would appreciate your advise on this in terms of support and user feedback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 02:21:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864109#M85711</guid>
      <dc:creator>vols11</dc:creator>
      <dc:date>2020-07-06T02:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Access Report</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864110#M85712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vols11, Sorry for the delayed response.&amp;nbsp; We do allow HTML access as a convenience.&amp;nbsp; However, we advise that people use the Horizon Client whenever possible as the their experience will be much better.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 14:30:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/HTML-Access-Report/m-p/1864110#M85712</guid>
      <dc:creator>HainesFGL</dc:creator>
      <dc:date>2020-08-04T14:30:21Z</dc:date>
    </item>
  </channel>
</rss>

