<?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: Powershell script for listing domain users in vfiler local groups in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121369#M4931</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Connect-NaController -Name &amp;lt;controller name&amp;gt; -Vfiler &amp;lt;vfiler name&amp;gt;

Get-NaGroup|ForEach-Object{
    "Group: $($_.Name)" 
    (Get-NaDomainUser -Group $_.Name).Name
}&lt;/PRE&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2016 00:44:54 GMT</pubDate>
    <dc:creator>FelipeMafra</dc:creator>
    <dc:date>2016-07-18T00:44:54Z</dc:date>
    <item>
      <title>Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120965#M4883</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know a way to list domain accounts added to local groups on vFiler for each share ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can get results only showing me name of vFiler and user account :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ShareName &amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; User name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JohnS$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filer_name\JohnS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filer_name\Carol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of&amp;nbsp;&amp;nbsp; filer_name\JohnS&amp;nbsp; i need&amp;nbsp; DomainName\JohnS&amp;nbsp; as i have for some shares users added from different domains and need to distinguish from which domains they are, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 20:06:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120965#M4883</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2025-06-04T20:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120967#M4884</link>
      <description>&lt;P&gt;Ok, this post is a bit confusing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears you want share level or NTFS level permissions within the vfiler, b/c you keep mentioning share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are looking for vfiler acccess for a vfiler administrators group it would be &amp;nbsp; get-nadomainuser -g administrators&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want share/ntfs permissions, you need to use Windows Powershell cmdlets with AD to pull them, like get-acl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 11:53:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120967#M4884</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-07-05T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120969#M4885</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're right maybe i'm mixing two things. I'm not really interested in acls at all.&lt;/P&gt;&lt;P&gt;My task is to verify if to any of&amp;nbsp; vFiler&amp;nbsp;local groups are added more domain accounts from the same or other domains&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How Can i list all vFiler local groups with all accounts added to them ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Local Group Name&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Accounts added to local GP&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User_1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Domain_1\User_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Domain_1\test_user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Domain_Paris\MariaS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 12:43:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120969#M4885</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-05T12:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120988#M4887</link>
      <description>&lt;P&gt;Ok, now I assume you mean the groups on the vfiler,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did somone create more groups? &amp;nbsp; if so, use get-nagroup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if you just want administrators use get-nadomainuser -g administrators&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:23:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120988#M4887</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-07-05T17:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120993#M4891</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to use&amp;nbsp;Get-NaGroup &amp;nbsp;in context of &amp;nbsp;vFiler ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-NaGroup &amp;nbsp;displays groups for netapp controller not vfiler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have hundreds of local groups in vFiler so need to script in some way, i have function displaying accounts in local vFiler groups but need to first list all local vFiler groups and pass it to that function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 18:54:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120993#M4891</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-05T18:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120996#M4892</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this moment I&amp;nbsp;tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-NAGroup | %{ $Group = [ADSI]"WinNT://&amp;lt;MY_VFILER_NAME&amp;gt;/$_,group"; EnumLocalGroup $Group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this doesn't work of course because&amp;nbsp;&lt;SPAN&gt;Get-NAGroup is giving groups from controller not from&amp;nbsp;MY_VFILER_NAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Function&amp;nbsp;EnumLocalGroup i have found here:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www.rlmueller.net/PowerShell/PSEnumLocalGroup.txt" target="_blank"&gt;http://www.rlmueller.net/PowerShell/PSEnumLocalGroup.txt&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;it does what i need ..lists domain accounts added to local vFiler groups but for declared in the script vFiler and declared local group on vFiler. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When i have lots of local groups in vfiler i need to pass all groups&amp;nbsp;to that function in some way ..unfortunatelly i'm&amp;nbsp; totally fresh in powershell and its not that easy for me&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 19:27:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120996#M4892</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-05T19:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120997#M4893</link>
      <description>&lt;P&gt;i'm not quite sure what you are doing.. It's pretty simple...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect to the vfiler directly either via rpc or https&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then run something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;get-nagroup | % {&lt;BR /&gt;$group = $_.name&lt;BR /&gt;get-nadomainuser -g $group | Select @{n='group';e={$group}},Name&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point we are talking basic powershell and basic netapp powershell&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 19:40:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120997#M4893</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-07-05T19:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120998#M4894</link>
      <description>&lt;P&gt;tomorrow i will try to run the same command after&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Connect-NaController PhysicalFileName -Vfiler VfilerName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and will see if it will list domain accounts&amp;nbsp;&amp;nbsp;for local vFiler groups&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 19:42:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120998#M4894</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-05T19:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120999#M4895</link>
      <description>&lt;P&gt;wrong again&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;connect directly to the VFILER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;connect-nacontroller vfilername&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 19:46:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/120999#M4895</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-07-05T19:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121004#M4896</link>
      <description>&lt;P&gt;Unfortunately that line you wrote doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At line:1 char:36&lt;BR /&gt;+ get-nagroup | % { $group = $_.name get-nadomainuser -g $group | Select @{n='grou ...&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ~~~~~~~~~~~~~~~~&lt;BR /&gt;Unexpected token 'get-nadomainuser' in expression or statement.&lt;BR /&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; : ParserError: (:) [], ParentContainsErrorRecordException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : UnexpectedToken&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 09:54:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121004#M4896</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-06T09:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121007#M4897</link>
      <description>&lt;P&gt;Is what I wrote, what you typed? &amp;nbsp;NO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to hit enter after each line, exactly what you see above&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 11:14:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121007#M4897</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-07-06T11:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121008#M4898</link>
      <description>&lt;P&gt;and this is basic powershell at this point..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry I can't assist anymore from here&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 11:14:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121008#M4898</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2016-07-06T11:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121009#M4899</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it's very basic powershell and that somone&amp;nbsp;from forum might know how to do it.&lt;/P&gt;&lt;P&gt;Yes, i wrote line by line, but&amp;nbsp; doesn't work anyway&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't matter now because&amp;nbsp;using function from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.rlmueller.net/PowerShell/PSEnumLocalGro​up.txt" target="_blank"&gt;http://www.rlmueller.net/PowerShell/PSEnumLocalGro​up.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;works exactly as i needed&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-NAGroup | %{ $Group = [ADSI]"WinNT://&amp;lt;MY_VFILER_NAME&amp;gt;/$_,group"; EnumLocalGroup $Group&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 11:55:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121009#M4899</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-06T11:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121011#M4900</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Explorer&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 11:59:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121011#M4900</guid>
      <dc:creator>explorer12</dc:creator>
      <dc:date>2016-07-06T11:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Powershell script for listing domain users in vfiler local groups</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121369#M4931</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Connect-NaController -Name &amp;lt;controller name&amp;gt; -Vfiler &amp;lt;vfiler name&amp;gt;

Get-NaGroup|ForEach-Object{
    "Group: $($_.Name)" 
    (Get-NaDomainUser -Group $_.Name).Name
}&lt;/PRE&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 00:44:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Powershell-script-for-listing-domain-users-in-vfiler-local-groups/m-p/121369#M4931</guid>
      <dc:creator>FelipeMafra</dc:creator>
      <dc:date>2016-07-18T00:44:54Z</dc:date>
    </item>
  </channel>
</rss>

