lewizard
Activity overview
Latest activity by lewizard-
lewizard created a post, Add a Remote Computer to AD Group
Hey, A less simple tool I use to modify (add) a Remote Computer to an AD Group, and then triggers a Scan for AD Infos right after. I'm obviously not a Powershell expert ahah I'll have to ask so...
-
lewizard created a post, 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 group...
-
lewizard created a post, Get AD User's Groups (Remote LoggedOnUser)
Hey, A simple tool I use to check the AD Groups of a LoggedOnUser, on a Remote Computer. #Recuperation Username distant :$user = (Get-WmiObject -ComputerName $(Computer:TARGETHOSTNAME) -Class win...
-
lewizard created a post, Change AD Description for a Remote Computer
Hey, A simple tool I use to modify(replace) the AD Description of a Remote Computer, and then triggers a Scan for AD Infos right after. $description = Read-Host 'Entrez la description voulue ' Se...