PowerShell - Active Directory
Identify the error in this script:
New-ADUser -SamAccountName 'lwilson' -Name 'Linda Wilson' -AccountPassword 'Password123' -Enabled $true
