User Account in Windows 2024年07月19日 Guestbook List all AD user accounts1Get-ADUser -Filter * -Properties * List all local user accounts1Get-LocalUser | Select-Object * Contents List all AD user accountsList all local user accounts