Skip to content

NKCODE TECH GEEK ZONE

  • RSS - Posts
Menu
  • Home
  • Cloud
    • Azure
    • Alibaba
    • AWS
  • Hardware
  • Linux
  • Network
  • Security
  • Windows Client / Servers
    • SQL
    • Windows Client OS
      • Windows 10
    • Windows Servers
      • Windows 2008R2
      • Windows Server 2012R2
      • Windows Server 2016
      • Windows Server 2019
  • VMWARE
  • Free Tools
  • About Me
    • Disclaimer
Menu

Creating New User In PowerShell Command

Posted on November 17, 2013

The Windows PowerShell commands needed to create the new user Kugan Tech in the preceding example were as follows:

New-ADUser -DisplayName:”Kugan Tech” -GivenName:”Kugan” -Name:”Kugan Tech” -Path:”OU=IT Users OU,OU=IT OU,DC=nkcode,DC=com” -SamAccountName:”Kugan” -Server:”MIS-SRV.nkcode.com” -Surname:”Tech” -Type:”user” -UserPrincipalName:kugan@nkcode.com Set-ADAccountPassword -Identity:”CN=Kugan Tech,OU=IT Users OU, OU=IT OU,DC=nkcode,DC=com” -NewPassword:”System.Security.SecureString” -Reset:$null -Server:”MIS-SRV.nkcode.com” Enable-ADAccount -Identity:”CN=Kugan Tech,OU=IT Users OU, OU=IT OU, DC=nkcode,DC=com” -Server:”MIS-SRV.nkcode.com” Set-ADObject -Identity:”CN=Kugan Tech,OU=IT Users OU, OU=IT OU, DC=nkcode,DC=com” -ProtectedFromAccidentalDeletion:$true -Server:”MIS-SER.nkcode.com” Set-ADAccountExpiration -DateTime:”17/11/2013 00:00:00″ -Identity:”CN=Kugan Tech, OU=IT Users OU,OU=IT OU,DC=nkcode,DC=com” -Server:”MIS-SRV.nkcode.com” Set-ADAccountControl -AccountNotDelegated:$false -AllowReversiblePasswordEncryption:$true -CannotChangePassword:$true -DoesNotRequirePreAuth:$false -Identity:”CN=Kugan Tech,OU=IT Users OU,OU=IT OU, DC=nkcode, DC=com” -PasswordNeverExpires:$true -Server:”MIS-SRV.nkcode.com” -UseDESKeyOnly:$false Set-ADUser -ChangePasswordAtLogon:$false -Identity:”CN=Kugan Tech, OU=IT Users OU,OU=IT OU, DC=nkcode,DC=com” -Server:”MIS-SRV.nkcode.com” -SmartcardLogonRequired:$false

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to email a link to a friend (Opens in new window) Email

Like this:

Like Loading...

Related

Welcome to Teck Geek Zone

Alibaba & Azure Cloud with a free trial worth $200-1200 USD Click below Cloud Providers

  • Securing Your Cloud Environment with Alibaba Cloud Firewall
  • 🚢 Sailing into the Data Age: How Cloud and IoT are Revolutionizing the Marine Industry
  • What is Azure Grafana? A Comprehensive Guide to Monitoring and Visualization
  • 🔐 How to Enable Virtualization-Based Security (VBS) for Windows Workloads in VMware Cloud Foundation and vSphere
  • Microsoft’s Azure SRE Agent: AI-Powered Reliability Engineering

Categories

  • Cloud (186)
    • Alibaba (39)
    • AWS (39)
    • Azure (114)
  • Free Tools (5)
  • Hardware (17)
  • Linux (13)
  • Network (28)
  • Security (21)
  • VMWARE (54)
  • Windows OS (44)
    • Windows 10 (7)
  • Windows Servers (69)
    • SQL (3)
    • Windows 2008R2 (7)
    • Windows Server 2012R2 (15)
    • Windows Server 2016 (20)
    • Windows Server 2019 (10)

Subscribe to our newsletter

©2025 NKCODE TECH GEEK ZONE | Design: Newspaperly WordPress Theme
%d