<?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: AD Group information from Server ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310264#M1277677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you could do something like enclosed quickly. Pass your 10 applications to the variable, in a loop, and collect their AD assignments.&lt;/P&gt;&lt;P&gt;Or did I misunderstood you completely?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 22:14:50 GMT</pubDate>
    <dc:creator>disqr_rm</dc:creator>
    <dc:date>2012-02-22T22:14:50Z</dc:date>
    <item>
      <title>AD Group information from Server ?</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310261#M1277671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Is it possible to determine which and all AD groups are associated with any QV application on server? Can we somehow pull this information into cloud?&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310261#M1277671</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group information from Server ?</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310262#M1277673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it in a VB Script. Something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿﻿&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;strFolderName = "C:\QlikView\QlikViewApp.qvw"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;SE_DACL_PRESENT = &amp;amp;h4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Set objWMIService = GetObject("winmgmts:")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Set objFolderSecuritySettings = _&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;objWMIService.Get("Win32_LogicalFileSecuritySetting='" &amp;amp; strFolderName &amp;amp; "'")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;intRetVal = objFolderSecuritySettings.GetSecurityDescriptor(objSD)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;intControlFlags = objSD.ControlFlags&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;If intControlFlags AND SE_DACL_PRESENT Then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp; arrACEs = objSD.DACL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp; For Each objACE in arrACEs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WScript.Echo objACE.Trustee.Domain &amp;amp; "\" &amp;amp; objACE.Trustee.Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp; Next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&amp;nbsp;&amp;nbsp; WScript.Echo "Error reading security info"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;End If&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put above code in a .vbs file, change the file path and name in the first line and run it in the server. It will give you popup of all AD Groups assigned to the app. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can turn this code into one which reads all the folders, and sub-folders, and appends information to a file. Then, you can read that file anywhere you want. You can also run this as a macro in your application, just enable the system access on the macro editor in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 21:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310262#M1277673</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2012-02-22T21:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group information from Server ?</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310263#M1277675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rakesh. But how will your script find out the AD groups related to say 10 diff applications which I am interested in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 22:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310263#M1277675</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2012-02-22T22:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: AD Group information from Server ?</title>
      <link>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310264#M1277677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you could do something like enclosed quickly. Pass your 10 applications to the variable, in a loop, and collect their AD assignments.&lt;/P&gt;&lt;P&gt;Or did I misunderstood you completely?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 22:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AD-Group-information-from-Server/m-p/310264#M1277677</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2012-02-22T22:14:50Z</dc:date>
    </item>
  </channel>
</rss>

