Untitled

Anonymous
plain_text
10/07/2024 10:48 PM
348 B
28
Indexable
New-ADUser -Name "Louis ACI" -GivenName "Louis" -Surname "ACI" -SamAccountName "louisaci" -UserPrincipalName "[email protected]" -Path "OU=System Administrators,DC=aciplab,DC=com" -AccountPassword(Read-Host -AsSecureString "Input Password") -Enabled $true
Editor is loading...
Leave a Comment