| FOTO | AUTO | EDV | AUDIO |

Powershell und Windows Terminal

Liste aller AD-User, deren Accountname mit „g“ beginnen

Get-ADUser -Filter 'samAccountName -like "g*"' -Server "SERVERNAME" -Properties * | Sort-Object -Property name |  Format-Table name, samaccountname, description, accountexpirationdate

Windows Leistungsindex
Powershell als Admin öffnen

winsat formal 
Get-WmiObject -Class Win32_WinSAT 

  • CPUScore = Prozessor-Leistung in Berechnungen pro Sekunde
  • D3DScore = 3D-Business- und Gaminggrafikleistung
  • DiskScore = Datentransferrate der primären Festplatte
  • Graphicsscore = Grafik-Desktopleistung für Windows (Aero)
  • MemoryScore = Arbeitsspeicher (RAM) - Speichervorgänge pro Sekunde
  • WinSPRLevel = Gesamtbewertung (ergibt sich aus der niedrigsten Teilbewertung)