<?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: Query Active Directory in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62260#M12997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that command works on Server 2012. The kit works off DC there. No need to be a DC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure the package you need on Win 2008&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 04:35:36 GMT</pubDate>
    <dc:creator>lasswellt</dc:creator>
    <dc:date>2013-11-20T04:35:36Z</dc:date>
    <item>
      <title>Query Active Directory</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62237#M12992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello! Is there any way to query Active Directory to validate if the User or Group is valid ? Does it require Importing any Module ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Narendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:59:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62237#M12992</guid>
      <dc:creator>narendrathawani</dc:creator>
      <dc:date>2025-06-05T05:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query Active Directory</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62242#M12993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not online to my lab at the moment, so I can't check if this already exists. You could use something like the examples below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PowerShell - Powertips: Checking whether User or Group exists&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://learningpcs.blogspot.com/2011/01/powershell-powertips-checking-whether.html" title="http://learningpcs.blogspot.com/2011/01/powershell-powertips-checking-whether.html" target="_blank"&gt;http://learningpcs.blogspot.com/2011/01/powershell-powertips-checking-whether.html&lt;/A&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Test if AD object/path exists&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://dmitrysotnikov.wordpress.com/2010/03/22/test-if-ad-object-path-exists/" title="http://dmitrysotnikov.wordpress.com/2010/03/22/test-if-ad-object-path-exists/" target="_blank"&gt;http://dmitrysotnikov.wordpress.com/2010/03/22/test-if-ad-object-path-exists/&lt;/A&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use PowerShell to check whether AD user exists&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://social.technet.microsoft.com/Forums/windowsserver/en-US/5db5d6a4-7609-46a5-a3fc-0fb9611f3892/use-powershell-to-check-whether-and-ad-user-exists" target="_blank"&gt;http://social.technet.microsoft.com/Forums/windowsserver/en-US/5db5d6a4-7609-46a5-a3fc-0fb9611f3892/use-powershell-to-check-whether-and-ad-user-exists&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 22:31:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62242#M12993</guid>
      <dc:creator>bachman</dc:creator>
      <dc:date>2013-07-02T22:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Query Active Directory</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62247#M12994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These examples use Get-ADUser cmdlet which is part of ActiveDirectory module.&lt;/P&gt;&lt;P&gt;So, it will require loading ActiveDirectory&lt;SPAN style="font-family: mceinline;"&gt; module in WFA ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 22:52:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62247#M12994</guid>
      <dc:creator>narendrathawani</dc:creator>
      <dc:date>2013-07-02T22:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query Active Directory</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62250#M12995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if anyone responded to you yet, but yes, you'll have to add the ActiveDirectory module to the WFA server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From PS command line:&lt;/P&gt;&lt;P&gt;Import-Module ServerManager&lt;/P&gt;&lt;P&gt;Add-WindowsFeature RSAT-AD-PowerShell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 21:32:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62250#M12995</guid>
      <dc:creator>lasswellt</dc:creator>
      <dc:date>2013-11-19T21:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query Active Directory</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62255#M12996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Import-Module ServerManager itself didn't work for me on my windows 2008 Server. I found that its only available by default on Windows 2008 R2, and you need to install Exchange elsewhere. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at alternatives and ActiveDirectory module seems good but again I think ActiveDirectory powershell modules are not available unless you have AD Domain Service running on your Server for which you WFA server itself will need to be a Domain Controller ( dcpromo ) which is cumbersome and not even required. If anyone can suggest otherwise, then please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see its easier to enable Powershell Remoting on Active Directory and then invoking commands to AD server to query for results. Powershell Module ActiveDirectory will be available on your Domain Controller. Ypu can see it as "Start-&amp;gt; Administrative Tools -&amp;gt; Active Directory Modules for Windows Powershell" to verify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On AD server : &lt;SPAN style="color: #008000;"&gt;Enable-PSRemoting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Select &lt;STRONG&gt;A&lt;/STRONG&gt; for all choices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now from your WFA server you can invoke commands to query for users etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Invoke-Command -ComputerName adserver.com -Credential $creds -ScriptBlock {Import-Module ActiveDirectory ; Get-ADUser -Filter * -SearchBase "DC=DOMAIN,DC=COM"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;warm regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;sinhaa&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 03:59:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62255#M12996</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2013-11-20T03:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Query Active Directory</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62260#M12997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry that command works on Server 2012. The kit works off DC there. No need to be a DC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure the package you need on Win 2008&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 04:35:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Query-Active-Directory/m-p/62260#M12997</guid>
      <dc:creator>lasswellt</dc:creator>
      <dc:date>2013-11-20T04:35:36Z</dc:date>
    </item>
  </channel>
</rss>

