.. / New-ADUser

Creates a new Active Directory user


Functions:
Type:
Toolsets:

Domain

Create new user

New-ADUser -Name "Backdoor" -AccountPassword (ConvertTo-SecureString "MyPassword!" -Force -AsPlainText) -Enabled $true
Usecase
Create backdoor user in the AD

Comments
PowerShell Module: ActiveDirectory

Mitre Att&ck
T1136.002




Updated: 2023-07-01
Contributor: Arris Huijgen (bitsadmin)