Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Get AD Computer's Groups

Hey,

A simple tool I use to check the AD Groups of a Remote Computer.

 

$ADComputerInfo = Get-ADComputer $(Computer:TARGET) -Properties *
Write-Host "Le poste $(Computer:TARGET) est membre des groupes :" -ForegroundColor Cyan
$ADComputerInfo.MemberOf

 

Screenshots :

0

Comments

0 comments