Skip to content

Commit

Permalink
Deployed 6168f71 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Dec 12, 2024
1 parent 426f80a commit 8bcc42d
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 113 deletions.
22 changes: 21 additions & 1 deletion Diagnostics/HealthChecker/ExchangeComputerMembership/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3582,6 +3582,26 @@ <h3 id="description">Description:</h3>
<p>This check is done by using the ADModule with using the cmdlets <code>Get-LocalGroupMember -SID "S-1-5-32-544"</code> and running <code>Get-ADPrincipalGroupMembership (Get-ADComputer $env:COMPUTERNAME).DistinguishedName</code></p>
<p>If an issue is detected, the group will display with where the problem is located. Either <code>Local System Membership</code> if the group isn't part of the local system account or <code>AD Group Membership</code> if the computer object isn't a member of the group provided.</p>
<p>If the script is run from a computer that doesn't have Active Directory PowerShell module installed on it, <code>Get-ADComputer</code> will fail with the exception <code>CommandNotFoundException</code>. The output will then display that you should run <code>Install-WindowsFeature RSat-AD-PowerShell</code> on the computer to get the module installed. This is how you get this feature to then start reporting correctly.</p>
<p>If you see an output of:</p>
<div class="highlight"><pre><span></span><code>Exchange Server Membership: Failed
Unable to determine Local System Membership as the results were blank.
</code></pre></div>
<p>This can have multiple meanings.</p>
<ol>
<li>Ambiguous: The command Get-LocalGroupMember failed to run successfully.</li>
<li>Literal: That there is a group membership issue.</li>
</ol>
<p>Confirm which one of the two is the problem by reviewing local group membership. The <code>Administrators</code> group should have members which include: <code>Domain Admins</code>, <code>Exchange Trusted Subsystem</code>, and <code>Organization Management</code>.</p>
<p>If you see an output of:</p>
<div class="highlight"><pre><span></span><code>Exchange Server Membership: Failed
Unable to determine AD Group Membership as the results were blank.
</code></pre></div>
<p>This can have multiple meanings.</p>
<ol>
<li>Ambiguous: The command Get-ADPrincipalGroupMembership failed to run successfully.</li>
<li>Literal: That there is a group membership issue.</li>
</ol>
<p>Confirm which one of the two is the problem by reviewing what groups the Server is a member of. The server should be a member of <code>Exchange Trusted Subsystem</code>, and <code>Exchange Servers</code>.</p>
<p><strong>Included in HTML Report?</strong></p>
<p>Yes</p>

Expand All @@ -3604,7 +3624,7 @@ <h3 id="description">Description:</h3>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 4, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">December 12, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8bcc42d

Please sign in to comment.