Home
  • Operating System
    Windows Linux
  • Tutorial
    Windows Server
  • About

Create User Profile (windows server)

  # Create Folder Profile New-Item -ItemType Directory -Path "W:\Profile\sopuol" ...

Share Folder (windows server)

  # Create Share Folder cd W: mkdir ShareFolder ✏️ Edit ...

Shrink disk or drive with diskpart

  # Manage Hard Drives, Partitions, and Volumes (DiskPart) diskpart 📋 Copy ...

Join Domain with Command Line

  # (client) Disable Firewall netsh advfirewall set allprofiles state off 📋 Copy ...

Create group with powershell (windows server)

  # List OU Only Distinguished Name Get-ADOrganizationalUnit -Filter * | Select-object DistinguishedName ...

Create user with powershell (windows server)

  # Check DNS ROOT and Distinguished Name Get-AdDomain | Select-Object DNSRoot,DistinguishedName ...

Create OU with powershell (windows server)

  # List DistinguishedName of Domain Get-AdDomain | Select-object DistinguishedName 📋 ...

Disable Complex Password of Domain

  # List domain name : Get-ADDomain | Select-Object -ExpandProperty DNSRoot 📋 Copy ...

Create new forest on powershell

  # Install AD DS Role Install-WindowsFeature AD-Domain-Services -IncludeManagementTools ...

Disable Complex passoword on server in local

  # Export secedit: secedit /export /cfg C:\secpol.cfg 📋 Copy Copied! ...
Older Posts →

Labels

  • all (20 )
  • autocad (3 )
  • css (2 )
  • linux (4 )
  • op_system (16 )
  • website (4 )
  • windows (18 )
  • windowsServer (15 )
Teachkhmerbinary