Popwershell Tambahkan Pengguna Lokal

$Password = Read-Host -AsSecureString
New-LocalUser "User03" -Password $Password -FullName "Third User" -Description "Description of this account."
Disturbed Donkey