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

Please sign in to leave a comment.

Didn't find what you were looking for?

New post