<?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: domain user group in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099411#M3335</link>
    <description>C:&amp;gt;net user &lt;USERNAME&gt; /domain&lt;BR /&gt;&lt;BR /&gt;will do that&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
    <pubDate>Wed, 22 Oct 2003 06:29:54 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-10-22T06:29:54Z</dc:date>
    <item>
      <title>domain user group</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099410#M3334</link>
      <description>How can I find the domain groups to which domain user belongs?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;found a script.Any command?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Oct 2003 05:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099410#M3334</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-22T05:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: domain user group</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099411#M3335</link>
      <description>C:&amp;gt;net user &lt;USERNAME&gt; /domain&lt;BR /&gt;&lt;BR /&gt;will do that&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Wed, 22 Oct 2003 06:29:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099411#M3335</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-10-22T06:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: domain user group</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099412#M3336</link>
      <description>Ugly.... but works.  with a little manipulation, you could make it a comma delimited file for Excel.&lt;BR /&gt;-------------------------------&lt;BR /&gt; &lt;BR /&gt;@echo off&lt;BR /&gt;net user /domain &amp;gt; domain.txt&lt;BR /&gt;for /F "eol=- tokens=1,2,3 delims= " %%i in (domain.txt) do ( &lt;BR /&gt;  net user %%i /domain &amp;gt; user.txt&lt;BR /&gt;  find "User name" user.txt &amp;gt; myuser.txt&lt;BR /&gt;  find "*" user.txt &amp;gt;&amp;gt; myuser.txt&lt;BR /&gt;  for /F "eol=- tokens=1,2,3 delims='*'" %%i in (myuser.txt) do echo %%i, %%j, %%k &amp;gt;&amp;gt; user_groups.txt&lt;BR /&gt;  net user %%j /domain &amp;gt; user.txt&lt;BR /&gt;  find "User name" user.txt &amp;gt; myuser.txt&lt;BR /&gt;  find "*" user.txt &amp;gt;&amp;gt; myuser.txt&lt;BR /&gt;  for /F "eol=- tokens=1,2,3 delims='*'" %%i in (myuser.txt) do echo %%i, %%j, %%k &amp;gt;&amp;gt; user_groups.txt&lt;BR /&gt;  net user %%k /domain &amp;gt; user.txt&lt;BR /&gt;  find "User name" user.txt &amp;gt; myuser.txt&lt;BR /&gt;  find "*" user.txt &amp;gt;&amp;gt; myuser.txt&lt;BR /&gt;  for /F "eol=- tokens=1,2,3 delims='*'" %%i in (myuser.txt) do echo %%i, %%j, %%k &amp;gt;&amp;gt; user_groups.txt&lt;BR /&gt;&lt;BR /&gt;)&lt;BR /&gt; &lt;BR /&gt;I'll attach it as a txt file incase this comes out too hacked.&lt;BR /&gt; &lt;BR /&gt;Jon</description>
      <pubDate>Wed, 22 Oct 2003 19:06:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/domain-user-group/m-p/3099412#M3336</guid>
      <dc:creator>Jon Finley</dc:creator>
      <dc:date>2003-10-22T19:06:56Z</dc:date>
    </item>
  </channel>
</rss>

