Get-QADComputer -IncludeAllProperties -SizeLimit 0 -SearchRoot "Mondomaine.loc/OU_Computers" | ft Name,ParentContainer,OSName,pwdlastset
Get-QADUser -IncludeAllProperties -SizeLimit 0 -SearchRoot "domain.local/OU_01" | ft Name,SamAccountName,LastLogon
Petit script Powershell pour savoir qui est connecté sur une machine distante : $computer = Read-Host « Enter the computer Name »$loginfo = Get-WmiObject...
Renommez vos fichiers grâce à Powershell … La commande DOS : ren *.txt *.bat En Powershell : Get-ChildItem . -Filter *.txt |...
pour forcer la synchronisation des clients WSUS, il suffit de lancer l’invite de commande (CMD) et de taper : wuauclt /detectnow ...