<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Active Directory on MarkJacobsen.net</title><link>https://test.markjacobsen.net/tags/active-directory/</link><description>Recent content in Active Directory on MarkJacobsen.net</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 14 Aug 2017 20:21:00 +0000</lastBuildDate><atom:link href="https://test.markjacobsen.net/tags/active-directory/index.xml" rel="self" type="application/rss+xml"/><item><title>Find the Members of an Active Directory Group</title><link>https://test.markjacobsen.net/2017/08/find-members-active-directory-group/</link><pubDate>Mon, 14 Aug 2017 20:21:00 +0000</pubDate><guid>https://test.markjacobsen.net/2017/08/find-members-active-directory-group/</guid><description>&lt;p&gt;The simplest way to get the list of users in an Active Directory group is to use the following command right from the command line:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NET GROUP &amp;quot;my_group&amp;quot; /DOMAIN
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And yes, that is the work “DOMAIN”, not the domain you are in. The only value to change in the command is my_group&lt;/p&gt;
&lt;p&gt;&lt;a href="https://serverfault.com/questions/22182/is-there-a-way-to-view-the-members-of-an-active-directory-group-if-you-arent-a" target="_blank"&gt;Ref: Is there a way to view the members of an Active Directory group if you aren’t a domain admin and can’t log into a domain controller?&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>